Skip to content

How to add a server?

Morell edited this page Oct 30, 2023 · 4 revisions

To add the server, you have to configure your fastdl first, for this, you have to create a .txt file with the IP and Port as name.

Example:

http://fastdl.mapeadores.com/cs2/51.255.30.119:27015.txt

Inside, you have to put the files that you want the player to download when entering (do not set the maps, the current map will be detected automatically), similar to the downloads.txt file of plugins like Zombie Reloaded.

Example:

characters/models/kaesar/gman/gman/gman/gman/gman_head_vmorf.vtex_c characters/models/kaesar/gman/gman/gman.vmdl_c characters/models/kaesar/gman/gman/gman_arms.vmdl_c characters/models/kaesar/gman/gman/materials/eli_brow_a.vmat_c characters/models/kaesar/gman/gman/materials/eli_brow_a_trans_png_ecb35771.vtex_c characters/models/kaesar/gman/materials/eli_brow_a_vmat_g_tmetalness_b70f8f59.vtex_c

Once you have the file created, you have to modify the SERVERLIST.json file at the root of this project and upload it so that all players can see your server in the launcher.

{ "id": "SERVER ADDRESS", "hostname": "HOSTNAME", "ip": "SERVER ADDRESS", "fastdl": "FASTDL URL" }

Clone this wiki locally