Jump to content


ADD_MUSIC


  • Please log in to reply
1 reply to this topic

#1 -Ghreyfain-

-Ghreyfain-
  • Guest

Posted 29 July 2002 - 02:38 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%

#2 weimer

weimer
  • Member
  • 1569 posts

Posted 01 August 2002 - 09:27 PM

Wow, thanks. I feel sheepish. Fixed locally.