V1 7 beta2 release notes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
Line 39: Line 39:
|-
|-
| 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 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
|-
| [https://sourceforge.net/projects/npc-for-vcmp/files/recupdate_windows_v4.0.zip/download recupdate_windows_v4.0.zip] || Convert .rec files to v4 (Windows)
|-
| [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 (Linux x64)
|-
| [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 (Linux x86)
|}
|}



Revision as of 07:04, 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.

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
recupdate_windows_v4.0.zip Convert .rec files to v4 (Windows)
recupdate_linux_x64_v4.0.zip Convert .rec files to v4 (Linux x64)
recupdate_linux_x86_v4.0.zip Convert .rec files to v4 (Linux x86)

API

The current version of API for developing plugins for npcclient is 1.5.

Related