Page 1 of 1

Editor File for Grimrock 2

Posted: Sat Aug 17, 2019 12:42 am
by Eleven Warrior
has anyone got the editor file for Legend Of Grimrock 2. If so can you upload it here for me ty appreciate the help.

Re: Editor File for Grimrock 2

Posted: Sat Aug 17, 2019 1:13 am
by Isaac
Eleven Warrior wrote: Sat Aug 17, 2019 12:42 am has anyone got the editor file for Legend Of Grimrock 2. If so can you upload it here for me ty appreciate the help.
That file comes with the game. All you need do is create a new editor project, [arbitrarily] name it grimrock2, and save it. Next, within the project folder, open the Grimrock.dungeon_editor file with a text editor, and alter the dungeonFolder path to be: "assets/dungeons/grimrock2"

____________
*Or just replace it all with the following:

Code: Select all

dungeonName "Grimrock"
author "Almost Human"
description "The official campaign"
dungeonFolder "assets/dungeons/grimrock2"
_________________

Save the file, and open the project in the editor.

**Note: You will not be able to save any changes to the project, but you can examine everything, and read the embeded scripts.

Re: Editor File for Grimrock 2

Posted: Sat Aug 17, 2019 1:48 am
by Eleven Warrior
Ty worked like a charm just like you :)