V1 6 beta2 release notes

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

Version 1.6 beta2
Release date: 14.Feb.2023
Patch1: 16.Feb.2023

What is new?[edit]

  • Now Vector.Length() and Vector.Normalized() functions to get magnitude and normalized copy of vector respectively.
  • Added fields for SetLocalValue, GetLocalValue: V_ONFOOT_SPEED, V_AIMPOS, V_AIMDIR, V_POS, Q_CAR_ROTATION,

F_CAR_HEALTH, I_CAR_DAMAGE, V_CAR_SPEED, F_CAR_TURRETX, F_CAR_TURRETY.

  • LibRPC and npc04relxx update to call function returned by remote function.

Patch1

  • Bug fixed for function 'EnterVehicle'
  • Bug fixed npc getting kicked for 'acquiring weapon' when exiting vehicle.

Downloads[edit]

bit version Link
Windows 32 and 64 rel006 https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.6_beta2_patch1.zip/download
Linux x64 rel006 https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.6_beta2_patch1.zip/download
Linux x86 rel006 https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x86_v1.6_beta2_patch1.zip/download
Windows+Linux x64+x86 rel004 https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.6_beta2_patch1.zip/download
Source - - https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-1.6.b2.zip/download
Plugin Header - - https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_api_v1.6_beta.zip/download
Plugin Exports - - https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_exports.zip/download

Info[edit]

Note: Empty scriptfile default.nut placed at one of the root locations of npcscripts directory. If you are upgrading from previous version by updating only binaries( and not copy pasting entire directory), possibly an error will be shown "script not found. does it exist?"

API[edit]

1.0

Related[edit]