xmoonproductions.org
https://www.xmoonproductions.org/

bin files not showing up
https://www.xmoonproductions.org/viewtopic.php?f=27&t=3569
Page 1 of 1

Author:  kurt1010 [ Thu Jan 01, 2015 5:09 am ]
Post subject:  bin files not showing up

have tried daemon tools ultra ,clone drive ,and quick unpacker in forums it says path is wrong ,c \users \kurt\appdata...etc. any ideas on problem?

Author:  mink2002 [ Thu Jan 01, 2015 11:14 pm ]
Post subject:  Re: bin files not showing up

Ok go here viewtopic.php?f=27&t=3566&start=10
go down untill Tom's post fix start.ini as he said to do and you should be go to go !!!
:lol: Hope this helps...

Author:  kurt1010 [ Thu Jan 01, 2015 11:49 pm ]
Post subject:  Re: bin files not showing up

start ini. was already there, ran filemaker all i got was parsing start in., end filemaker

Author:  burning [ Fri Jan 02, 2015 12:25 am ]
Post subject:  Re: bin files not showing up

kurt1010 wrote:
start ini. was already there, ran filemaker all i got was parsing start in., end filemaker

Well, see, that's what the replacement start.ini is for.

Author:  Tom [ Fri Jan 02, 2015 12:34 am ]
Post subject:  Re: bin files not showing up

Here is how it should work:
  1. Go to the /filemaker directory in your XStoryPlayer 3 installation directory.
  2. Open the start.ini file with your favorite text editor.
  3. Now it depends on what you want to mod. The Dungeon or the Tentacle Dreams story.
    For the Dungeon replace it's content with this (and then save).
    Code:
    //////////////////////////////////////////////////////
    // Defines
    //////////////////////////////////////////////////////


    #define RUNTIME  "../"
    #define PACKPATH "pack/pack_dungeon/"


    //////////////////////////////////////////////////////
    // Unpack
    //////////////////////////////////////////////////////


    // Uncomment this to unpack a pack
    Pack pack1
    {
       unpack   = true;
       file   = "[RUNTIME]pack/pack_dungeon.bin";
       outpath   = "[RUNTIME]pack/";
    }


    //////////////////////////////////////////////////////
    // Pack
    //////////////////////////////////////////////////////


    // Uncomment this to repack a pack
    /*Pack pack
    {
       file      = "[RUNTIME]pack/pack_dungeon2.bin";
       zip         = true;
       path_full   = true;
       addpath      = "[RUNTIME][PACKPATH]*.*";
    }*/

    For the Tentacle Dreams replace with this (and save).
    Code:
    //////////////////////////////////////////////////////
    // Defines
    //////////////////////////////////////////////////////


    #define RUNTIME  "../"
    #define PACKPATH "pack/pack_tentacle_dreams/"


    //////////////////////////////////////////////////////
    // Unpack
    //////////////////////////////////////////////////////


    // Uncomment this to unpack a pack
    Pack pack1
    {
       unpack   = true;
       file   = "[RUNTIME]pack/pack_tentacle_dreams.bin";
       outpath   = "[RUNTIME]pack/";
    }


    //////////////////////////////////////////////////////
    // Pack
    //////////////////////////////////////////////////////


    // Uncomment this to repack a pack
    /*Pack pack
    {
       file      = "[RUNTIME]pack/pack_dungeon2.bin";
       zip         = true;
       path_full   = true;
       addpath      = "[RUNTIME][PACKPATH]*.*";
    }*/
  4. Run filemaker.exe
  5. You should now have a new subdirectory on the /pack directory named /pack_dungeon or /pack_tentacle_dreams.
    You can also rum both versions to unpack both.
  6. Happy Modding.

Author:  kurt1010 [ Fri Jan 02, 2015 2:00 am ]
Post subject:  Re: bin files not showing up

just did a copy paste of what you posted tom,everything works fine now,guess i missed update on start ini, file. Thanks for help everyone :D

Author:  PrullMincher [ Sun Jan 04, 2015 6:54 am ]
Post subject:  Re: bin files not showing up

I may have a fix to this start.ini file; check this link here, and look at my post
http://xmoonproductions.org/viewtopic.php?f=27&t=3566&start=20

tell me if it works for you, because I don't know if it will

Author:  forsakeen [ Sun Feb 22, 2015 7:33 am ]
Post subject:  Re: bin files not showing up

i'm new to this, how to I repack the file?

Author:  burning [ Sun Feb 22, 2015 9:54 am ]
Post subject:  Re: bin files not showing up

forsakeen wrote:
i'm new to this, how to I repack the file?


There is no need, as XSP will read the unpacked files.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/