forked from 2009Scape/Server
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
50
Client/config.json
Normal file
50
Client/config.json
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"ip_address": "localhost",
|
||||
"ip_management" : "localhost",
|
||||
"server_port": 43594,
|
||||
"wl_port": 5555,
|
||||
"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