Main Page: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
Line 112: Line 112:
</big>
</big>
<poem style="border: 2px solid #d6d2c5; background-color: #00ff00; ">
<poem style="border: 2px solid #d6d2c5; background-color: #00ff00; ">
'''07 January 2023: Happy New Year. NPC Version 1.6 alpha on the way'''. [[V1_6_alpha_release_notes|here]]
'''08 January 2023: Happy New Year. NPC Version 1.6 alpha is out'''. [[V1_6_alpha_release_notes|'''here''']]
</poem>
</poem>

Revision as of 00:57, 8 January 2023

Introduction

NPCs also known as bots -feature introduced in April 2022 in vc-mp forum. This new feature allows you to create NPCs inside your 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 actions are scripted by squirrel scripts. These scripts with 'artificial intelligence' of NPC reside in npcscripts directory.

Each NPC run in its own process. This might make their usage and working economical. The NPC scripts have functions as well as callbacks. The Player functions, Advanced functions are all functions usable in npcscripts( and not server scripts).

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

Constants

Classes

Player functions

Advanced functions(v1.5+)

Functions used only in server scripts

More

v1.5

08 January 2023: Happy New Year. NPC Version 1.6 alpha is out. here