Jump to content

How do I find and delete something that isn't near


Wolfdoggie

Recommended Posts

Save your game in the console with a "1" suffix, like:

 

save "Mygame" 1

 

Now look in your saves folder and there will be a Mygame.ess.txt . Look in the .txt file for your clone. There will be an eight digit hexadecimal number (RefID). In game type:

 

prid xxxxxxxx

 

where xxxxxxx is the RefID of your clone. Now type:

 

moveto testinghall

disable

 

Remember, any item or NPC cloned with PlaceAtMe will never be really removed from the game, even if disabled.

 

Edit: If moveto testinghall doesn't work, type:

 

player.moveto testinghall

prid xxxxxxxx

moveto player

disable

Link to comment
Share on other sites

My god, you are amazing! Thank you! I thought I was gonna have to restart from a very old old save.

 

The testing hall thing wouldn't move me or the clone to it but just being able to find it's ID (which was different than what I thought it might of been) and disable it stopped the crashing.

 

What I did was from doing the Skull of Corruption bug for fun in the cave outside cloud ruler temple. I left the clone to just hang out there, thought he was harmless, but I couldn't port to cloud temple to continue main story cuz getting anywhere near where I made the clone crashed me. Now he's disabled and I could go to temple, and I gave the NPC the staff as the deadric artifact he ask for, lol, don't wanna see it again. :P I can clone with console anyways if I need to >.<

 

Thanks for rescuing my game. :D

Link to comment
Share on other sites

My god, you are amazing! Thank you! I thought I was gonna have to restart from a very old old save.

 

The testing hall thing wouldn't move me or the clone to it but just being able to find it's ID (which was different than what I thought it might of been) and disable it stopped the crashing.

 

What I did was from doing the Skull of Corruption bug for fun in the cave outside cloud ruler temple. I left the clone to just hang out there, thought he was harmless, but I couldn't port to cloud temple to continue main story cuz getting anywhere near where I made the clone crashed me. Now he's disabled and I could go to temple, and I gave the NPC the staff as the deadric artifact he ask for, lol, don't wanna see it again. :P I can clone with console anyways if I need to >.<

 

Thanks for rescuing my game. :D

 

Yes, that was an oversight on my part about the testinghall. What I should have said was:

 

coc testinghall

prid xxxxxxxx

moveto player

disable

 

Sorry about that, but at least you're good to go. :)

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...