V1 6 beta2 release notes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 58: Line 58:
==Info==
==Info==
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?"
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==
1.0
==Related==
==Related==
*[[V1_6_beta_release_notes| 1.6 beta]]
*[[V1_6_beta_release_notes| 1.6 beta]]
*[[V1_6_alpha_release_notes| 1.6 alpha]]
*[[V1_6_alpha_release_notes| 1.6 alpha]]

Latest revision as of 05:32, 20 February 2023

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

What is new?

  • 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

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

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

1.0

Related