Veyond Posted December 13, 2017 Share Posted December 13, 2017 so, I've got a real annoying issue and the technical skills required for it seem to be far above what I currently posses. This is the specific mod I'm talking about - Red Rocket BRE by Bwones (https://rd.nexusmods...out4/mods/24114). basically, there is an element of the mod (elevator buttons and the script they activate) that only runs upon starting a new game. I think this is silly and akin to being unable to buy a better car because you already drive one, although I don't know what the mod author's reasoning for it is, so... basically, I'm way far into the game but I really want to use this mod, because it's just so cool. my query is is there a way to run the button-placing script manually in-game or can the script be modified out of the game so that it runs like, say, a weapon injector script whenever you load a save. Link to comment Share on other sites More sharing options...
Genamine Posted December 16, 2017 Share Posted December 16, 2017 I highly doubt the author did so on purpose It looks like he used the script for the elevators from the contraptions workshop DLCThe issue is inherent with that script, not with the author's modThe elevators from the contraptions workshop DLC show similar issues, where in certain situations the buttons will not appear It can be fixed, with a little Papyrus know-how and some spare timeThe mod author has uploaded the source files of the scripts, so you can modify them wherever necessary Link to comment Share on other sites More sharing options...
Veyond Posted December 16, 2017 Author Share Posted December 16, 2017 thanks, but like I said I know nothing of coding, and from what little I was able to understand from the source files I couldn't find any string/command responsible for actually making the buttons appear in-game. Link to comment Share on other sites More sharing options...
Genamine Posted December 16, 2017 Share Posted December 16, 2017 Well, I cant give you a crash course in Papyrus that will help you tackle this problem, but I can at least suggest you one thing you could try to doMake sure you save your game to a save you wont overwrite before trying it, because I dont know for sure if itll cause the elevator to break or not Now, open the console and select the elevator, then type in the following command: cf PlaceButtons Im not sure if itll do anything at all or just throw an error, but hey.. its worth a shot I suppose Link to comment Share on other sites More sharing options...
Recommended Posts