ric36 Posted October 23, 2009 Share Posted October 23, 2009 Ok, so I am trying to modify LootAmmoBullets100. I have created four level lists for common, normal, uncommon and rare ammunitions, which themselves contain level lists that contain the actuall ammunition. I am trying to make LootAmmoBullets100 work so that it favours common over regular, uncommon, etc, and the only way I can think of doing that is by have a large number of instances of the common, fewer of regular, even fewer of uncommon, etc. So firstly, I removed all the existing ammo from the list. This causes no problems.Then I added multiple instances of the common LL. This causes fallout3 to crash on load. WHY???!!!? I am sure there is nothing wrong with what I am doing, both FOEdit and the Geck can read and work with the list without issue. I have spent a large amount of time determining that this is indeed what is crashing fallout. If I only have one instance of the common LL, then it does not crash on load. Any ideas? ThanksRic36 Link to comment Share on other sites More sharing options...
ric36 Posted October 29, 2009 Author Share Posted October 29, 2009 Ok, the CTD culprit seems to be LootAmmoGeneric100, which LootAmmoBullets100 is a member of. Further investigation is warranted. Link to comment Share on other sites More sharing options...
Holty07 Posted October 31, 2009 Share Posted October 31, 2009 By making a version of the ammo types with a "Chance none" higher for the rarity means that when adding these to LootAmmoBullets100 they will be less rare. As for the CTD, that is damn weird. Link to comment Share on other sites More sharing options...
ric36 Posted January 2, 2010 Author Share Posted January 2, 2010 Ok, this turned out to be quite simply infinite recursion in the levelled list. What was strange is that the FOEdit tool's detect recursive nesting feature did not pick it up. Anyway, for anybody who encounters a similar issue, map out the nested levelled lists to ensure no infinite recursion. Ric36 Link to comment Share on other sites More sharing options...
Recommended Posts