V1 8 beta release notes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
Line 9: Line 9:
- Death of Player
- Death of Player
- Pickup Events, Checkpoint Events, Object Touch/Shot Events
- Pickup Events, Checkpoint Events, Object Touch/Shot Events
- Player Chat, Player Command, Private Messages
- Player Chat, Player Command, Private Messages and ClientScriptData
- ClientScriptData
</source>*Server Recording- In previous version, it was possible to reco
</source>*Server Recording- In previous version, it was possible to reco
===Rec Files===
===Rec Files===

Revision as of 12:52, 24 January 2024

Releasing Soon

New features

  • New recording type PLAYER_RECORDING_TYPE_ALL. Previously if the player was on foot, PLAYER_RECORDING_TYPE_ONFOOT has to be used. If the player was on vehicle PLAYER_RECORDING_TYPE_DRIVER has to be used. This new type eliminates the condition player has to be on car, on foot or even spawned.

The following events can be captured under PLAYER_RECORDING_TYPE_ALL:

- Name of the Player
- Spawn Class of Player
- Player Updates:   Onfoot  Onfoot-Aim  Driver   Passenger
- Death of Player
- Pickup Events, Checkpoint Events, Object Touch/Shot Events
- Player Chat, Player Command, Private Messages and ClientScriptData

*Server Recording- In previous version, it was possible to reco

Rec Files

The new version of rec files produced by npcclient04relxx will be v5(1005). However npcclient.exe is backward compatible with v4(1004). You can see the structure of new rec file here.

Plugin Commands

To make the plugin usable by non-squirrel scripters, recording players, etc is possible through plugin commands. See the list here.