Jump to content

Remove player restriction?


Sylux141

Recommended Posts

Hey guys recently i downloaded and installed SlaveTown Episode 2 and i forgot to make a backup and used my save file. I didn't want to play the mod anymore (due to the slow movements of the npc, and it just got boring) I tried to remove the mod and successful did but my character is still locked! i cant remove the clothing or change. All my stuff is gone due to the mod taking it away ( i don't really mind it) But i NEED to find out how to unrestricted my character so i can change clothes and use weapons. So any ideas? Thanks in advanced. And yes im stupid for not using a new save.
Link to comment
Share on other sites

The problem is that your player eqipped stuff that can unequipped only using this function:

http://cs.elderscrolls.com/index.php/UnequipItem

 

As you probably don't know the ObjectIDs, you can try to enter the following command into the console:

 

player.UnequipItem Everything

 

 

If you still wear things you don't want to, I'd strongly suggest to read the mods readme.

 

If there's no information about, ask the mod author what objects you need to unequip.

 

 

Edit

Since formlist apparently do not work, you need the ObjectIDs instead of "Everything".

So you may need to ask the Mod-Author.

Edited by tortured Tomato
Link to comment
Share on other sites

Actually, the EquipItem command has a flag that prevents removal of the item equipped via any means other script commands.

 

To find the FormID of something you have equipped, use player.showinventory in the console. The PageUp and PageDown keys will scroll the output. Anything you have equipped with have "Worn" next to it. Plug the FormID into player.removeitem XXXXXXXX 1 to get rid of whatever items you don't want.

Edited by luthienanarion
Link to comment
Share on other sites

  • Recently Browsing   0 members

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