Amazonalpaca15 Posted March 6, 2022 Share Posted March 6, 2022 Title says it all. I am working on a mod and I have an object that I wish to remove an activator from. No problem, I go into xEdit, mark the activator as inaccessible + initially disabled but in game I still get the activation prompt when I hover onto it and yet nothing happens. How do I remove the activation prompt in this case? Thanks. P.S. I can get more specific if needed. Link to comment Share on other sites More sharing options...
Mktavish Posted March 6, 2022 Share Posted March 6, 2022 A lot of Activators have a "Static" version in the item tree under "Static" So look there first to see if one exists , and use that.But if not look at the path for "Model" on the Activator base object. Then extract it from the BSA and put it in your loose folder ... where you can make a new static in the tree , and search for the model in the loose folder.Which after saving ... you can delete it from the loose folder , then it will find it in the BSA. Hope that helps . Add edit: One point to note ... the folder path in the loose folder needs to be the same as the Archive for it to find it in the Archive after deleting from loose folder ... but if you are leaving it in the loose folder to upload with your mod , doesn't matter to match the path. Link to comment Share on other sites More sharing options...
Amazonalpaca15 Posted March 6, 2022 Author Share Posted March 6, 2022 A lot of Activators have a "Static" version in the item tree under "Static" So look there first to see if one exists , and use that.But if not look at the path for "Model" on the Activator base object. Then extract it from the BSA and put it in your loose folder ... where you can make a new static in the tree , and search for the model in the loose folder.Which after saving ... you can delete it from the loose folder , then it will find it in the BSA. Hope that helps . Add edit: One point to note ... the folder path in the loose folder needs to be the same as the Archive for it to find it in the Archive after deleting from loose folder ... but if you are leaving it in the loose folder to upload with your mod , doesn't matter to match the path.In my case, I want to remove the activator from BBQ Grill in TTW. There is no static version in xEdit so I went into the bsa archive and found the model that I need (grillaged.nif). Based on what you said, I need to extract it and pack it into a bsa for my own mod? If that is the case, can I just extract it and put it into meshes/\clutter\grill\ that is not within a bsa? Sorry if I sound dumb, I am pretty newbie to modding. Link to comment Share on other sites More sharing options...
Mktavish Posted March 6, 2022 Share Posted March 6, 2022 A lot of Activators have a "Static" version in the item tree under "Static" So look there first to see if one exists , and use that.But if not look at the path for "Model" on the Activator base object. Then extract it from the BSA and put it in your loose folder ... where you can make a new static in the tree , and search for the model in the loose folder.Which after saving ... you can delete it from the loose folder , then it will find it in the BSA. Hope that helps . Add edit: One point to note ... the folder path in the loose folder needs to be the same as the Archive for it to find it in the Archive after deleting from loose folder ... but if you are leaving it in the loose folder to upload with your mod , doesn't matter to match the path.In my case, I want to remove the activator from BBQ Grill in TTW. There is no static version in xEdit so I went into the bsa archive and found the model that I need (grillaged.nif). Based on what you said, I need to extract it and pack it into a bsa for my own mod? If that is the case, can I just extract it and put it into meshes/\clutter\grill\ that is not within a bsa? Sorry if I sound dumb, I am pretty newbie to modding. Yes you need to extract it ... just so you can assign a new static object with that model path (.nif) , because the geck will not browse into the BSA . But it exists in the BSA , so once you assign the model path for a new static object in the tree ... it will then find it in the BSA after deleting the loose folder file , as long as the path is the same.If you don't know how to extract files from the archive ,,, just look up how to do that ... which I think many of the new mod managers have that feature , instead of needing to use the stand alone extractor utility ... And getting used to using the old tools isn't a bad thing to learn imo . Just what ever your preference is , which I know mod manager tools now have that feature ... but have never used myself ... so can't really advise on that.Hope that helps. Add edit: Oh wait ... I missed the point about you using the xEdit tool ... I can't remember if you can create a new base object with that ? If not then have to use Geck ... which is simply done by picking an object of similarity in the same tree location , and reTyping the Base-ID for it . Then select make new object . Now on the new "Static" object you use the model path to find the .nif model in the loose folder / save it ... now delete it from the loose folder. And you will have no worries of uploading that with your mod. Link to comment Share on other sites More sharing options...
Mktavish Posted March 6, 2022 Share Posted March 6, 2022 Second Edit: Because I realized it may not be clear ... Just delete the Activator reference object from the render window ... then drag/drop in the new "Static" object you created. Link to comment Share on other sites More sharing options...
Amazonalpaca15 Posted March 6, 2022 Author Share Posted March 6, 2022 Second Edit: Because I realized it may not be clear ... Just delete the Activator reference object from the render window ... then drag/drop in the new "Static" object you created. After I extract it, do I need to name the .nif a different name? Link to comment Share on other sites More sharing options...
Mktavish Posted March 7, 2022 Share Posted March 7, 2022 Second Edit: Because I realized it may not be clear ... Just delete the Activator reference object from the render window ... then drag/drop in the new "Static" object you created. After I extract it, do I need to name the .nif a different name? you dont do anything with the .nif but extract it to the loose file folder. Preferably same folder structiure it was in BSA.The open geck ... go to the tree and open World objects/Static. Find the sub folder the object is in and open it ... then pick object in there ... on the base-id / Re-Type it , hit enter ... a screen will pop up to ask if you want to make a new objject ... Yes is what you want.Now look in the object tree for that new object you named it. Open it and go to the model section and browse for the file you extracted. That simple Link to comment Share on other sites More sharing options...
Mktavish Posted March 7, 2022 Share Posted March 7, 2022 Im sorry when I said the object ... I mean just something that looks similar to the grill , not that important ,,, just a good practice when using a base object to make a new one.In theory any ole base object can be made into a new one , then swap the model.So really I am just advising to duplicate a similar Link to comment Share on other sites More sharing options...
hereami Posted May 9, 2022 Share Posted May 9, 2022 (edited) Remove Name from it. Add BlockActivation function (e.g. MQ203WeaponScript, DefaultBlockActivationOnLoad) or just a BlockPlayerActivation keyword ? Or IgnoredBySandbox flag for npc. Though it would be possible to activate by specific 3rd party mods anyway, if that's a serious concern indeed. ps. It was like in march.. Well anyway. pps. Wait.. It's also NewVegas.. damn, how did i even get here... Possibly works similar to Fallout 4 though? Edited May 9, 2022 by hereami Link to comment Share on other sites More sharing options...
ArmlessWunder Posted May 12, 2022 Share Posted May 12, 2022 Any reason you can't just set the script to none? Sorry if that was already mentioned, but there was a lot to read Additionally you can set the name to nothing so it doesn't look like an activator. Link to comment Share on other sites More sharing options...
Recommended Posts