View unanswered posts | View active topics It is currently Tue May 21, 2024 7:39 am



Reply to topic  [ 160 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11, 12, 13 ... 16  Next
 [MOD] Creepy Dungeon - v0.35 
Author Message
Rank 16
Rank 16

Joined: Thu Jul 31, 2014 2:29 pm
Posts: 351
Creepy wrote:
Overture wrote:
is there a way to remove the creatures while maintaining everything else about this mod?

Open "\init\stories\dungeon\objects\objects.dat", find and delete:

Code:
ttlarva_objecti TTLARVA1
{
  scene_id = DUNGEON1;
  waypoint = "table2Wp6b";
}

ttlarva_objecti TTLARVA2
{
  scene_id = DUNGEON1;
  waypoint = "table2Wp13";
}

ttgrappen_objecti TTGRAPPEN1
{
  scene_id = DUNGEON1;
  waypoint = "machine_wp";
}

ttgrappen_objecti TTGRAPPEN2
{
  scene_id = DUNGEON1;
  waypoint = "machine_wp";
}


Speaking of the creatures, is it possible to give them some "life", like they can move around on their own? Maybe even chase the girls around.


Sun Jan 04, 2015 6:32 am
Profile
Rank 10
Rank 10
User avatar

Joined: Fri Dec 12, 2014 6:33 am
Posts: 56
burning wrote:
Speaking of the creatures, is it possible to give them some "life", like they can move around on their own? Maybe even chase the girls around.

They are actually moving, just slowly. You can increase "move_speed" in "\init\std\base\object\ttgrappen\init.dat". Don't know how they decide where to go, I guess it's hardcoded.


Sun Jan 04, 2015 1:32 pm
Profile
Rank 10
Rank 10

Joined: Wed Oct 01, 2014 6:10 am
Posts: 60
Hi
where do I have to insert the mod for to have individual reactions?
Thanks


Sun Jan 04, 2015 8:06 pm
Profile
Rank 10
Rank 10

Joined: Mon Jan 05, 2015 5:47 am
Posts: 64
mink2002 wrote:
Ok lets go !!! yea creepy,
dungeon v0.21 has a glich in or something...
Monica -n- saiko together fine, saiko alone is fine; But when I try Monica alone it kicks out..
Wondering what the hey?? Have to play with normal dungeon without your wonderful Mod's "frowney face" :? :cry:
Mink

Are you sure you didn't mean Saiko instead of Monica?
Because for me it is Saiko alone, that crashes the game.

Version 3.0 obviously, clean install.
Creepy Dungeon 0.2, patched to 0.21.
...Saiko + Monica = OK
...Monica alone = OK
...Saiko alone = Game crashes (no error message given)


Mon Jan 05, 2015 6:18 am
Profile
Rank 17
Rank 17
User avatar

Joined: Wed Apr 17, 2013 10:59 am
Posts: 509
Location: Cursed Pickle Jar
Roggvir wrote:
mink2002 wrote:
Game crashes (no error message given)


Did you check the end of trace file after a crash? The reason why XSP crashes is usually recorded there.

_________________
Please follow me on Tumblr and Twitter.
XStoryPlayer discussion over at DigitalEro forums.
How to make easy MOD installers.
HOW TO START MODDING


Mon Jan 05, 2015 10:23 pm
Profile
Rank 10
Rank 10

Joined: Mon Jan 05, 2015 5:47 am
Posts: 64
Pickled Cow wrote:
Roggvir wrote:
mink2002 wrote:
Game crashes (no error message given)


Did you check the end of trace file after a crash? The reason why XSP crashes is usually recorded there.

Where do i find this trace file? (found a trace.txt in game dir, but it contains just few lines of basic gfx/snd info)
Or do i have to first somehow switch on script debugging?


Mon Jan 05, 2015 10:31 pm
Profile
Rank 17
Rank 17
User avatar

Joined: Wed Apr 17, 2013 10:59 am
Posts: 509
Location: Cursed Pickle Jar
Roggvir wrote:
Where do i find this trace file? (found a trace.txt in game dir, but it contains just few lines of basic gfx/snd info)
Or do i have to first somehow switch on script debugging?


Trace.txt can be found in the same director that XStoryPlayer.exe is in. Just right click your XSP 3 shortcut and click find target.

_________________
Please follow me on Tumblr and Twitter.
XStoryPlayer discussion over at DigitalEro forums.
How to make easy MOD installers.
HOW TO START MODDING


Mon Jan 05, 2015 11:21 pm
Profile
Rank 10
Rank 10

Joined: Mon Jan 05, 2015 5:47 am
Posts: 64
Pickled Cow wrote:
Roggvir wrote:
Where do i find this trace file? (found a trace.txt in game dir, but it contains just few lines of basic gfx/snd info)
Or do i have to first somehow switch on script debugging?

Trace.txt can be found in the same director that XStoryPlayer.exe is in. Just right click your XSP 3 shortcut and click find target.
Ok, so it is that file i mentioned - unfortunately, there is nothing except basic information regarding game version, directx version, etc. (and yep, i noticed it gets overwritten every time you start the game, so i made sure to repeat the crash before checking that file).
I was about to post the file, but TXT attachments are forbidden, and i dont know how to make "spoiler" tag here, or something to make the text collapsible to avoid rather large wall of text that has no information value.

Isn't it possible to start the game in some kind of debug mode?

EDIT: SOLVED - delete save file (probably created from other mod/version/whatever) named "save_dungeon_saiko.dat" (or "save_dungeon_monica.dat" - depending on which girl choice makes your game crash) and it will work.
!!! Don't forget to backup that save first, just to be on the safe side !!!


EDIT #2: BETTER SOLUTION
Instead of deleting the old save, edit "story.txt" in the unpacked mod folder (in my case it is "c:\XMP\XStoryPlayer 3\pack\pack_dungeon_creepy\story.txt", your path will be probably different, but you get the idea).
Change the following lines accordingly:

save = "save/save_dungeon_monicasaiko.dat"; <--- change to "save/save_dungeon_creepy_monicasaiko.dat"
save = "save/save_dungeon_saiko.dat"; <--- change to "save/save_dungeon_creepy_saiko.dat"
save = "save/save_dungeon_monica.dat"; <--- change to "save/save_dungeon_creepy_monica.dat"

This will make sure the vanilla dungeon will be using its original saves, while your modded creepy dungeon will use the new names, preventing such conflict again in the future.


Tue Jan 06, 2015 12:04 am
Profile
Rank 10
Rank 10
User avatar

Joined: Fri Dec 12, 2014 6:33 am
Posts: 56
Good catch Roggvir. I've updated the first post with a patch.


Tue Jan 06, 2015 2:22 am
Profile
Rank 9
Rank 9

Joined: Tue Dec 23, 2014 5:10 am
Posts: 51
Location: somewhere USA..
Yep that did it,
Thank you so much for that 411; Now everything works YEAH !!! :D
No more crashes or kicks out or trying to find the reasons for them...
So easy a save did it....:D


Tue Jan 06, 2015 3:41 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 160 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11, 12, 13 ... 16  Next

Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.