gikopoi_maps
This is an old revision of the document!
Gikopoi Maps
aka “Rooms” in the source code
Ctrl+shift+8 makes map grid visible
- Blue: standing
- Yellow: sitting
- Red: blocked
- Green: door
Map JSON
- Default block size: 80x, 40y
- For objects: offset indicates where the top-left of image is placed, relative to background
- originCoordinates: bottom-left corner of 0,0 square
- id – map name
- group – irrelevant
- scale – almost always “1”
- size {x, y}
- originCoordinates (x, y)
- spawnPoint (named)
- objects [ {x, y, offset, url} ]
- sit [ {x, y} ]
- blocked [ {x, y} ]
- forbiddenMovements [ {xFrom, yFrom, xTo, yTo } ]
- doors { named: {x, y, direction, target {roomId, doorId} }
The “offset” of objects appears to be relative to the map dimensions
gikopoi_maps.1686240148.txt.gz · Last modified: 2023-06-08 16:02 by root