V1 7 beta2 release notes: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
==What is new== | ==What is new== | ||
* New field I_ACTION added for GetLocalValue and SetLocalValue for getting/setting action of npc. | * New field I_ACTION added for GetLocalValue and SetLocalValue for getting/setting action of npc. | ||
* Fixed serious bug in RECORDING PLAYER ACTION i.e. in StartRecordingPlayerData, which showed error when playing .rec files (message version different). Now VERSION of .rec files is 4. Use recupdate to convert old playback recordings. | * Fixed serious bug in RECORDING PLAYER ACTION i.e. in StartRecordingPlayerData, which showed error when playing .rec files (message version different). Now VERSION of .rec files is 4. Use recupdate to convert old playback recordings. | ||
* npc's can now exit vehicle properly (ExitVehicle, ExitVehicleEx). | * npc's can now exit vehicle properly (ExitVehicle, ExitVehicleEx). | ||
* In windows builds, pressing Ctrl+C will effect /q to server and npcclient client disconnect properly. | * In windows builds, pressing Ctrl+C will effect /q to server and npcclient client disconnect properly. | ||
* Changed KEY_ONFOOT_JUMP to 2048 from 2176, because of the latter not causing npc to jump. | * Changed KEY_ONFOOT_JUMP to 2048 from 2176, because of the latter not causing npc to jump. | ||
* The playback recordings (onfoot) now records player Action and will reproduce on playback with an npc. | |||
==Plugins included with downloads== | ==Plugins included with downloads== |
Latest revision as of 07:19, 28 August 2023
Version 1.7 beta 2
Release date: 28.August.2023
What is new
- New field I_ACTION added for GetLocalValue and SetLocalValue for getting/setting action of npc.
- Fixed serious bug in RECORDING PLAYER ACTION i.e. in StartRecordingPlayerData, which showed error when playing .rec files (message version different). Now VERSION of .rec files is 4. Use recupdate to convert old playback recordings.
- npc's can now exit vehicle properly (ExitVehicle, ExitVehicleEx).
- In windows builds, pressing Ctrl+C will effect /q to server and npcclient client disconnect properly.
- Changed KEY_ONFOOT_JUMP to 2048 from 2176, because of the latter not causing npc to jump.
- The playback recordings (onfoot) now records player Action and will reproduce on playback with an npc.
Plugins included with downloads
Downloads
Version Information
The version for .rec files changed. Use the tool recupdate to convert them.
Operating system | Version | Link |
---|---|---|
Windows | rel006 | npc_vcmp_rel006_windows_v1.7-beta2.zip |
Linux x64 | rel006 | npc_vcmp_rel006_linux_x64_v1.7-beta2.zip |
Linux x86 | rel006 | npc_vcmp_rel006_linux_x86_v1.7-beta2.zip |
Windows/Linux (rel004) | rel004 | npc_vcmp_rel004_win_lin_v1.7-beta2.zip |
Windows Setup | rel006+rel004 | npcclient-setup-v1.7-beta2.exe |
Source Code | rel006 | NPC-VCMP-master-v1.7-beta2.zip |
API Plugin | 1.5 | npc_vcmp_plugin_API_1_5.zip |
Download Link | Description | Info |
---|---|---|
recupdate_windows_v4.0.zip | Convert .rec files to v4 | recupdate.exe |
recupdate_linux_x64_v4.0.zip | Convert .rec files to v4 | ./recupdate |
recupdate_linux_x86_v4.0.zip | Convert .rec files to v4 | ./recupdate |
API
The current version of API for developing plugins for npcclient is 1.5.
PLAYBACK RECORDING (.rec)
The version of .rec files used must be 4.