Jump to content


Changing a class button via a TP2


  • Please log in to reply
2 replies to this topic

#1 -Alan M.C.-

-Alan M.C.-
  • Guest

Posted 20 June 2003 - 11:55 AM

Let's say I wanted to give my new fighter kit a Hide in Shadows button in replacement of one of his weapon slots, is it possible to code the .cre via the TP2?

Example:
COPY ~mymod/fighter.cre~ ~override/fighter.cre~
WRITE_SHORT ??
WRITE_BYTE ??

Alan M.C.

#2 weimer

weimer
  • Member
  • 1569 posts

Posted 20 June 2003 - 01:28 PM

No. You cannot change the button bar "just a little bit" -- the buttons are hard-coded based on the class of the CRE. Sorry!

#3 -Alan M.C.-

-Alan M.C.-
  • Guest

Posted 20 June 2003 - 11:17 PM

I guessed so but I had to ask this one.

Thanks,
Alan M.C.