Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Leisure Suit Harry on Tue 28/06/2022 08:43:39

Title: Duplicate room
Post by: Leisure Suit Harry on Tue 28/06/2022 08:43:39
I want to reuse the walkable areas, walkbehinds and if possible the hotspots for a second room.
Is there a possibility to simply duplicate a room? (not necessarily the script, but everyting that needs to be drawn)
Title: Re: Duplicate room
Post by: Crimson Wizard on Tue 28/06/2022 15:01:56
I don't think there's a direct command like that in the Editor, but there are 2 simple ways to do this:
1) Rooms are stored as "roomNNN.crm" files. Simply copy/paste your room as a new file with new number, and then import it using "Import existing room" in the editor.
2) You may create a room template by right clicking and choosing "create template from room". Then, when creating a new room, this room will be available in the template list.
Title: Re: Duplicate room
Post by: Leisure Suit Harry on Fri 01/07/2022 11:37:13
Thanks Crimson Wizard!