Dungeon editor problem

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
MYNAMEIS
Posts: 7
Joined: Sun Oct 14, 2012 2:54 pm

Dungeon editor problem

Post by MYNAMEIS »

NOOOOO
[string "DungeonEditor.lua"]:0: ... of testingmap\testingmap.dungeon_editor:1: unexepted symbol :cry:
how to fix it?
Magus
Posts: 56
Joined: Wed Sep 12, 2012 6:05 pm

Re: Dungeon editor problem

Post by Magus »

Can you post the "testingmap.dungeon_editor" file? Sounds like something is wrong there.
MYNAMEIS
Posts: 7
Joined: Sun Oct 14, 2012 2:54 pm

Re: Dungeon editor problem

Post by MYNAMEIS »

Magus wrote:Can you post the "testingmap.dungeon_editor" file? Sounds like something is wrong there.
ok
http://www.mediafire.com/?i0dnd48zowruh4d
Magus
Posts: 56
Joined: Wed Sep 12, 2012 6:05 pm

Re: Dungeon editor problem

Post by Magus »

Um somehow this file only contains NUL's, can you open this with a texteditor and look inside?

if it only shows spaces or NUL's (depends on your texteditor) replace it with:

Code: Select all

-- This file has been generated by Dungeon Editor beta-1.2.7

dungeonName "testingmap"
author "MYNAMEIS"
description ""
dungeonFolder "mod_assets/scripts"
You can replace the author and description of course.
MYNAMEIS
Posts: 7
Joined: Sun Oct 14, 2012 2:54 pm

Re: Dungeon editor problem

Post by MYNAMEIS »

thanks
i'll try it.
MYNAMEIS
Posts: 7
Joined: Sun Oct 14, 2012 2:54 pm

Re: Dungeon editor problem

Post by MYNAMEIS »

sorry man, if i open this file with textredactor i only can see next:
" "
and it's all(
Magus
Posts: 56
Joined: Wed Sep 12, 2012 6:05 pm

Re: Dungeon editor problem

Post by Magus »

Yeah with notepad you just see empty " " because it can't display the correct ascii code.
Just press Ctrl+A to select everything and paste the thing above.
MYNAMEIS
Posts: 7
Joined: Sun Oct 14, 2012 2:54 pm

Re: Dungeon editor problem

Post by MYNAMEIS »

WOW
very big thanks, man! :D
it's working now!
Last edited by MYNAMEIS on Sun Oct 14, 2012 5:54 pm, edited 1 time in total.
Magus
Posts: 56
Joined: Wed Sep 12, 2012 6:05 pm

Re: Dungeon editor problem

Post by Magus »

MYNAMEIS wrote:WOW
vey big thanks, man! :D
it's working now!
glad that it helped :P
Post Reply