Jump to content


Photo

Edwins Romance Compatible with BP-BGT-NEJ.


  • Please log in to reply
3 replies to this topic

#1 Radwen

Radwen
  • Member
  • 71 posts

Posted 06 February 2005 - 06:42 PM

As said in another post, I wanted another romance then anomen. So I took the risk of installing Edwin's Romance. The game wouldn't start-up and I finaly figured out that it was the music (.mus & .acm) files that where not compatible (for some unknown reason to me). So I uninstalled and reinstalled without the music. It now works like a charm.

How ? By commenting out the lines in the setup tp2 file.

Heres a quick "how to do" display :
1. Open up Setup-EdwinRomance.tp2 with a texteditor (i.e. notepad).
2. Comment out (with two frontslashes "//") the sound lines 38 to 47 like this :

//MKDIR ~music/MxEdwin~
...
//ADD_MUSIC ~MxDwina~	~edwin/music/MxDwina.mus~

3. File -> Save : Overwrite existing data ? -> Yes.

4. Open up setup-edwintob.tp2 by the same procedures.
5. Comment out the sound lines 19 to 31 like this :

//ACTION_IF FILE_CONTAINS ~override/SongList.2da~ ~MxEdwin~
...
//END

6. File -> Save : Overwrite existing data ? -> Yes.

Then install both and most important of all, Have Fun !!
Posted Image

I rather die on my feet than live on my knees.
- Emilio Zapata

I am the cabbage man.
- Myself

#2 Laufey

Laufey
  • Modder
  • 1245 posts

Posted 07 February 2005 - 02:01 PM

Thank you! :) I pinned this one for easier access.

#3 Radwen

Radwen
  • Member
  • 71 posts

Posted 07 February 2005 - 04:31 PM

Glad I could help :) .
Posted Image

I rather die on my feet than live on my knees.
- Emilio Zapata

I am the cabbage man.
- Myself

#4 Shed

Shed

    -Shed-

  • Modder
  • 2636 posts

Posted 06 July 2005 - 10:21 AM

You can have block comments, like so:

/*
Music stuff
...
More music stuff
*/