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...")
 
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==

Revision as of 18:04, 27 June 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

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 (new)

Related