Jump to content

Home

The loot generator problem


Ztalker

Recommended Posts

Hello there...

 

I recently installed Kotor 2 again. While browsing through some Mods, I found Svösh his Jedi Master retextures. I clicked the picture to see the result, and got a shock.

It showed several robes I had never seen before. Browsing through the forums, i found out that the item list has several cool items in it that aren't 'Rollable' by the loot generator.

For example, Malak's Armor is obtainable. It never spawned for me though.

 

So...my question is:

Is this fixable? I'd love to see all that cool weapons and armor. It would make the game so much better.

 

Thanks in advance!

http://img154.imageshack.us/img154/7736/svmaterrobescollarfix150us.jpg

Link to comment
Share on other sites

While browsing through some Mods, I found Svösh his Jedi Master retextures. I clicked the picture to see the result, and got a shock.

It showed several robes I had never seen before.

(snip)

So...my question is:

Is this fixable? I'd love to see all that cool weapons and armor. It would make the game so much better.

 

It's a bug in the loot generator scripts that cause a_robe_16 to be the highest one that is dropped as loot. It's pretty easy to fix in itself, though since it will require recompiling all the loot generating scripts (there are quite a lot of them) it might lead to incompatibilities with other mods that modify these scripts. The Ultimate Saber Mod comes to mind, since it alters the random loot, as does the Improved AI mod, since it has recompiled versions of some of these scripts as well.

 

The attached file contains a modified k_inc_treas_k2.nss include file which should have that bug fixed. You'd need to use it to recompile all the random loot scripts though. Some of them are listed below, but there could be more:

 

k_def_grenspn.nss
k_def_spawn01.nss
k_def_spn_t_drd.nss
k_def_spn_t_empt.nss
k_def_spn_t_jedi.nss
k_def_spn_t_less.nss
k_def_spn_t_more.nss
k_def_spn_t_per.ss   
k_plc_it_arm.nss
k_plc_it_arm_h.nss
k_plc_it_arm_l.nss
k_plc_it_arm_m.nss
k_plc_it_arm_r.nss
k_plc_it_eq.nss
k_plc_it_eq_belt.nss
k_plc_it_eq_glov.nss
k_plc_it_eq_helm.nss
k_plc_it_eq_imp.nss
k_plc_it_up.nss
k_plc_it_up_a.nss
k_plc_it_up_l.nss
k_plc_it_up_l_cr.nss
k_plc_it_up_m.nss
k_plc_it_up_r.nss
k_plc_it_weap.nss
k_plc_it_weap_bp.nss
k_plc_it_weap_br.nss
k_plc_it_weap_l.nss
k_plc_it_weap_m.nss
k_plc_treas_empt.nss
k_plc_treas_less.nss
k_plc_treas_more.nss
k_plc_treas_norm.nss
k_plc_treas_per.nss
k_plc_tresciv.nss
k_plc_trescorhig.nss
k_plc_trescorlow.nss
k_plc_trescormid.nss
k_plc_tresdrdhig.nss
k_plc_tresdrdlow.nss
k_plc_tresdrdmid.nss
k_plc_tresmilhig.nss
k_plc_tresmillow.nss
k_plc_tresmilmid.nss
k_plc_tresrakat.nss
k_plc_tresshahig.nss
k_plc_tresshalow.nss
k_plc_tresshamid.nss
k_plc_tressndppl.nss

k_inc_treas_k2.zip

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...