V1 8 beta release notes

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search

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:

Player Information Table
Information Description
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
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.