V1 6 beta4 release notes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
</poem>
</poem>
==What is new?==
==What is new?==
*
*fixed Q_CAR_ROTATION returning float instead of Quaternion.
*fixed SendInCarSyncData function not available.
*Earlier plugin npc04relxx do not work when some other plugins are loaded. It is fixed.
*New functions and events of sending Projectiles and Explosions.
*LibRPC now supports not only calling of functions of npcscripts from server, but reverse also provided npc is given admin status.
*API is updated to 1.2
==Plugins included with downloads==
==Plugins included with downloads==
*LibAction
*LibAction
Line 54: Line 59:
|  
|  
|}
|}
==Info==


==API==
==API==
'''1.2''' (new)
The current version of API for developing plugins for npcclient is '''1.2''' (new)
==Related==
==Related==
*[[V1_6_beta3_release_notes| 1.6 beta3]] (20.Feb.2023)
*[[V1_6_beta3_release_notes| 1.6 beta3]] (20.Feb.2023)

Revision as of 23:09, 4 May 2023

Version 1.6 beta4
Release date: 05.May.2023

What is new?

  • fixed Q_CAR_ROTATION returning float instead of Quaternion.
  • fixed SendInCarSyncData function not available.
  • Earlier plugin npc04relxx do not work when some other plugins are loaded. It is fixed.
  • New functions and events of sending Projectiles and Explosions.
  • LibRPC now supports not only calling of functions of npcscripts from server, but reverse also provided npc is given admin status.
  • API is updated to 1.2

Plugins included with downloads

  • LibAction
  • LibRPC

Downloads

Operating system bit version Link Size
Windows 32 and 64 rel006 npc_vcmp_rel006_windows_v1.6-beta-4.zip 541.1 KB
Linux x64 rel006 npc_vcmp_rel006_linux_x64_v1.6-beta-4.zip
990.5 KB
Linux x86 rel006 npc_vcmp_rel006_linux_x86_v1.6-beta-4.zip 1.1 MB
Windows + Linux both rel004 npc_vcmp_rel004_win_lin_v1.6-beta-4.zip "
Source - - npc-vcmp-master-v1.6-beta4.zip 3.2 MB
API npc_vcmp_plugin_API_1_2.zip

API

The current version of API for developing plugins for npcclient is 1.2 (new)

Related