Main Page

From NPC for VCMP 0.4 Servers
Revision as of 16:56, 27 August 2023 by Habi (talk | contribs)
Jump to navigation Jump to search

Introduction

NPCs (Non Player Characters) or bots can be created in vcmp server. They can be created at ammunition stores, toolshop or mall. They can chat with players, send command to server. They can be used to play a previous recording like driving a car around an area repeatedly. Like normal players, they use server slot. Their intelligence can be scripted in separate squirrel scripts. These scripts with 'artificial intelligence' of NPC reside in npcscripts directory.

Each NPC run in its own process. The NPC scripts have functions as well as callbacks.

Since v1.5, adding an npc is simple as a call to ConnectNPC and if you do not want to give npc AI, the script parameter can be omitted.

NPC script callbacks

NPC script functions

ServerData (v1.6)

Constants

Classes

Player functions

Modules

Advanced functions(v1.5+)

Functions used only in server scripts

v1.6 beta 4

v1.7

More

04 February 2023: Hiding/Changing name of NPC In-Game New Plugin. see

20 February 2023: New module Lib Action released. click here

27 June 2023: NPC v1.6 Beta5 is released. click here

24 August 2023: NPC v1.7 Beta is released See [forum.vc-mp.org]