Jason210 Posted March 4, 2012 Share Posted March 4, 2012 (edited) Hi I was wondering if there is a simple console command to summon the kind of objects which are part of the game world but cannot be added to the player's inventory, such as the oil drum, that electric fan, mugs, cups, tea-urn, etc? I thought it might be doable with the player.placeatme command, but I can't find a comprehensive list of codes. Anyway, if anyone can it would be appreciated. CheersJason Edited March 4, 2012 by Jason210 Link to comment Share on other sites More sharing options...
Fonger Posted March 4, 2012 Share Posted March 4, 2012 fire up the free downloadable GECK load fallout3.esm in the data go to world oblects movable static look in clutter then in office notice officefan01 its id is 17ac8 now repeat for your other items Link to comment Share on other sites More sharing options...
Jason210 Posted March 4, 2012 Author Share Posted March 4, 2012 fire up the free downloadable GECK load fallout3.esm in the data go to world oblects movable static look in clutter then in office notice officefan01 its id is 17ac8 now repeat for your other items Perfect! Thanks!! Link to comment Share on other sites More sharing options...
Jason210 Posted March 4, 2012 Author Share Posted March 4, 2012 fire up the free downloadable GECK load fallout3.esm in the data go to world oblects movable static look in clutter then in office notice officefan01 its id is 17ac8 now repeat for your other items Perfect! Thanks!! Link to comment Share on other sites More sharing options...
Jason210 Posted March 4, 2012 Author Share Posted March 4, 2012 (edited) Another quick question. According to this guide I found, one can remove summoned static objects by the command "player.remove item [iD], [number]". However, this does not work. I also tried targeting the object to reveal the object's instance reference number, then I tried out a few script commands to remove it, but couldn't come up with the right one. Can you help me out? /Jason Edited March 4, 2012 by Jason210 Link to comment Share on other sites More sharing options...
BlackRampage Posted March 5, 2012 Share Posted March 5, 2012 Simple really. Just select it with the console, then type "disable". Or, if you want to remove it permanently, type "zap". Link to comment Share on other sites More sharing options...
Jason210 Posted March 5, 2012 Author Share Posted March 5, 2012 Simple really. Just select it with the console, then type "disable". Or, if you want to remove it permanently, type "zap". Zap? Lol. I haven't tried that but I'll give it go. I did a lot of searching last night and eventually I found a command called "MarkForDelete" and that seemed to permanently remove the object. Also I have discovered the get pos, set pos, get angle, and set angle commands, which pretty much give me full control over any object I create. I like the open endedness of these games and I'm sorry I didn't discover the series earlier. I am repaidly becoming an addict and looking forward to getting into GECK and eventually vegas and Skyrim. Thanks for the help :smile: Link to comment Share on other sites More sharing options...
Recommended Posts