.crm

From Adventure Game Studio | Wiki
Revision as of 08:24, 8 May 2006 by *>SSH
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.crm files are saved Rooms. In older versions of AGS, room0.crm had to be named intro.crm. You can make a template room called _blank.crm which will be used by the New Room function. Every AGS game must have at least one room to function. The first game visitied will be determined by the initial player character's starting room. For AGS to see them, room files must be saved as roomN.crm where N is a decimal number.

You can save a room and place a copy of the CRM file in the Compiled folder, and it will override the one in the EXE, however this is quite a faff to remember to do it every time you need to.