flatbush71 Posted August 30, 2023 Share Posted August 30, 2023 by any slim chance would anybody know where there is a list of the Reference I.D.s of the power armor frames in their default locations ?I was going to try and see if I can recycle them back to their original locations.I've built something like 250 sets on this 3 year play through & I've forgotten which ones they are. Buck(World's Oldest FO / ES player) just a few https://ibb.co/kgXTxKv Link to comment Share on other sites More sharing options...
LarannKiar Posted August 30, 2023 Share Posted August 30, 2023 I don't have a list of their locations but the game keeps this information in the form of "EditorLocation". You'd need to have a small mod that moves them back to their original places. In the Creation Kit, make a new Quest, add a RefCollectionAlias, choose FillType = Conditions. Add the conditions HasKeyword(FurnitureTypePowerArmor) == 1 AND HasKeyword(IgnoreWorkbenchData) == 1 AND HasKeyword(Workbench_General) == 0. Run on: Subject. Attach a script like this to the quest: Event OnQuestInit() RefCollectionAlias PAFurnitures = GetAlias(0) as RefCollectionAlias Int Count = PAFurnitures.GetCount() Int Index = Count - 1 While Index >= 0 ObjectReference LoopRef = PAFurnitures.GetAt(Index) If LoopRef LoopRef.MoveToMyEditorLocation() EndIf Index = Index - 1 EndWhile EndEvent Link to comment Share on other sites More sharing options...
flatbush71 Posted August 30, 2023 Author Share Posted August 30, 2023 (edited) Thanks LarannKiarIn my 70s that is just about beyond my capabilities.I understand what your saying but I seriously doubt I'd get it to run correctly.Let me ask you this.Would the RF I.D.s be the same in a new game start ?I had considered just starting a new game & TGM to about half the locations I wanted to use & writing them down on a list.And then going back to the old save & recycling the correct frames.They do return to the default location if you have the correct I.D.I only wanted about half of the locations that are on the main map.If I could get the correct list I would post it here for everyone else to use for what ever they wanted. Edited August 30, 2023 by flatbush71 Link to comment Share on other sites More sharing options...
Drivinghard Posted September 17, 2023 Share Posted September 17, 2023 (edited) well in this new playthrough I have found THESE so far .. X-01 00169427 ?T-51 00152ab1 N.G. YardX-01 001e5f8e APC checkT-45 0014f5d7 E ontop freeway from graygardenT-51 ? Natick MilX-01 00152aa9 Ft StrongX-01 000370e3 ?X-01 0015e43b NW WattzT-60 0007077c N.G. BunkerFrame 001ed5c2 Revere SattX-01 0015e147 ?T-51 00152f47 west of CroupX-01 ff027772 HubCityAutoX-01 00091b9c Boomer’s X-51 00153131 APC W of Finch DISREGARD the Model numbers of the PA's .. i found a way to DUPLICATE completely maximum upgraded PA pieces by console commands,build TWO Storage Trunks .. one will be your SOURCE .. the other will be your TARGETTransfer as many PA pieces completely modded up to max as you want into the FIRST container ..then CLICK (in console) on the 2nd container and write down it's REFIDthen exit console, go back to the 1st trunk where you put your piecesenter console again and click on the FIRST trunk (where you put your pieces) and enterduplicateallitems <REFID of the target container>enterexit console... and VOILA you have duplicate pieces in the 2nd trunk nowCAUTION everything that is inside your TARGET trunk prior to doing this will disappear when the new items arrive so make sure your Target trunk is empty before hand cheers Edited September 17, 2023 by Drivinghard Link to comment Share on other sites More sharing options...
363rdChemicalCompany Posted September 18, 2023 Share Posted September 18, 2023 well in this new playthrough I have found THESE so far .. X-01 00169427 ?T-51 00152ab1 N.G. YardX-01 001e5f8e APC checkT-45 0014f5d7 E ontop freeway from graygardenT-51 ? Natick MilX-01 00152aa9 Ft StrongX-01 000370e3 ?X-01 0015e43b NW WattzT-60 0007077c N.G. BunkerFrame 001ed5c2 Revere SattX-01 0015e147 ?T-51 00152f47 west of CroupX-01 ff027772 HubCityAutoX-01 00091b9c Boomer’sX-51 00153131 APC W of Finch DISREGARD the Model numbers of the PA's .. i found a way to DUPLICATE completely maximum upgraded PA pieces by console commands,build TWO Storage Trunks .. one will be your SOURCE .. the other will be your TARGETTransfer as many PA pieces completely modded up to max as you want into the FIRST container ..then CLICK (in console) on the 2nd container and write down it's REFIDthen exit console, go back to the 1st trunk where you put your piecesenter console again and click on the FIRST trunk (where you put your pieces) and enterduplicateallitems <REFID of the target container>enterexit console... and VOILA you have duplicate pieces in the 2nd trunk now CAUTION everything that is inside your TARGET trunk prior to doing this will disappear when the new items arrive so make sure your Target trunk is empty before hand cheers So i really want 3 trunks to do this.1 source of modded amor parts1 target trunk1 trunk to store the duplicated gear from the target trunk :) Link to comment Share on other sites More sharing options...
Drivinghard Posted September 18, 2023 Share Posted September 18, 2023 (edited) haha ..depends on your 'Carryweight' :smile:and like seriously ? why bloat a save file (reducing game mileage) by traveling around and questing to get the gear :smile: And of COURSE this works with clothing and armor and items with ballistic weave..and ALSO all of your modded up weapons .. :) Edited September 18, 2023 by Drivinghard Link to comment Share on other sites More sharing options...
Recommended Posts