AldenTemple Posted January 20, 2018 Share Posted January 20, 2018 I am trying to change the amount of stalhrim samples given by deposits from 3 to 6. I used leveled item to make this work with geode veins for grand soul gems, but this doesn't seem to work with stalhrim. Any ideas as to how I can increase the number of ore samples stalhrim deposits give? Do I need to change something in the MineOreScript? If so, how? Link to comment Share on other sites More sharing options...
agerweb Posted January 21, 2018 Share Posted January 21, 2018 The MineOreScript has a property ResourceCountTotal which is set to 3 by default, have you tried changing that? Link to comment Share on other sites More sharing options...
JonathanOstrus Posted January 21, 2018 Share Posted January 21, 2018 It's also worth noting that changing the property value of that for the script won't affect any ore veins that have already spawned. Link to comment Share on other sites More sharing options...
AldenTemple Posted January 21, 2018 Author Share Posted January 21, 2018 Okay BigAndFlabby. Thanks for the tip. So I guess I'd have to create a new ore vein and place it in the world. That works. agerweb, how do I change the property ResourceCountTotal? Link to comment Share on other sites More sharing options...
agerweb Posted January 21, 2018 Share Posted January 21, 2018 On the MineOre activator for Stalhrim (ie the ore vein you are going to place) go into properties for the MineOreScript script that's attached to it and change ResourceCountTotal to the number you want. Your best bet is to duplicate DLC2MineOreStalhrim and change the duplicate. And then place your own version in the world. Generally best to stay away from changing vanilla assets if you don't need to. Link to comment Share on other sites More sharing options...
AldenTemple Posted January 21, 2018 Author Share Posted January 21, 2018 Alright, thanks. I'll give it a go. Link to comment Share on other sites More sharing options...
AldenTemple Posted January 24, 2018 Author Share Posted January 24, 2018 Okay, so changing the ResourceCountTotal and placing my own ore deposit in the world worked. Interesting enough, I created a stalhrim ore deposit that just keeps on going until you stop it, lol. It gives six portions of stalhrim after six hits with a nordic pick-axe and will continue every six strikes, unless halted. Thanks again. Link to comment Share on other sites More sharing options...
Recommended Posts