mirror of
https://gitlab.com/2009scape/singleplayer/linux.git
synced 2026-08-28 05:45:12 -06:00
Update to latest build
This commit is contained in:
parent
b3df92b22d
commit
240347a2cb
73 changed files with 559267 additions and 32559 deletions
51
config.json
Normal file
51
config.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"ip_address": "localhost",
|
||||
"ip_management" : "localhost",
|
||||
"server_port": 43594,
|
||||
"wl_port": 5555,
|
||||
"js5_port": 43593,
|
||||
"world": 1,
|
||||
|
||||
"customization": {
|
||||
"login_theme": "newbie melody",
|
||||
|
||||
"right_click_menu": {
|
||||
"background": {
|
||||
"color": "#0fab00",
|
||||
"opacity": "70"
|
||||
},
|
||||
"title_bar": {
|
||||
"color": "#000000",
|
||||
"opacity": "255",
|
||||
"font_color": "#FFFFFF"
|
||||
},
|
||||
"border": {
|
||||
"color": "#FFFFFF",
|
||||
"opacity": "255"
|
||||
},
|
||||
"styles": {
|
||||
"Presets provide default customizations.": "rs3, classic, or custom. custom allows you to define your own values above. Classic is standard 2009.",
|
||||
"presets": "classic",
|
||||
"rs3border": false
|
||||
}
|
||||
},
|
||||
"rendering_options": {
|
||||
"technical": {
|
||||
"render_distance_increase": true
|
||||
},
|
||||
"skybox": {
|
||||
"skybox_color" : "Coming in a future update..."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"debug": {
|
||||
"item_debug": false,
|
||||
"object_debug": false,
|
||||
"npc_debug": false,
|
||||
"hd_login_region_debug": false,
|
||||
"hd_login_region_debug_verbose": false,
|
||||
"cache_debug": false,
|
||||
"world_map_debug": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue