V1 7 beta2 release notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<poem style="border: 2px solid #d6d2c5; background-color: #ffdb99; padding: 1em;"> | |||
'''Version 1.7 beta2''' | |||
Release date: 28.August.2023 | |||
</poem> | |||
==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. | |||
==Plugins included with downloads== | |||
*[[LibAction]] | |||
*[[LibRPC]] | |||
*[[z-finder]] | |||
==Downloads== | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 15: | Line 33: | ||
| Source Code || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-v1.7-beta2.zip/download NPC-VCMP-master-v1.7-beta2.zip] | | Source Code || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-v1.7-beta2.zip/download NPC-VCMP-master-v1.7-beta2.zip] | ||
|- | |- | ||
| API Plugin | | API Plugin || 1.5 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_API_1_5.zip/download npc_vcmp_plugin_API_1_5.zip] | ||
|} | |} | ||
==API== | |||
The current version of API for developing plugins for npcclient is '''1.5'''. | |||
==Related== | |||
*[[V1_7_beta_release_notes| 1.7 beta]] (28.August.2023) | |||
*[[V1_6_beta5_release_notes| 1.6 beta5]] (27.June.2023) | |||
*[[V1_6_beta4_release_notes| 1.6 beta4]] (05.May.2023) | |||
*[[V1_6_beta3_release_notes| 1.6 beta3]] (20.Feb.2023) | |||
*[[V1_6_beta2_release_notes| 1.6 beta2]] | |||
*[[V1_6_beta_release_notes| 1.6 beta]] |
Revision as of 06:12, 28 August 2023
Version 1.7 beta2
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.
Plugins included with downloads
Downloads
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 |
API
The current version of API for developing plugins for npcclient is 1.5.