User Tools

Site Tools


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

  • 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.1686238506.txt.gz · Last modified: 2023-06-08 15:35 by root

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki