28-03-2014, 03:14 AM
(26-03-2014, 12:26 PM)Maroon link Wrote: Alright, I've checked it out, and it is very much possible to disable the POK from showing up on your back. Here's a step by step guide on how to change it.Does that make it completely invisible? Like when you 'sheathe' a pike it disappears somewhere into your back flabs ;D
- Open up your Warband directory in Steam, open the Modules folder in there, and finally open the NordInvasion folder in Modules.
- Open the file called "item_kinds1.txt" with notepad, or a similar text editor.
- Use Ctrl + F to search for the following entry:
Code:itm_pike_of_kings_swing Pike_of_Kings Pike_of_Kings 1 WAoRStaffD 0 1883570180 4222130891787552 140 8202 2.500000 100 0 0 0 0 45056 89 0 202 0 311 556
0
0
itm_pike_of_kings_stab Pike_of_Kings Pike_of_Kings 1 WAoRStaffD 0 1346699268 22236529401266944 140 8202 2.500000 100 0 0 0 0 56320 89 0 202 0 311 311
0
0
And change those entries to the following:
Code:itm_pike_of_kings_swing Pike_of_Kings Pike_of_Kings 1 WAoRStaffD 0 1883570180 4222124717772064 140 8202 2.500000 100 0 0 0 0 45056 89 0 202 0 311 556
0
0
itm_pike_of_kings_stab Pike_of_Kings Pike_of_Kings 1 WAoRStaffD 0 1346699268 22236523227251456 140 8202 2.500000 100 0 0 0 0 56320 89 0 202 0 311 311
0
0
That should stop the POK from being visible when you're not using it.