DJPrichard Posted June 8, 2018 Share Posted June 8, 2018 (edited) Must note 1st, I'm new to modding, that is - I am able to learn, but some things are hard for me, especially SSEdit. To be more specific, I'm trying to edit mod. Author isn't taking care of it anymore, so I'm trying my strenghts in changing some things.Original mod author added new enemies to leveld enemy list. I'm trying to make those new enemies spawn less often, but when I copy record and set chance none to 75 I get no enemies spawning or few at all. So I am at loss here. What am I doing wrong? Please help me with advice. Edited June 8, 2018 by DJPrichard Link to comment Share on other sites More sharing options...
Urtho Posted June 8, 2018 Share Posted June 8, 2018 You'll have to edit the list entries directly instead of the % chance to do what you want. Like so: Original List 1. Old2. Old3. New4. New5. Old6. New7. New New List 1. Old2. Old3. New4. *nothing* - deleted entry5. Old (becomes #4 after the above deletion)6. *nothing* - deleted entry7. *nothing* - deleted entry End result is that there are less chances for the new list to choose one of the new enemies, the percentage chance will still be used to determine how much an individual spawn point is used (75% chance none means not often). Link to comment Share on other sites More sharing options...
DJPrichard Posted June 9, 2018 Author Share Posted June 9, 2018 You'll have to edit the list entries directly instead of the % chance to do what you want. Like so: Original List 1. Old2. Old3. New4. New5. Old6. New7. New New List 1. Old2. Old3. New4. *nothing* - deleted entry5. Old (becomes #4 after the above deletion)6. *nothing* - deleted entry7. *nothing* - deleted entry End result is that there are less chances for the new list to choose one of the new enemies, the percentage chance will still be used to determine how much an individual spawn point is used (75% chance none means not often).Yes! Thank you! Figured that much out last night while not being able to sleep and comparing records of that mod in SSEdit, but wasn't sure I'm on the right path. Good, this can also be used to increase spawn rate. Nice. Link to comment Share on other sites More sharing options...
Recommended Posts