Frequently asked questions: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
Line 9: Line 9:
*  [[Clientside JS FAQ|Client-side JS]]
*  [[Clientside JS FAQ|Client-side JS]]
*  [[Serverside JS FAQ|Server-side JS]]
*  [[Serverside JS FAQ|Server-side JS]]
=Which server version is actual?=
The stable version is 0.3.7. You should use it if you are not very familiar yet with Rage MP development.
Meanwhile version 1.1.0 is in development and available to be tested. It brings better synchronisation and a lot of extra functionality over v0.3.7.
=Is AI possible to do?=
At the state of game server version 0.3.7 it is not possible to do it without extra programming. The server-side core does not include AI functionality from GTA client, therefore you have 2 options. You can tell server clients to spawn AI and ask them frequently for AI changes to transfer it between everyone. Or create the artificial intelligence system by your own on the server and notify changes of its state to all clients. In both cases you will need to synchronise NPCs manually.

Latest revision as of 09:57, 14 December 2020