Jump to content


Photo

Assertion error, can i quick fix it?


  • Please log in to reply
5 replies to this topic

#1 Sillstryparn

Sillstryparn
  • Member
  • 15 posts

Posted 17 January 2005 - 01:52 PM

Hey, im playing the BP-BGT-NEJ-CTB etc monster mod and i would very much like to add chloe mod aswell. The problem is that the chloe mod adds music to the already full music list. So if i add the chloe mod i get an asserition error and the game wont start up.

Im not very bright in this area :blink: but can i somehow alter the tp2 file so the install wont add the music? I found this in the tp2 file:


ADD_MUSIC ~ChGTKUCR~ ~Chloe\Music\CRblank1.mus~
ADD_MUSIC ~ChLoveCR~ ~Chloe\Music\CRblank2.mus~
ADD_MUSIC ~ChImCR~ ~Chloe\Music\CRblank3.mus~


Uhmm can i "//" comment that, would that help me or would that mess my install? Or should i comment something else or can i do this another way? Is there someone who can help me do this?

#2 horred the plague

horred the plague

    Scourge of the Seven Seas

  • Modder
  • 1899 posts

Posted 17 January 2005 - 02:41 PM

Hey, im playing the BP-BGT-NEJ-CTB etc monster mod and i would very much like to add chloe mod aswell. The problem is that the chloe mod adds music to the already full music list. So if i add the chloe mod i get an asserition error and the game wont start up.

Im not very bright in this area  :blink:  but can i somehow alter the tp2 file so the install wont add the music? I found this in the tp2 file:


ADD_MUSIC ~ChGTKUCR~ ~Chloe\Music\CRblank1.mus~
ADD_MUSIC ~ChLoveCR~ ~Chloe\Music\CRblank2.mus~
ADD_MUSIC ~ChImCR~ ~Chloe\Music\CRblank3.mus~


Uhmm can i "//" comment that, would that help me or would that mess my install? Or should i comment something else or can i do this another way? Is there someone who can help me do this?

View Post


Yes, altering the .tp2 is simple. Either erase the lines, or just add two slashes ("//") in front of them. ;)

#3 Stone Wolf

Stone Wolf
  • Member
  • 1672 posts

Posted 17 January 2005 - 02:47 PM

Are those the only instances where music is added? A text search for mus could help you find more if there are any.

#4 Sillstryparn

Sillstryparn
  • Member
  • 15 posts

Posted 17 January 2005 - 04:26 PM

I also found:

//\\//\\//\\//\\//\\//\\//\\//
// ~~ Music and sounds ~~ //
////\\//\\//\\//\\//\\//\\//\\

COPY ~Chloe\Music\ChGTKUCR.crm~ ~override\ChGTKUCR.ogg~
COPY ~Chloe\Music\ChLoveCR.crm~ ~override\ChLoveCR.ogg~
COPY ~Chloe\Music\ChImCR.crm~ ~override\ChImCR.ogg~
COPY ~Chloe\Bat\DecCR.bat~ ~DecCR.bat~

COPY ~Chloe\Sounds~ ~override~

But i suspected those didnt insert lines into the music file, but i didnt now. I thought those just copied over the music files to the overide directory. If thats all they do they shouldnt affect the music file. Should i comment away those aswell?

Edited by Sillstryparn, 17 January 2005 - 04:31 PM.


#5 Stone Wolf

Stone Wolf
  • Member
  • 1672 posts

Posted 17 January 2005 - 05:46 PM

I don't think you have to worry about any of those. It's only the ADD_MUSIC lines that add to the songlist. Give it a go and tell us how it works. :)

#6 Sillstryparn

Sillstryparn
  • Member
  • 15 posts

Posted 17 January 2005 - 07:14 PM

Aight i commentted out

ADD_MUSIC ~ChGTKUCR~ ~Chloe\Music\CRblank1.mus~
ADD_MUSIC ~ChLoveCR~ ~Chloe\Music\CRblank2.mus~
ADD_MUSIC ~ChImCR~ ~Chloe\Music\CRblank3.mus~

and the install went good and the game doesnt get an assertion error, i cant be completly sure untill ive played with chloe though. But i actually think it might have worked. Thanks guys :)

EDIT:
I did the same with Tashia, i just commented away the add to songlist text in the tp2 and the game works. I had to remove this mod earlier aswell cause of the assertion error.

Edited by Sillstryparn, 18 January 2005 - 12:20 AM.