V1 6 beta5 release notes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #1affaa; padding: 1em;"> '''Version 1.6 beta5''' Release date: 27.June.2023 </poem> ==What is new?== *New functions and events of sending Projectiles and Explosions. *LibRPC functions extended. *New functions RequestClass, RequestSpawn and event OnNPCClassSelect ==Plugins included with downloads== *LibAction *LibRPC *z-finder ==Downloads== {| cla...")
 
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
</poem>
</poem>
==What is new?==
==What is new?==
*New functions and events of sending Projectiles and Explosions.
*ConnectNPCEx takes position as '''Vector''' instead of x,y,z.
*LibRPC functions extended.
*LibRPC functions extended to perform sq_get and sq_set on server vm from npcclient.
*New functions [[RequestClass]], [[RequestSpawn]] and event [[OnNPCClassSelect]]
*Fixed bug when onPlayerRequestClass return 0 on server.


==Plugins included with downloads==
==Plugins included with downloads==
Line 14: Line 14:


==Downloads==
==Downloads==
<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;">
Note for npcscripts: Parameter change in '''ConnectNPCEx'''. Change second third and fourth parameter convert to '''Vector'''.
</poem>
{| class="wikitable"  
{| class="wikitable"  
|-
|-
Line 66: Line 69:


==API==
==API==
The current version of API for developing plugins for npcclient is '''1.4''' (new)
The current version of API for developing plugins for npcclient is '''1.4'''


==Related==
==Related==
Line 73: Line 76:
*[[V1_6_beta2_release_notes| 1.6 beta2]]
*[[V1_6_beta2_release_notes| 1.6 beta2]]
*[[V1_6_beta_release_notes| 1.6 beta]]
*[[V1_6_beta_release_notes| 1.6 beta]]
*[[V1_6_alpha_release_notes| 1.6 alpha]]

Latest revision as of 05:18, 28 August 2023

Version 1.6 beta5
Release date: 27.June.2023

What is new?

  • ConnectNPCEx takes position as Vector instead of x,y,z.
  • LibRPC functions extended to perform sq_get and sq_set on server vm from npcclient.
  • Fixed bug when onPlayerRequestClass return 0 on server.

Plugins included with downloads

Downloads

Note for npcscripts: Parameter change in ConnectNPCEx. Change second third and fourth parameter convert to Vector.

Operating system bit version Link Size
Windows 32 rel006 npc_vcmp_rel006_windows_v1.6-beta5.zip
Windows - installer 32 rel006+rel004 npcclient-setup-v1.6-beta5.exe
Linux x64 rel006 npc_vcmp_rel006_linux_x64_v1.6-beta5.zip
Linux x86 rel006 npc_vcmp_rel006_linux_x86_v1.6-beta5.zip
Windows+Linux
binaries rel004
both rel004 npc_vcmp_rel004_win_lin_v1.6-beta5.zip "
Source - - NPC-VCMP-master-1.6-beta5.zip
API npc_vcmp_plugin_API_1_4.zip

API

The current version of API for developing plugins for npcclient is 1.4

Related