[solved] lol, cause im a very good scripter, i have
Posted: Thu Oct 23, 2014 7:04 pm
crashed my save :/
it now couldnt be open anymore
are there any way to recover?
it now couldnt be open anymore
are there any way to recover?
Official Legend of Grimrock Forums
https://mail.almosthumangames.com/forum/
https://mail.almosthumangames.com/forum/viewtopic.php?t=7703
Ok, so it says that you effectively bad copied the script.Lai wrote:mod_assets/scripts/dungeon.lua1690:unexpected symbol near "."
mod_assets/scripts/dungeon.lua = Path and name of the file where having errorLai wrote:mod_assets/scripts/dungeon.lua1690:unexpected symbol near "."
Open up dungeons.lua with notepad 2 or something and go to line 1690 and find something that might be messed upDoridion wrote:Ok, so it says that you effectively bad copied the script.Lai wrote:mod_assets/scripts/dungeon.lua1690:unexpected symbol near "."
Don't be sad, your error is reparableAll scripts embled scripts are stocked in the "dungeon.lua" file in your "My documents/Almost Human/Grimrock Legend 2/Dungeons/[Name of your dungeon]/mod_assets/scripts/" directory.
Here, it seems than a sign is missing after the "." at the line 1690. Go download Notepad2 ( usefull util to work on files ) on the web, open the dungeon.lua file, see what's different beetween your script and the forum's script, and ... change differences !
After, if another error appear, do again this operation awhile errors appears
For records and to "read" error messages :
mod_assets/scripts/dungeon.lua = Path and name of the file where having errorLai wrote:mod_assets/scripts/dungeon.lua1690:unexpected symbol near "."
1690 = Line of the error
unexpected symbol near "." = Explanation of the error
That's all folks !
thank u very much- it was easy to find: surprissing just last entry ^^Doridion wrote:Ok, so it says that you effectively bad copied the script.Lai wrote:mod_assets/scripts/dungeon.lua1690:unexpected symbol near "."
Don't be sad, your error is reparableAll scripts embled scripts are stocked in the "dungeon.lua" file in your "My documents/Almost Human/Grimrock Legend 2/Dungeons/[Name of your dungeon]/mod_assets/scripts/" directory.
Here, it seems than a sign is missing after the ".". Go download Notepad2 ( usefull util to work on files ) on the web, open the dungeon.lua file, search the part of script you copied with Ctrl-F ( for example ), see what's different beetween your script and the forum's script, and ... change differences !
After, if another error appear, do again this operation awhile errors appears
For records and to "read" error messages :
mod_assets/scripts/dungeon.lua = Path and name of the file where having errorLai wrote:mod_assets/scripts/dungeon.lua1690:unexpected symbol near "."
1690 = Code of the error
unexpected symbol near "." = Explanation of the error
That's all folks !