Jump to content

Moc help


Gink

Recommended Posts

Ok. You all are just going to love this I know but trying to figure this out from a scripting and technical aspect. :) I downloaeded the strip for me mod at Morrowwind summit. I get the topic for them to take their clothes off but no matter what NPC I talk to and get a successfull reaction from none of them remove their clothes. I've checked the data files and they are wearing common clothes and the script say's that they should work but it does not. Any ideas on what's wrong with the script or plugin?
Link to comment
Share on other sites

ROFL Hey I said I wanted to figure it out from the technical standpoint. :) I have a GF and I'm perfectly happy in that aspect thanks. :) I just don't like when I can't figure out what's going on with a script or program. So from a purely twisted techie standpoint that bother's me more than not being able to see naked NPCs. LOL
Link to comment
Share on other sites

Actually, I got the nudity mod for Morrowind. Was just funny seeing all these Nords running around the frosty landscapes in the North in Bloodmoon wearing absolutely nothing. Also gave me a better feeling when I killed enemies and deliberately stripped them off to humilate them even in death...

 

...yeah...

 

Anyway, can you stop being so bloody cynical in all your posts Peregrine. You're going to scare off new people to the forums if you continue.

Link to comment
Share on other sites

LOL I don't scare easily. I'm just a twisted person that's trying to figure out what's happening with a mod. Did little expirementing and the NPC's drop their skirts but not the rest even though as far as I can see the script file looks fine.

 

Oh what I wouldn't give for a cut and paste/copy function in the script editor. Anyway I'll take the time to put in the script here and see if anyone has any ideas. I got the file from Morrowwind summit and I take no credit for the file other than I am trying to fix it. :)

 

Begin my_strip_for_me_script

 

Short clothes_item_count

 

set clothes_item_count to GetItemCount, "Common_pants_01_u"

If [ clothes_item_count !=0 ]

Drop, "common_pants_01_u", clothes_item_count

endif

 

set clothes_item_count to GetItemCount,"Common_pants_01_a"

if [ clothes_item_count !=0 ]

Drop,"common_pants_01_a", clothes_item_count

endif

 

StopScript,my_strip_for_me_script

End my_strip_for_me_script

 

That's a sample of the script file with the end statement. I've checked specfic NPC's in the data files to make sure that it's not just an item that's not in the script file and as far as I can see it is not an issue with this.

 

Edit to add script part that evidently works as well as fix typographical errors in above scripts.

This is the one that works.

 

set clothes_item_count to GetItemCount,"common_skirt_01"

if [ clothes_item_count !=0 ]

Drop,"common_skirt_01", clothes_item_count

endif

Link to comment
Share on other sites

Well, there is nothing to stop anyone going into the construction set and altering any NPC you want. If you want em naked, dressed in strange armour, with different names and greetings - go ahead. You can change their faces to any head you have available. You can change their races and sexes. If you have a mercenaries mod, you can make 'em all mercenaries. With a partners mod, you can make them all partners. You want your own army...

 

The extent of the possible changes is limited only by the mods you have available. Since a mod in my current game (I wish I knew which mod) is overriding the official Le Femme armour plug in I have dressed Red Livia in Le Femme armour. It's more fun to do that than simply to add the armour via the console IMO.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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