-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini.example
60 lines (44 loc) · 1.7 KB
/
config.ini.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 1 for low detail: disables audio, ground decor, some animations, less textures, and only builds scene for current height lvl
# lowmem = 1
# changes members items text to "Members Object", can cause you to be on p2p world with f2p client
# free = 1
# hides dns on desktop or ip in browser on welcome screen
# hide_dns = 1
# hides a debug sprite along water in some places (lumbridge for example)
# hide_debug_sprite = 1
# music used to stop playing on logout
# midi_on_logout = 1
# allows running client commands with ::, originally this was only allowed on desktop (not applets) or on local servers
# allow_commands = 1
# allows typing debugprocs (server commands) with ::~, expands allowed keys to be able to type ~ (others won't see it)
# this was only added to RS recently, and they used to trigger their runescript code just from items/buttons/NPCs etc
# allow_debugprocs = 1
# set chat font era: 0 - early beta, 1 - late beta, 2 - launch
# chat_era = 0
# default username/password on load
# username =
# password =
# remember username/password on logout
# remember_username = 1
# remember_password = 1
# currently you have to recompile to change RSA length with -DRSA_BUF_LEN=(bits/4)
# prefix the exponent with a 0 if the number isn't even
# rsa_exponent =
# rsa_modulus =
# default world options (http_port is only used for websockets, set to 8888 for non-windows/mac servers)
# nodeid = 1
# portoff = 0
# socketip = localhost
# http_port = 80
# socketip = "w1-2004.lostcity.rs"
# nodeid = 2
# portoff = 3
# socketip = "w2-2004.lostcity.rs"
# nodeid = 3
# socketip = "w3-2004.lostcity.rs"
# http_port = 8443
# nodeid = 4
# portoff = 3
# socketip = "w4-2004.lostcity.rs"
# http_port = 8443
# TODO other worlds