Welcome to the Creatures Wiki! Log in and join the community.

MAPD

From Creatures Wiki
Jump to navigation Jump to search

MAPD is a CAOS command that sets the dimensions of the game map

Usage[edit]

Syntax: MAPD width(integer) height(integer)

This sets the dimensions of the map to (width) pixels wide and (height) pixels tall.

The practical limit of this command is somewhere around 650,000 by 650,000 pixels (attempting to make the map bigger than this causes out-of-memory errors and makes the game crash). However, as metaroom makers are still filling up an expanded 100,000 by 100,000 map, this is not likely to ever be a real problem.

Example[edit]

As the default (10,000 by 10,000) map has been filled with metarooms already, newer metarooms need to make sure the map is expanded before placing their rooms.

mapd 100000 100000

See also[edit]