DarkMatter88
Vivacious Visitor
- Joined
- Apr 1, 2016
hello everyone it possible to hide the secondary weapon of the plum?
I currently use white horn bow
im tried to switch or hide but nothing work plz help me
my try to hideCode:<!-- For Maehwa (Plum) --> <Conditional Code="U"> <Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004.PAC</Model> <Model Index="U">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_BW_SBW_0017.PAC</Model> </Conditional> <Conditional Code="U"> <Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004_IN.PAC</Model> <Model Index="U">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_BW_SBW_0017_IN.PAC</Model> </Conditional>
(try with and without _IN on the ALPHA.PAC)Code:<Conditional Code="U"> <Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004.PAC</Model> <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model> </Conditional> <Conditional Code="U"> <Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004_IN.PAC</Model> <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA_IN.PAC</Model> </Conditional>
It seems, PKWW_01_SBW_0004.PAC isn't the code for White Horn Bow, since those lines are correct und should be working (with the exception of PHM_ALPHA_IN.PAC, there is no such file. Always use PHM_ALPHA.PAC, whenever you want to remove something.