V1 8 beta4 release notes

From NPC for VCMP 0.4 Servers
Revision as of 10:11, 23 October 2024 by Habi (talk | contribs)
Jump to navigation Jump to search

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 )


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-3.zip
Linux x64 0.4.7.1 npc_vcmp_0471_linux_x64_v1.8-beta-3.zip
Linux x86 0.4.7.1 npc_vcmp_0471_linux_x86_v1.8-beta-3.zip
Windows rel006 npc_vcmp_rel006_windows_v1.8-beta-3.zip
Linux x64 rel006 npc_vcmp_rel006_linux_x64_v1.8-beta-3.zip
Linux x86 rel006 npc_vcmp_rel006_linux_x86_v1.8-beta-3.zip
Windows/Linux (rel004) rel004 npc_vcmp_rel004_win_lin_v1.8-beta-3.zip
Source Code rel006 NPC-VCMP-master-v1.8-beta-3.zip
API Plugin 1.6 npc_vcmp_plugin_API_1_6.zip

Related