Editor File for Grimrock 2
- Eleven Warrior
- Posts: 752
- Joined: Thu Apr 18, 2013 2:32 pm
- Location: Australia
Editor File for Grimrock 2
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
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"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.
____________
*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.
- Eleven Warrior
- Posts: 752
- Joined: Thu Apr 18, 2013 2:32 pm
- Location: Australia
Re: Editor File for Grimrock 2
Ty worked like a charm just like you 