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 1: Line 1:
<strong>MediaWiki has been installed.</strong>
== Introduction ==
NPCs also known as bots -feature just now being introduced by habi, user of vc-mp.
This new feature allows you to create NPCs inside your server who will work like virtual players. Like normal players, they use server slot.
Their actions are scripted by squirrel scripts. This Artificial Intelligence scripts reside in npcscripts directory, unlike the regular scripts which lie in scripts folder. If you want to have 10 different NPC doing 10 different things, you might want to script 10 different scripts.


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
Each NPC run in its own process. This might make their usage and working economical. The AI scripts have functions and callbacks.
 
== Getting started ==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]

Revision as of 04:16, 9 March 2022

Introduction

NPCs also known as bots -feature just now being introduced by habi, user of vc-mp. This new feature allows you to create NPCs inside your server who will work like virtual players. Like normal players, they use server slot. Their actions are scripted by squirrel scripts. This Artificial Intelligence scripts reside in npcscripts directory, unlike the regular scripts which lie in scripts folder. If you want to have 10 different NPC doing 10 different things, you might want to script 10 different scripts.

Each NPC run in its own process. This might make their usage and working economical. The AI scripts have functions and callbacks.