Jump to content


How to prevent certain components from being installed


  • Please log in to reply
5 replies to this topic

#1 -newguest01-

-newguest01-
  • Guest

Posted 25 December 2009 - 06:06 PM

Hi!

I wish to use RR and the old Time Trap HLA (instead of Acid Trap), how can I manage this?

#2 Creepin

Creepin
  • Administrator
  • 1676 posts

Posted 25 December 2009 - 08:26 PM

Easiest way would be to comment out part of tp2 responsible for that stuff, and I believe in your case it is single line
REPLACE_TEXTUALLY ~SPCL912~ ~RR#THL04~							   // Replace Time Trap with Acid Trap

Edited by Creepin, 25 December 2009 - 08:26 PM.

The Old Gold - v0.2 WIP (mod for BGT/BWP/BWS)


#3 aVENGER

aVENGER
  • Modder
  • 1680 posts

Posted 25 December 2009 - 10:49 PM

Yup, just add a // before both instances of that line in the .tp2 and you're all set.

Or simply don't install the "Thief High Level Ability revisions" component.

#4 -newguest01-

-newguest01-
  • Guest

Posted 26 December 2009 - 12:41 AM

Yup, just add a // before both instances of that line in the .tp2 and you're all set.

Or simply don't install the "Thief High Level Ability revisions" component.


Wow, thank you for the quick answer, Merry Christmas and a Happy New Year to you!

OK, i found this line in the TP2 file.

REPLACE_TEXTUALLY ~SPCL912~ ~RR#THL04~ // Replace Time Trap with Acid Trap

Excuse me, I'm not a programming genious, if I understand it right, after adding //, does it have to look so:

// REPLACE_TEXTUALLY ~SPCL912~ ~RR#THL04~ // Replace Time Trap with Acid Trap //

#5 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 26 December 2009 - 01:10 AM

Only one '//' would do ;)

// REPLACE_TEXTUALLY ~SPCL912~ ~RR#THL04~							   Replace Time Trap with Acid Trap
And remember that there are 2 lines like that :D

Cheers,
Lol

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#6 -newguest01-

-newguest01-
  • Guest

Posted 26 December 2009 - 01:48 AM

Only one '//' would do ;)

// REPLACE_TEXTUALLY ~SPCL912~ ~RR#THL04~							   Replace Time Trap with Acid Trap
And remember that there are 2 lines like that :D

Cheers,
Lol


Aye, found the second line, it works, thank you! :cheers: