Gink Posted January 8, 2005 Share Posted January 8, 2005 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 More sharing options...
Peregrine Posted January 8, 2005 Share Posted January 8, 2005 Solution: you have internet access. Go find some good porn and watch it, and stop having fantasies about game characters. Or even better, go get the real thing. Link to comment Share on other sites More sharing options...
Gink Posted January 8, 2005 Author Share Posted January 8, 2005 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 More sharing options...
Dark0ne Posted January 8, 2005 Share Posted January 8, 2005 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 More sharing options...
Sypron Posted January 9, 2005 Share Posted January 9, 2005 i'm already scared :blink: Link to comment Share on other sites More sharing options...
Gink Posted January 9, 2005 Author Share Posted January 9, 2005 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_countendif set clothes_item_count to GetItemCount,"Common_pants_01_a"if [ clothes_item_count !=0 ] Drop,"common_pants_01_a", clothes_item_countendif StopScript,my_strip_for_me_scriptEnd 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_countendif Link to comment Share on other sites More sharing options...
Gink Posted January 9, 2005 Author Share Posted January 9, 2005 Ok. Got it working. BUnch of the clothes tags were missing once I disected the script file a bit more. For example comon_shirt_01_a was there but common_shirt_01 wasn't. LOL Link to comment Share on other sites More sharing options...
Luthiel_Dragonsoul Posted January 9, 2005 Share Posted January 9, 2005 hey i dont know about all you guys but the reason i use nude mods is because, after kill female npc's i strip them, lol, and then i take a screenshot, huh, and any ways, i think peregrine is right lol, stick with tthe real girls Link to comment Share on other sites More sharing options...
Malchik Posted January 10, 2005 Share Posted January 10, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.