Question about Simple Tweak

Users who are viewing this thread

How do I remove head-wear from npc's in the game, specifically npc women's' head-wear?. This link shows that you can remove your wife headdress by tweaking the open conversation.txt

https://forums.taleworlds.com/index.php?topic=153903.0

So I know it can be done, also per game it is random which female npc wears a hat. A simple adjustment in .txt fill do the trick? The hats really annoy me and I want to remove them. Any help is appreciated.
 
OK, let me change my question up a bit:
First: I installed python, dl'd the latest module system & started reading the module system documentation guide

https://forums.taleworlds.com/index.php/board,12.0.html

Soooo, now I have more options to mod aside from changing txt files.

Which file in the module system modifies npc head-wear?
 
All npcs are instances of one troop or another. Take hat from troop eq list and npc with that troop assigned wont have it.
Troops are defined inside module_troops.py

Congrats on finding basic tutorials by yourself. :party:
Many brave wannamod guys fell at that step.
 
Back
Top Bottom