Page 1 of 1

Dungeon editor problem

Posted: Sun Oct 14, 2012 2:55 pm
by MYNAMEIS
NOOOOO
[string "DungeonEditor.lua"]:0: ... of testingmap\testingmap.dungeon_editor:1: unexepted symbol :cry:
how to fix it?

Re: Dungeon editor problem

Posted: Sun Oct 14, 2012 3:17 pm
by Magus
Can you post the "testingmap.dungeon_editor" file? Sounds like something is wrong there.

Re: Dungeon editor problem

Posted: Sun Oct 14, 2012 3:52 pm
by MYNAMEIS
Magus wrote:Can you post the "testingmap.dungeon_editor" file? Sounds like something is wrong there.
ok
http://www.mediafire.com/?i0dnd48zowruh4d

Re: Dungeon editor problem

Posted: Sun Oct 14, 2012 4:10 pm
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.

Re: Dungeon editor problem

Posted: Sun Oct 14, 2012 4:34 pm
by MYNAMEIS
thanks
i'll try it.

Re: Dungeon editor problem

Posted: Sun Oct 14, 2012 4:43 pm
by MYNAMEIS
sorry man, if i open this file with textredactor i only can see next:
" "
and it's all(

Re: Dungeon editor problem

Posted: Sun Oct 14, 2012 4:50 pm
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.

Re: Dungeon editor problem

Posted: Sun Oct 14, 2012 5:06 pm
by MYNAMEIS
WOW
very big thanks, man! :D
it's working now!

Re: Dungeon editor problem

Posted: Sun Oct 14, 2012 5:10 pm
by Magus
MYNAMEIS wrote:WOW
vey big thanks, man! :D
it's working now!
glad that it helped :P