home
·
contact
·
privacy
projects
/
plomrogue
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ecf283d760eac4550307eb9a734b8cb130264f67
[plomrogue]
/
client
/
config
/
io.py
1
io = {
2
"path_out": "server/in",
3
"path_in": "server/out",
4
"path_worldstate": "server/worldstate",
5
"worldstate_read_order": [
6
["lifepoints", "int"],
7
["satiation", "int"],
8
["inventory", "lines"],
9
["avatar_position", "int", 0],
10
["avatar_position", "int", 1],
11
["map_size", "int"],
12
["fov_map", "map"],
13
["mem_map", "map"]
14
]
15
}