V1 8 beta4 release notes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
*Added command-line argument to disable automatic spawn of npc. (-M --Manual-Spawn)
*Added command-line argument to disable automatic spawn of npc. (-M --Manual-Spawn)
*Fixed bug with API(plugin.h) causing crash( LibAction, npcmodule )
*Fixed bug with API(plugin.h) causing crash( LibAction, npcmodule )
 
*Added a small table in squirrel script called 'npc', which has functions npc.fire(), npc.punch(), npc.wep(), npc.prewep(), npc.sit() and npc.stand()


==API Version==
==API Version==
Line 26: Line 26:
! Operating system !! Version !! Link
! Operating system !! Version !! Link
|-
|-
| Windows || 0.4.7.1 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_0471_windows_v1.8-beta-3.zip/download npc_vcmp_0471_windows_v1.8-beta-3.zip]
| Windows || 0.4.7.1 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_0471_windows_v1.8-beta-4.zip/download npc_vcmp_0471_windows_v1.8-beta-4.zip]
|-
| Linux x64 || 0.4.7.1 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_0471_linux_x64_v1.8-beta-4.zip/download npc_vcmp_0471_linux_x64_v1.8-beta-4.zip]
|-
|-
| Linux x64 || 0.4.7.1 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_0471_linux_x64_v1.8-beta-3.zip/download npc_vcmp_0471_linux_x64_v1.8-beta-3.zip]
| Linux x86 || 0.4.7.1 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_0471_linux_x86_v1.8-beta-4.zip/download npc_vcmp_0471_linux_x86_v1.8-beta-4.zip]
|-
|-
| Linux x86 || 0.4.7.1 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_0471_linux_x86_v1.8-beta-3.zip/download npc_vcmp_0471_linux_x86_v1.8-beta-3.zip]
| Windows || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.8-beta-4.zip/download npc_vcmp_rel006_windows_v1.8-beta-4.zip]
|-
|-
| Windows || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.8-beta-3.zip/download npc_vcmp_rel006_windows_v1.8-beta-3.zip]
| Linux x64 || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.8-beta-4.zip/download npc_vcmp_rel006_linux_x64_v1.8-beta-4.zip]
|-
|-
| Linux x64 || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.8-beta-3.zip/download npc_vcmp_rel006_linux_x64_v1.8-beta-3.zip]
| Linux x86 || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x86_v1.8-beta-4.zip/download npc_vcmp_rel006_linux_x86_v1.8-beta-4.zip]
|-
|-
| Linux x86 || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x86_v1.8-beta-3.zip/download npc_vcmp_rel006_linux_x86_v1.8-beta-3.zip]
| Windows/Linux (rel004) || rel004 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.8-beta-4.zip/download npc_vcmp_rel004_win_lin_v1.8-beta-4.zip]
|-
|-
| Windows/Linux (rel004) || rel004 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.8-beta-3.zip/download npc_vcmp_rel004_win_lin_v1.8-beta-3.zip]
| Source Code || All || [https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-v1.8-beta-4.zip/download NPC-VCMP-master-v1.8-beta-4.zip]
|-
|-
| Source Code || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-v1.8-beta-3.zip/download NPC-VCMP-master-v1.8-beta-3.zip]
| API Plugin || 1.8 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_API_1_8.zip/download npc_vcmp_plugin_API_1_8.zip]
|-
|-
| API Plugin || 1.6 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_API_1_6.zip/download npc_vcmp_plugin_API_1_6.zip]
| Windows (Setup) || rel004, rel006, 0.4.7.1 || [https://sourceforge.net/projects/npc-for-vcmp/files/npcclient_v1.8_beta4_setup.exe/download npcclient_v1.8_beta4_setup.exe]
|}
|}



Latest revision as of 16:16, 25 October 2024

Version 1.8 beta 4
Release date : 24.October.2024

  • Fixed Vehicle Driver not reset(GetVehicleDriver) when a player as driver exit the vehicle.
  • Added function FireBullet reenabling npc to shoot things.
  • API is now 1.8
  • Fixed npc not able to get into vehicle as driver when player is inside vehicle as passenger.
  • Fixed npc not closing doors after exiting vehicle.
  • Npcclient can now download store files (-d or -D "relative/path/to/new/download/location" )
  • Added function to get store-url of server ( GetStoreURL() )
  • Added command-line argument to disable automatic spawn of npc. (-M --Manual-Spawn)
  • Fixed bug with API(plugin.h) causing crash( LibAction, npcmodule )
  • Added a small table in squirrel script called 'npc', which has functions npc.fire(), npc.punch(), npc.wep(), npc.prewep(), npc.sit() and npc.stand()

API Version

1.8

Rec Files Version

  • Plays rec files with identifier 1004, 1005
  • Creates rec files with identifier 1005

Downloads

Operating system Version Link
Windows 0.4.7.1 npc_vcmp_0471_windows_v1.8-beta-4.zip
Linux x64 0.4.7.1 npc_vcmp_0471_linux_x64_v1.8-beta-4.zip
Linux x86 0.4.7.1 npc_vcmp_0471_linux_x86_v1.8-beta-4.zip
Windows rel006 npc_vcmp_rel006_windows_v1.8-beta-4.zip
Linux x64 rel006 npc_vcmp_rel006_linux_x64_v1.8-beta-4.zip
Linux x86 rel006 npc_vcmp_rel006_linux_x86_v1.8-beta-4.zip
Windows/Linux (rel004) rel004 npc_vcmp_rel004_win_lin_v1.8-beta-4.zip
Source Code All NPC-VCMP-master-v1.8-beta-4.zip
API Plugin 1.8 npc_vcmp_plugin_API_1_8.zip
Windows (Setup) rel004, rel006, 0.4.7.1 npcclient_v1.8_beta4_setup.exe

Related