RageBear1984 Posted October 3, 2020 Share Posted October 3, 2020 Hi, I *really* would like to add an MCM menu that allows for granular control of the spawn rates for my mod Raider Power Armor https://www.nexusmods.com/newvegas/mods/67936 instead of having separate high/low spawn versions, especially now that I've got TTW versions added. If possible, it would be nice if the player could choose to have certain sets not spawn at all. The armors themselves are in custom formlists, which are then added to the raider armor lists. So far, I have been able to increase or decrease the chance of a power armor spawning by adding or removing standard raider armors to the custom formlist; it works, but I want to know if there is some way to change the rate in-game, instead of having it statically set in the list. My scripting/programming ability is basically non-existent; I've read through some documentation for MCM, but it just sort of went...whooosh. Any help would be greatly appreciated. Link to comment Share on other sites More sharing options...
dubiousintent Posted October 3, 2020 Share Posted October 3, 2020 Have you see "Unlocked MCM - Advanced MCM script templates", by DoctaSax? -Dubious- Link to comment Share on other sites More sharing options...
RageBear1984 Posted October 3, 2020 Author Share Posted October 3, 2020 (edited) Have you see "Unlocked MCM - Advanced MCM script templates", by DoctaSax? -Dubious-I have not. Just downloaded, going to take a look. Hopefully that's what I'm looking for. Thank you :smile: Edit: Yeah I'm lost o_O Edited October 3, 2020 by RageBear1984 Link to comment Share on other sites More sharing options...
GamerRick Posted October 3, 2020 Share Posted October 3, 2020 (edited) You can use an int Global to set the "Chance None". You need to create a new Global (as an int), change the leveled list to use that global for the "chance none", and then give the user the chance to change the value there. The global is saved in the savegame. So no need to reset it on game restarts. Say your global is called RBCN, the player can easily set it to 50% by opening the console and typing "set RBCN to 50". No need for a fancy MCM thing. Edited October 3, 2020 by GamerRick Link to comment Share on other sites More sharing options...
Recommended Posts