V1 7 beta 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.7 beta''' Release date: 24.August.2023 </poem> ==What is new?== *NPC can now use pickups, checkpoints, and objects. *Fixed disconnection/crash issue when using Vector._tostring method. *Fixed bugs related to crouching, reloading, and checking player actions. *Set console foreground intensity for windows console. It looks better now. *...")
 
 
Line 27: Line 27:
| Windows/Linux (rel004) || rel004 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.7-beta.zip/download npc_vcmp_rel004_win_lin_v1.7-beta.zip]
| Windows/Linux (rel004) || rel004 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.7-beta.zip/download npc_vcmp_rel004_win_lin_v1.7-beta.zip]
|-
|-
| Windows Setup || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npcclient-setup-v1.7-beta.exe/download npcclient-setup-v1.7-beta.exe]
| Windows Setup || rel006 + rel004 || [https://sourceforge.net/projects/npc-for-vcmp/files/npcclient-setup-v1.7-beta.exe/download npcclient-setup-v1.7-beta.exe]
|-
|-
| Source Code || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-v1.7-beta.zip/download NPC-VCMP-master-v1.7-beta.zip]
| Source Code || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-v1.7-beta.zip/download NPC-VCMP-master-v1.7-beta.zip]
Line 33: Line 33:
| API Plugin (v1.5) || v1.5 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_API_1_5.zip/download npc_vcmp_plugin_API_1_5.zip]
| API Plugin (v1.5) || v1.5 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_API_1_5.zip/download npc_vcmp_plugin_API_1_5.zip]
|}
|}
==API==
==API==
The current version of API for developing plugins for npcclient is '''1.5''' (new)
The current version of API for developing plugins for npcclient is '''1.5''' (new)

Latest revision as of 05:29, 28 August 2023

Version 1.7 beta
Release date: 24.August.2023

What is new?

  • NPC can now use pickups, checkpoints, and objects.
  • Fixed disconnection/crash issue when using Vector._tostring method.
  • Fixed bugs related to crouching, reloading, and checking player actions.
  • Set console foreground intensity for windows console. It looks better now.
  • npc can get Vehicle details like Position, Rotation, etc.

Plugins included with downloads

Downloads

Operating system Version Link
Windows rel006 npc_vcmp_rel006_windows_v1.7-beta.zip
Linux x64 rel006 npc_vcmp_rel006_linux_x64_v1.7-beta.zip
Linux x86 rel006 npc_vcmp_rel006_linux_x86_v1.7-beta.zip
Windows/Linux (rel004) rel004 npc_vcmp_rel004_win_lin_v1.7-beta.zip
Windows Setup rel006 + rel004 npcclient-setup-v1.7-beta.exe
Source Code rel006 NPC-VCMP-master-v1.7-beta.zip
API Plugin (v1.5) v1.5 npc_vcmp_plugin_API_1_5.zip

API

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

Related