V1 6 beta5 release notes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 69: 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 76: 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