V1 7 beta2 release notes: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" |- ! Operating system !! Version !! Link |- | Windows || v1.7-beta2 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.7-beta2.zip/download npc_vcmp_rel006_windows_v1.7-beta2.zip] |- | Linux x64 || v1.7-beta2 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.7-beta2.zip/download npc_vcmp_rel006_linux_x64_v1.7-beta2.zip] |- | Linux x86 || v1.7-beta2 || [https://sourceforge.net/projects...") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<poem style="border: 2px solid #d6d2c5; background-color: #ffdb99; padding: 1em;"> | |||
'''Version 1.7 beta 2''' | |||
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. | |||
* The playback recordings (onfoot) now records player Action and will reproduce on playback with an npc. | |||
==Plugins included with downloads== | |||
*[[LibAction]] | |||
*[[LibRPC]] | |||
*[[z-finder]] | |||
==Downloads== | |||
<poem style="border: 2px solid #7EACB8; background-color: #F6D5C1; padding: 1em;"> | |||
'''Version Information''' | |||
The version for .rec files changed. Use the tool recupdate to convert them. | |||
</poem> | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Operating system !! Version !! Link | ! Operating system !! Version !! Link | ||
|- | |- | ||
| Windows || | | Windows || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.7-beta2.zip/download npc_vcmp_rel006_windows_v1.7-beta2.zip] | ||
|- | |- | ||
| Linux x64 || | | Linux x64 || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.7-beta2.zip/download npc_vcmp_rel006_linux_x64_v1.7-beta2.zip] | ||
|- | |- | ||
| Linux x86 || | | Linux x86 || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x86_v1.7-beta2.zip/download npc_vcmp_rel006_linux_x86_v1.7-beta2.zip] | ||
|- | |- | ||
| Windows/Linux (rel004) || | | Windows/Linux (rel004) || rel004 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.7-beta2.zip/download npc_vcmp_rel004_win_lin_v1.7-beta2.zip] | ||
|- | |- | ||
| Windows Setup || | | Windows Setup || rel006+rel004 || [https://sourceforge.net/projects/npc-for-vcmp/files/npcclient-setup-v1.7-beta2.exe/download npcclient-setup-v1.7-beta2.exe] | ||
|- | |- | ||
| Source Code || | | 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 || 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] | |||
|} | |||
{| class="wikitable" | |||
! Download Link !! Description !! Info | |||
|- | |||
| [https://sourceforge.net/projects/npc-for-vcmp/files/recupdate_windows_v4.0.zip/download recupdate_windows_v4.0.zip] || Convert .rec files to v4 || recupdate.exe | |||
|- | |||
| [https://sourceforge.net/projects/npc-for-vcmp/files/recupdate_linux_x64_v4.0.zip/download recupdate_linux_x64_v4.0.zip] || Convert .rec files to v4 || ./recupdate | |||
|- | |||
| [https://sourceforge.net/projects/npc-for-vcmp/files/recupdate_linux_x86_v4.0.zip/download 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'''. | |||
==Related== | |||
*[[V1_7_beta_release_notes| 1.7 beta]] (24.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]] |
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.