GettingStarted: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
== General Stages ==
== General Stages ==


- Download the server files on the Downloads page at [https://gtaconnected.com gtaconnected.com].
- Download the server files on the Downloads page at [https://gtaconnected.com gtaconnected.com].<br>
- Unzip/extract the server files to an empty folder.
- Unzip/extract the server files to an empty folder.<br>
- Change settings in server.xml ([[ServerConfiguration|available settings]])
- Change settings in server.xml ([[ServerConfiguration|available settings]])<br>
- Run the server executable. For Windows, this will be Server.exe for 32-bit and Server_x64.exe for 64-bit. For Linux, there are several options to do this, see the [[LinuxServer|linux server]] manual page.
- Run the server executable. For Windows, this will be Server.exe for 32-bit and Server_x64.exe for 64-bit. For Linux, there are several options to do this, see the [[LinuxServer|linux server]] manual page.<br>


== Player Spawning and Camera Fading ==
== Player Spawning and Camera Fading ==

Revision as of 12:57, 12 August 2021

General Stages

- Download the server files on the Downloads page at gtaconnected.com.
- Unzip/extract the server files to an empty folder.
- Change settings in server.xml (available settings)
- Run the server executable. For Windows, this will be Server.exe for 32-bit and Server_x64.exe for 64-bit. For Linux, there are several options to do this, see the linux server manual page.

Player Spawning and Camera Fading

For the 3D universe games only (III, VC, SA)
The default resource, called "freeroam", includes spawning the player and fading the camera. If you are not using this default resource, be sure to spawn the player and fade the camera using spawnPlayer and gta.fadeCamera in a logical event such as in the onPlayerJoined event.

Manual

Check the Server Manual page.

Resources

Check the resources page.