Page 1 of 1

import/export save position and party

Posted: Sun Mar 15, 2015 5:26 pm
by Granamir
Hi,
does anyone knows if possible to import/export a save position and/or a party from a custom dungeon to another?
Has anyone tryed this function with custom dungeons?
It may be a good solution for those really big dungeons that exceed 100 Mb limit.
Ty

Re: iport/export save position and party

Posted: Sun Mar 15, 2015 5:58 pm
by THOM
AFAIK not possible by default

What you can do is writing a script. Should be possible. But will be a huge task...

Re: iport/export save position and party

Posted: Sun Mar 15, 2015 6:24 pm
by Granamir
Than not for me ^-^
Thank you

Re: import/export save position and party

Posted: Mon Mar 16, 2015 12:20 am
by Azel
I have seen threads where people are creating new Skills (like trap detection):
http://grimrock.net/forum/viewtopic.php ... 46&p=88551

You could probably take a sort of "hack" approach, where you store Coordinates as a Skill somehow; create a new Cartography skill and store the Map level in there. Not sure how this would work exactly but it's a fun out-of-box approach, as it's one of the few Saved Data values that carries over from game-to-game.

Re: import/export save position and party

Posted: Mon Mar 16, 2015 11:59 am
by Granamir
Ty
but i'm not an expert programmer so starting something like that is beyond my actual skill level. but i take a look around on this forum if someone does something like that.