Main Page: Difference between revisions
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 162: | Line 162: | ||
==0.4.7.1== | ==0.4.7.1== | ||
* [[FireBullet]] | * [[FireBullet]] | ||
* [[OnBulletFired]] | |||
==Store== | |||
* [[GetStoreLocation]] | |||
* [[IsStoreDownloading]] | |||
* [[OnStoreDownloadComplete]] | |||
* [[GetStoreURL]] | |||
|| | || | ||
* [[SendServerData]] | * [[SendServerData]] | ||
Line 233: | Line 239: | ||
'''04 February 2023: Hiding/Changing name of NPC In-Game New Plugin. [[NPCHide|see]] | '''04 February 2023: Hiding/Changing name of NPC In-Game New Plugin. [[NPCHide|see]] | ||
</poem> | </poem> | ||
<Poem style="border: 2px solid # | <Poem style="border: 2px solid #4682B4; background-color: #FFE4B5; "> | ||
'''03 October 2024: NPC v1.8 Beta 3 is released'''. (new) [[V1_8_beta3_release_notes|'''click here''']] | |||
</poem> | </poem> | ||
<Poem style="border: 2px solid #4682B4; background-color: #FFE4B5; "> | <Poem style="border: 2px solid #4682B4; background-color: #FFE4B5; "> | ||
''' | '''25 October 2024: NPC v1.8 Beta 4'''. (new) [[V1_8_beta4_release_notes|'''click here''']] | ||
</poem> | </poem> |
Latest revision as of 16:17, 25 October 2024
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 any artificial intelligence, the script parameter can be omitted.
04 February 2023: Hiding/Changing name of NPC In-Game New Plugin. see
03 October 2024: NPC v1.8 Beta 3 is released. (new) click here
25 October 2024: NPC v1.8 Beta 4. (new) click here