NOOOOO
[string "DungeonEditor.lua"]:0: ... of testingmap\testingmap.dungeon_editor:1: unexepted symbol
how to fix it?
Dungeon editor problem
Re: Dungeon editor problem
okMagus wrote:Can you post the "testingmap.dungeon_editor" file? Sounds like something is wrong there.
http://www.mediafire.com/?i0dnd48zowruh4d
Re: Dungeon editor problem
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:
You can replace the author and description of course.
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"
Re: Dungeon editor problem
thanks
i'll try it.
i'll try it.
Re: Dungeon editor problem
sorry man, if i open this file with textredactor i only can see next:
" "
and it's all(
" "
and it's all(
Re: Dungeon editor problem
WOW
very big thanks, man!
it's working now!
very big thanks, man!
it's working now!
Last edited by MYNAMEIS on Sun Oct 14, 2012 5:54 pm, edited 1 time in total.