Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: weimer
« on: August 02, 2002, 12:27:00 AM »

Wow, thanks. I feel sheepish. Fixed locally.                    
Posted by: Ghreyfain
« on: July 29, 2002, 05:38:07 PM »

There's a typo in mymod.tp2 for the ADD_MUSIC command.

ADD_MUSIC   ~MYMUSIC~   ~mymod/somefile.mus~
COPY ~mymod/script.bcs~ ~override/script.bcs~
  REPLACE_TEXTUALLY 999999 %MYMUSIC%

should actually be

ADD_MUSIC   ~MYMUSIC~   ~mymod/somefile.mus~
COPY ~mymod/script.bcs~ ~override/script.bcs~
  REPLACE_TEXTUALLY 999999 ~%MYMUSIC%~

Note the tildes added around %MYMUSIC%