dieangel68 Posted November 19, 2010 Share Posted November 19, 2010 I activated the set that is in doc mitchell's house before discovering a mod that allow them to work like crafting benches, but now i can't access it anymore... is there a way to reset them to their initial state? Link to comment Share on other sites More sharing options...
dieangel68 Posted November 20, 2010 Author Share Posted November 20, 2010 Or maybe is there a savegame editor that would allow me to reset their state? Link to comment Share on other sites More sharing options...
Fonger Posted November 20, 2010 Share Posted November 20, 2010 there is a mod for your consideration http://www.newvegasnexus.com/downloads/file.php?id=37480 Link to comment Share on other sites More sharing options...
dieangel68 Posted November 20, 2010 Author Share Posted November 20, 2010 (edited) This is not the problem i have, the issue is that i DID use the one at doc mitchel's but now i have a mod for chemistry sets that turn them in a special drug workbench, but this one can't work because aparently once you "used" a chemistry set in the vanilla game, the use trigger (or whatever it is) cease to exist. Hence i would like to revert the chemistry set to it's state "before i used it" if it's possible. I restarted my main game 4 times thios week , i think i can't stomach to defend goodspring against the powder ganers anymore. Edited November 20, 2010 by dieangel68 Link to comment Share on other sites More sharing options...
majinshinsa Posted April 14, 2011 Share Posted April 14, 2011 the script is under GSChemistrySetScript. at the end of use it runs SetDestroyed 1 so you would have to remove the 2 lines that say that. if it is destroyed in your game make a script to rerun the script on the chem set (like a quest phase in the generic quest) that runs at start up. that should undestroy it Link to comment Share on other sites More sharing options...
viking99 Posted April 14, 2011 Share Posted April 14, 2011 (edited) 1.the easiest way to solve this is to add a new chemistry set in your player house and add the script from the mod you are using. you can find the model under activators. 2.another option is to disable docs set and replace enable a copy instead and attach the new script. example for 2: create an area trigger outside the entrance to docs house. create a copy of the chemistryset (it is an activator)place it next to the existing set, if you use the same coordinates the geck can crash. attach this script to the activator: SCN chemistrysetTriggerSCRIPT short once begin onTriggerEnter player if once == 0 chemistryset1REF.disablechemistryset2REF.enable set once to 1 endif End EDIT: checking the geck webpage there may be an easier way. instead of disabling/enabling you can try, chemistrysetREF setDestroyed 0. i havent tried that so i am not sure if it works. (i dont know the name of the set so you will have to look that up in the cell window.) good luck.. Edited April 14, 2011 by viking99 Link to comment Share on other sites More sharing options...
Recommended Posts