Braclo Posted June 15, 2010 Share Posted June 15, 2010 Im creating my first mod for TES: Oblivion, learning as I go. I edited script named OnActivateTest, and changed the name and saved it. After several hours working on my mod, I finally realised that might not have been the best idea ever. Do I have to restart several hours of working on my mod, or will it work if I just rename it back to its originall name? Thanks,Braclo. Link to comment Share on other sites More sharing options...
The_Vyper Posted June 15, 2010 Share Posted June 15, 2010 You can change the name back without difficulty. I don't think that script is actually used by anything, though. The script is: scriptname OnActivateTest begin OnActivate ; this should prevent you from activating anything this script is on end As stated in the note, it's only useful for preventing something from being used. Link to comment Share on other sites More sharing options...
Braclo Posted June 15, 2010 Author Share Posted June 15, 2010 You can change the name back without difficulty. I don't think that script is actually used by anything, though. The script is: scriptname OnActivateTest begin OnActivate ; this should prevent you from activating anything this script is on end As stated in the note, it's only useful for preventing something from being used. Phew, Thank you!! :D Link to comment Share on other sites More sharing options...
David Brasher Posted June 16, 2010 Share Posted June 16, 2010 You can also modclean out any accidental edits you make in your mod to return them to vanilla Oblivion. You can use the built-in "ignore" feature in the CS, or use other utility programs such as TES4Gecko or TES4Edit. Link to comment Share on other sites More sharing options...
nosisab Posted June 16, 2010 Share Posted June 16, 2010 You can also modclean out any accidental edits you make in your mod to return them to vanilla Oblivion. You can use the built-in "ignore" feature in the CS, or use other utility programs such as TES4Gecko or TES4Edit.That's a good answer, just a quick explanation how to do it. In TESCS mark your mod (just highlight it, no need to make it the active file) and click "Details". Another windows will popup, search what you want to delete from your mod, highlight it and press the Delete key... this will flag the resource as ignored. Repeat to everything to be deleted... once done click Close. Now open your mod as normal, just save it again and the trash is gone and the mod clean. Link to comment Share on other sites More sharing options...
Recommended Posts