Autoloot Source Code with Merging Instructions for other mods

Users who are viewing this thread

I need to add two more to pool inventory skill after the loot is made, so there is always room for the upgrades, not matter what the loot.

- edit -

in module_game_menus.py after the line 

(troop_sort_inventory,"trp_temp_troop"),

just add the line

(troop_ensure_inventory_space, "trp_temp_troop",12),#### adds room so we can autoloot.

And we get enough space for autoloot no matter the troops we meet.

mfberg
 
Hey mate,

Thanks for a great mod! I first came across this while playing garniers mod and thought it was totally awesome which is probably why most mods have incorporated this since!

I've just tried adding it to my own mod and that was completely painless as well, so I'm pretty happy :smile:

Cheers.
 
Rubik's improved autoloot:
http://forums.taleworlds.com/index.php/topic,60097.0.html

Mordachai is also working on fine tuning the AI for weapon selection. Stay tuned for his work.
 
Back
Top Bottom