mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 04:23:04 +00:00
51 lines
No EOL
1.3 KiB
JSON
51 lines
No EOL
1.3 KiB
JSON
{
|
|
"cl_name": "Unnamed Busta",
|
|
"cl_connect": true,
|
|
"cl_remote_hostname": "localhost",
|
|
"cl_remote_port": 14242,
|
|
"cl_model_id": 167,
|
|
"cl_drawdist_scale": 1.0,
|
|
"sv_listen": true,
|
|
"sv_name": "San Anreas Unity Server",
|
|
"sv_max_connections": 32,
|
|
"sv_port": 14242,
|
|
|
|
"game_dir": "",
|
|
|
|
"archive_paths": [
|
|
"${game_dir}/models/gta3.img",
|
|
"${game_dir}",
|
|
"${game_dir}/models/gta_int.img",
|
|
"${game_dir}/models/player.img",
|
|
"${game_dir}/anim/anim.img",
|
|
"${game_dir}/anim/cuts.img",
|
|
"${game_dir}/models/cutscene.img",
|
|
"${game_dir}/data/Paths/carrec.img",
|
|
"${game_dir}/data/script/script.img"
|
|
],
|
|
|
|
"item_paths": [
|
|
"${game_dir}/data/gta.dat",
|
|
"${game_dir}/data/vehicles.ide",
|
|
"${game_dir}/data/peds.ide",
|
|
"${game_dir}/data/default.ide"
|
|
],
|
|
|
|
"handling_path": "${game_dir}/data/handling.cfg",
|
|
"water_path": "${game_dir}/data/water.dat",
|
|
"car_colors_path": "${game_dir}/data/carcols.dat",
|
|
"anim_groups_paths": [
|
|
"${game_dir}/data/animgrp.dat"
|
|
],
|
|
"weapons_path": "${game_dir}/data/weapon.dat",
|
|
|
|
"dontLoadTextures": false,
|
|
|
|
"server_name": "San Andreas Unity Server",
|
|
|
|
"RCON_enabled": false,
|
|
"RCON_password": "super_secret_password",
|
|
"RCON_port": 25575,
|
|
|
|
"master_server_url": "http://saumasterserver.servegame.com:7080"
|
|
} |