• Announcements

    • Ashal

      SITE MOVED - IN READ ONLY MODE   12/08/2015

      Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.

Happysparkles

Members
  • Content count

    989
  • Joined

  • Last visited

Posts posted by Happysparkles


  1. TBH It is entirely up to you. It's all about what you like, If it helps, I'd look at 4 factors.

     

    Shape - Do you like curves, breast, or maybe something more thinner with proportions?

    Textures - This is small but important. Seek textures that you may like as well, as this helps tough many are compatible since DMRA is a HGEC compatible body

    Armor/clothing Mods - Check out which body has the most armor mods that you like. In my case I find cuter stuff for HGEC but most males prefer super slingy invisa-thongs, which comes with pretty much every DMRA release - if there still are any coming out these days.

    Mod Activity - Personally, this is important to me. Look for bodies that have new content coming out for it.

     

    Though if anything, you can always learn to make what you want for whatever body shape you want. As I have done. Made my own bodyshape and make my own mods. This way you can make items exactly to your own taste :).

     

    Spoiler

    565576df262cf_Oblivion2015-11-2517-51-12

     

     

     

    0

  2. I am not sure if this is 100% the answer but it looks like the mod is usin the Synx race but it could be very possible, that the head the modder is using is VERY different. I am not sure which head, but it looks like it might be Ren head. A lot of us modders, tend to replace the head models on certain raes to have a more desirable look. As for the eyes, it could be the same. I've found instances where my game uses different eyes for characters that I don't have the right eye for. Judging from the eyes in the screen, try to download either the GEE eyes set. (Sorry if I am slightly wrong, kind of lazy to downloa more mods).


     


    This mod has the exact eye texture.


    http://www.nexusmods.com/oblivion/mods/38803/?


     


    Try replace the snynx head with some of rens heads.


     


    http://www.nexusmods.com/oblivion/mods/4431/?


     


    Also small note, S/he could be using ENB's too that will affect the way the characters look, slightly.


     


    Here's my characte with and withut ENB.


     



     


    post-69966-0-99190200-1443349458_thumb.j


    post-69966-0-38660000-1443349467_thumb.j


     



     


    Please also backup your original files so there's no issues later on with loss of favorite looks, etc.


    0

  3. Guys, I wanted to thank you all so very much! I think I got it. The final script is as follows

     

    scn 0HSMilfRace1

    Float fQuestDelayTime

    Short Done



    Begin MenuMode



    Set fQuestDelayTime to 0.01



    If (Done != 1)        

        player.AdditemNS 0aaaupperbodyMilfRace1zzz 1

        player.AdditemNS 0aaalowerbodyMilfRace1zzz 1

        player.AdditemNS 0aaahandMilfRace1zzz 1

        player.AdditemNS 0aaafootMilfRace1zzz 1

        Set Done to 1    

    EndIf




    If (player.GetIsRace HSMilfRace1 == 1)



        If  (Player.GetEquippedObject 2 == 0  &&  Player.GetEquippedObject 18 == 0  &&  Player.GetEquippedObject 19 == 0  &&  Player.GetEquippedObject 20 == 0)

            Player.EquipitemNS 0aaaupperbodyMilfRace1zzz

        EndIf



        If  (Player.GetEquippedObject 18 == 0  &&  Player.GetEquippedObject 3 == 0  &&  Player.GetEquippedObject 19 == 0  &&  Player.GetEquippedObject 20 == 0)        

            Player.EquipitemNS 0aaalowerbodyMilfRace1zzz

        Endif



        If  (Player.GetEquippedObject 4 == 0  &&  Player.GetEquippedObject 20 == 0)        

            Player.EquipitemNS 0aaahandMilfRace1zzz

        EndIf



        If  (Player.GetEquippedObject 19 == 0  &&  Player.GetEquippedObject 20 == 0  &&  Player.GetEquippedObject 5 == 0)

            Player.EquipitemNS 0aaafootMilfRace1zzz

        endif


    endif



    End

     

    Thank you, especially TDA for your patience!

     

    1

  4. Ahh. I see, so I won't for now :). I can save that to when I start really getting into scripting. One common complain is that I put too many polygons on my meshes as is haha,

     

    BTW: i figured out the race thing :).

     

    scn aaaAddMeBodyQQQ

    begin gamemode

        If (player.GetIsRace HSMilfRace1 == 1)

    if player.Getitemcount aaaupperbodyMilfRace1zzz==0

    player.additem aaaupperbodyMilfRace1zzz 1

    player.equipitemns aaaupperbodyMilfRace1zzz

        endif
        
    if player.Getitemcount aaalowerbodyMilfRace1zzz==0

    player.additem aaalowerbodyMilfRace1zzz 1

    player.equipitemns aaalowerbodyMilfRace1zzz

        endif

            
    if player.Getitemcount aaafootMilfRace1zzz==0

    player.additem aaafootMilfRace1zzz 1

    player.equipitemns aaafootMilfRace1zzz

        endif

        if player.Getitemcount aaahandMilfRace1zzz==0

    player.additem aaahandMilfRace1zzz 1

    player.equipitemns aaahandMilfRace1zzz

            endif
        endif
        
    ; Add All parts of body same way or leave only UpperBody to test script
    end

     

    Now I just need to figure out how to tweak it so it only happens when ever each one of these slots are unquiped. IE: If no nude top, then the custom nude body replaces that only under the condition that the upper body slot is unequiped, etc.

     

    But so far, having only my custom race do it, is great! If this works out, I will also take a crack at another script I've been wanting to edit for sometime now. But we'll see haha,

     

    Back to trying to get it to work when unequiped slots now ><.

    0

  5.  

     

    1.  better

        if  fQuestDelayTime!=0.01

            Set fQuestDelayTime to 0.01

        endif

    ===================================

    Why do you need all this, just equip the body!

     

    (by new YOUR Spell)

    begin scripteffectstart

      if player.Getitemcount aaaupperbodyMilfRace1zzz==0

           player.additem aaaupperbodyMilfRace1zzz 1

           player.equipitemns aaaupperbodyMilfRace1zzz

     endif

    ..............................etc

     

    BTW I tried this and it still did not work :(. I am not sure how to get this script to work.

     

     

    By any chance anyone knows of any other race mods that use scripted custom nude bodies? Maybe I'll try one of their scripts ><. I am dying here ><.

     

     

     

    Maybe you already have these body parts? Therefore it is not running.

     

     

    1. Make a new quest (ex. aaaAddMeBody)

    f808da281284875e23c813fdc81f867a.jpg

    2. Make new script (quest)

    283b598c8202ef1b6e9934ce80bf5a78.jpg

    scn aaaAddMeBodyQQQ

    begin gamemode

    if player.Getitemcount aaaupperbodyMilfRace1zzz==0

    player.additem aaaupperbodyMilfRace1zzz 1

    player.equipitemns aaaupperbodyMilfRace1zzz

    endif

    ; Add All parts of body same way or leave only UpperBody to test script

    end

    Attach this script to your quest, save .

    d6944cd20dc2a06817e883cf31355b7d.jpg

    Attach this .esp, Run Game through obse_loader.exe

     

    =======================================

    Be sure that your body parts have the correct slots.

    4b20400f84a2500a1eb71c77901482b3.jpg

     

    And in general,  are  you able to do skinning (in 3DsMax)? Maybe you have something messed up in the 3D editor? Exporting issue or somthing...

     

     

    TDA, Thank you this was very useful and it is the first thing that worked. What I am trying to accomplish, is to make it work ONLY for my Milf Race and for every time the race is nude in a specific item slot. So this is a really god start. Really thank you so much, TDA for taking the time to explain and make even something that works.

     

     

    HS,

    Are you wanting the body to equip only when clothing is removed and then when clothing is equipped, the body parts removed from player?

    Basically- your body parts are worn in place of there being bare/nude body parts?

    You might check out event handling OnActorUnequip filtered for just the player.

     

    Hey there, Mem40b4! that's my next goal, how would I make the script work to occur 1, for only any characters that are my custom race, 2 every single time the equipped slots are empty? It is essentially for when nude and each time. This again is because I want the experience to make it work and I'd like it to be more or less a standalone mod.

     

    Thanks to TDA I have this so far as my script

     

     

    scn aaaAddMeBodyQQQ

    begin gamemode

    if player.Getitemcount aaaupperbodyMilfRace1zzz==0

    player.additem aaaupperbodyMilfRace1zzz 1

    player.equipitemns aaaupperbodyMilfRace1zzz

        endif

        

    if player.Getitemcount aaalowerbodyMilfRace1zzz==0

    player.additem aaalowerbodyMilfRace1zzz 1

    player.equipitemns aaalowerbodyMilfRace1zzz

        endif

            

    if player.Getitemcount aaafootMilfRace1zzz==0

    player.additem aaafootMilfRace1zzz 1

    player.equipitemns aaafootMilfRace1zzz

        endif

        if player.Getitemcount aaahandMilfRace1zzz==0

    player.additem aaahandMilfRace1zzz 1

    player.equipitemns aaahandMilfRace1zzz

        endif

        

    ; Add All parts of body same way or leave only UpperBody to test script

    end

     

     

    I was also playing around a bit, but so far broke it trying lol.

     

    Let me know if you have any ideas if you're OK to share :)

    0

  6. 1.  better

        if  fQuestDelayTime!=0.01

            Set fQuestDelayTime to 0.01

        endif

    ===================================

    Why do you need all this, just equip the body!

     

    (by new YOUR Spell)

    begin scripteffectstart

      if player.Getitemcount aaaupperbodyMilfRace1zzz==0

           player.additem aaaupperbodyMilfRace1zzz 1

           player.equipitemns aaaupperbodyMilfRace1zzz

     endif

    ..............................etc

     

    BTW I tried this and it still did not work :(. I am not sure how to get this script to work.

     

     

    By any chance anyone knows of any other race mods that use scripted custom nude bodies? Maybe I'll try one of their scripts ><. I am dying here ><.

     

    0

  7. Hey there QTT.


     


    I am not. As nice as it is, I really need to learn something here as well. That and making my own body for my own race makes it feel more complete and like a real job. TBH, I'm working on something extra special and I was hoping to release it today, but with the lack of working code, I'm afraid it might not come to fruition, unless I take the barbarian race ESP and just replace the files there, but that's such an not learning way of accomplishing this :I


    0

  8. Thanks for both of your responses. I'll try that when I get home but it might not work but I will try. I know nothing at all about scripting atm so that's why I wanted to start by modifying someone else's.

    Regarding set body, while I like hat, I want to make it as easy as possible for my users to just have un invasive race with its own unique body and that is standalone. Also, since I eventually want to venture into scripting, I wanted to start with this experiement since I've gotten so many requests to make my FCPA TS body into its own race. Taking the longer route to make it easier for my users and so I can learn something.

    Also, it's for a release and so I don't want to make them have to choose my body or another one hana. If they like they install without any loss besides just 1 check on an esp :).

    0

  9. OK so now I just noticed the original mod had a quest script to go with the magic effect script above. I managed to get them both in but the only way as by taking out the last endif , which is in turn killing the script to begin with. So nothing happens in game.

     

    scriptname aaaHSMilfRace1MenuModeQuestScriptzzz

    Float fQuestDelayTime


    begin menumode

    Set fQuestDelayTime to 0.01

    if (player.getisrace HSMilfRace1 == 1)  

     if (player.getequippedobject 2 == 0 && player.getequippedobject 18 ==0 && player. getequippedobject 19 == 0 && player.getequippedobject 20 == 0)
        player.equipitemns aaaupperbodyMilfRace1zzz
        endif

     if (player.getequippedobject 18 == 0 && player.getequippedobject 3 == 0 && player.getequippedobject 19 == 0  && player.getequippedobject 20 == 0)
        player.equipitemns aaalowerbodyMilfRace1zzz
         endif

     if (player.getequippedobject 4 == 0 && player.getequippedobject 20 == 0)
        player.equipitemns aaafootMilfRace1zzz
         endif

    if (player.getequippedobject 19 == 0 && player.getequippedobject 20 == 0 && player.getequippedobject 5 == 0)
        player.equipitemns aaahandMilfRace1zzz
        endif
        endif

        endif
        End

     


     

    So I am trying to get the above to save but there seems to be no way around it, anyone has suggestions or even can recommend a script that's easier to work with? I really want to start doing races and bodies that are only for those races when nude. But without me being able to save that one last endif because OBSE editor thingy is being very stubborn, I can't get it done :(.

     

    Let me know if anyone has any more suggestions ><

    0

  10. Actually, on 2nd thought, I got it to work, I looked up what you said and I never knew about that so thank you. Now allow me to save, now I'm just not having luck with it changing my body to the desired body as planned. FYI: I just created the script and made it into a magic effect (like the original) but noting happens ><.


    0

  11. Hey guys,

     

    I am trying to set up a script for my new body to equip after unequiping items and I've used the exact same script from another mod, but for some reason  my script wont save, despite the settings being EXACTLY the same. I've even tested this on the original mod in which I modified the script from and got the same error.

     

    This is my script

     

    scriptname aaaHSMilfRaceUniqueBodyScriptaaa

    short done
    ref actorref


    begin gamemode

    set actorref to getself

    if (actorref.getisrace HSMilfRace1 == 1)  
        if (actorref.getitemcount aaaupperbodyMilfRace1zzz <= 0)
           actorref.additemns aaaupperbodyMilfRace1zzz 1
        endif

        if (actorref.getitemcount aaalowerbodyMilfRace1zzz <=0)
        actorref.additemns aaalowerbodyMilfRace1zzz 1
        endif

     if (actorref.getitemcount aaahandMilfRace1zzz <=0)
        actorref.additemns aaahandMilfRace1zzz 1
         endif

     if (actorref.getitemcount aaafootMilfRace1zzz <= 0)
          actorref.additemns aaafootMilfRace1zzz 1
          endif

     if (actorref.getequippedobject 2 == 0 && actorref.getequippedobject 18 ==0 && actorref. getequippedobject 19 == 0 && actorref.getequippedobject 20 == 0)
        actorref.equipitemns aaaupperbodyMilfRace1zzz
        endif

     if (actorref.getequippedobject 18 == 0 && actorref.getequippedobject 3 == 0 && actorref.getequippedobject 19 == 0  && actorref.getequippedobject 20 == 0)
        actorref.equipitemns aaalowerbodyMilfRace1zzz
         endif

     if (actorref.getequippedobject 4 == 0 && actorref.getequippedobject 20 == 0)
        actorref.equipitemns aaahandMilfRace1zzz
         endif

    if (actorref.getequippedobject 19 == 0 && actorref.getequippedobject 20 == 0 && actorref.getequippedobject 5 == 0)
        actorref.equipitemns aaafootMilfRace1zzz
        endif
        endif
    end

     

    These are my errors.

     

    post-69966-0-74531200-1442484228_thumb.p

    post-69966-0-59846100-1442484229_thumb.p

    post-69966-0-59879800-1442484230_thumb.p

    post-69966-0-59924000-1442484231_thumb.p
     

     

    Is there possibly some special thing I need installed to save scripts or am I totally messing up something here. The script seems to be fine as I took it from another mod that already has what I want to accomplish. I only need Construction Set right?

     

    Please let me know. Any help is greatly appreciated.

     

    Thanks ><.

    0

  12.  

     

    On another note, I love my FCPA fans, you guys are the most vocal. Because of that, I am slowly working on something extra special for the FCPA TS lovers. The outfit will ONLY be an FCPA-TS exclusive.

     

     

     

    We're totally gonna crown you as the Queen of the Queendom of the femenine penis wielders (tgirls and femboys).

     

    :heart:

     

     

    Heheh. Why thank you. I accept my crowning ^_^.  There is such an anxious side of me to show the early concept for it, but I must be patient. It will be worth the wait I think ^_~

    1

  13. This may not be the best answer but when batch building, it often picks everything selected. What I would often do is batch build then go back into bodyslide and then just go back in and just build my HDT body only since it will just overwrite the nude body.


     


    Hope this is somewhat insightful. I don't do much Skyrim but I've played a bit mod wise.


    0

  14.  

    Hey there,

     

    Thanks this most likely was an oversight on my behalf. It also shows you use all my FCPA mods (Thank you for that :)). Reason this is known is because  I think I had 2 ESPs of this mod and sadly, they might of crossed with the Christmas set. Here, use this, it is my personal ESP used for this mod. Just FYI, you might loose the Christmas set and the Skimpy Skimps but this one should have all you need. Also, note, the two chests are in the exact same spot so I fixed it with this ESP.  Now not only was the barrel moved so you ca use both mods (if they are separate) but also, the barrel has been renamed,

     

    attachicon.gifHS FCPA-Modern Clothing Collection.esp

     

    I've been interested in FCPA stuff for a good while, it's just back then I didn't know what to do with most of the resources available so I kinda gave up and moved on. I'm still strictly in user level (I can't really mod myself) but I can handle things such as making sure only my character has the FCPA body.

     

     

    That's actually the best thing. I actually never planned on modding, but I was originally all DMRA all the way. Sadly, with DMRA most of the mods were nice, but of the same variety. Skimpy nothing there thongs While that is nice, I kind of prefer a more cute than sexy style so I started making my own content. A good friend, Kosukosu, has taken notice to my stuff and actually, it drove me to do public releases and even go beyond just making a few pairs of full back panties :). It all starts from somewhere :).

     

    On another note, I love my FCPA fans, you guys are the most vocal. Because of that, I am slowly working on something extra special for the FCPA TS lovers. The outfit will ONLY be an FCPA-TS exclusive.

     

    1

  15. Hey there,


     


    Thanks this most likely was an oversight on my behalf. It also shows you use all my FCPA mods (Thank you for that :)). Reason this is known is because  I think I had 2 ESPs of this mod and sadly, they might of crossed with the Christmas set. Here, use this, it is my personal ESP used for this mod. Just FYI, you might loose the Christmas set and the Skimpy Skimps but this one should have all you need. Also, note, the two chests are in the exact same spot so I fixed it with this ESP.  Now not only was the barrel moved so you ca use both mods (if they are separate) but also, the barrel has been renamed,


     


    HS FCPA-Modern Clothing Collection.esp


    1

  16. I was talking about the one you often use, which seems to be using a modified orcish mesh for the teeth and usually has cute curled horns, though it has cat ears in the pics here. It's super cute and original looking.

     

    Ahh I see. Yeah that race was supposed to be a release. I was working on it for a rather ambitious project that never came to fruition :(. Did lots of planning, assembled a team and then real life issues kicked in for myself and them as well. The project never went on and is pretty much scrapped at this point. Now I've taken some of my contributions to the mod and combined them to make the races you see. Though the original race is the blue one. The others are just what were supposed to be "mixed" versions of the original race. As of now, I have not recalled which parts of the race(s) came from which one of my 50+ HS plugins, but enough requests, I'll consider a public release and a fixing of a few kinks (the horns we're just an alpha).

     

    As always, I always look for feedback and this feedback is highly considered.

     

    Below are shots of the original race

     

     

    post-69966-0-49196500-1442048684_thumb.j

    post-69966-0-22440600-1442048685_thumb.j

    post-69966-0-77508100-1442048685_thumb.j

    post-69966-0-36547100-1442048686_thumb.j

     

    1

  17. Thank you, Nixea for your comment. The skin i actually fairly easy to achieve, you just need to get Gloss Max and then select your desired gloss level. I used to use 10k but it was over kill so now I just stick with 300 and it does a good enough job. Also, to add the wet effect you'll have to modify the textures and then saving them as the normal files.. This can be achieved following this great Gloss Tutorial made by Jerbsinator.


     


    Regarding the races, which one are you referring to? I think I took like 4 r 5 races in my screens hehe. Let me know :)


    0

  18.  

    I like to keep my Oblivion "lore-friendly" as much as possible

    Sorry for the self-quote, but I found my own words quite amusing and the following quote irresistible:

    What the heck are you doing in LoversLab?

    (Jexsam, in one of his posts.)

     

     

    Ah. It happens aha. I personally have my own "lore" myself. Pretty much a hybrid LOL. 1) The fashion and architectural ideas are modern, but they live on old school tendencies where a woman's public hair does not have to be barren :P and where Transsexuals roam freely and often. Again, quite the strange "lore" I have some say LOL.

     

    I would love to see and hear more about your "lore" :D.

    0

  19. Haha. Thank you QTT. This is one of the things I like about you. While you prefer lore, you still keep things open to see other possibles. I try to stick with a creative side. I've even cited other ideas with my own spin on it. I am actually thinking of recreating a Skyrim armor I saw some time ago (forgot the name) but putting my own spin on it as I got an idea the second I equipped it,


     


    Again, thank you for keeping me inspired. This is one of the reasons I always love this site and used to frequent it obsessively a couple of years ago.


     


    Thank you. I'll keep doing more works :)


    0

  20.  

    IMPORTANT: Loukiana has also pointed out the lack of FCPA female Meshes. I've now added those to Loverslab but the full mod is too big so please go to either 4shared or Nexus. Please also note that this is most likly be my last publc release for a while (if not for good), with the exception of the mod that you guys prefer (of the 2 in the descripton). This is a personal decision I've made since I strive on .feedback / people's opinions about my work and what they might want to see in my work. I like to make what peple want. But the lackthere of feedback in my mods in general is a deterant for public releases. So please enoy this and my next mod (if it is wanted) as they  most likely be my final public mods.

     

    Thanks.

     

    HappySparkles

    Greeeings.

     

     Hi HappySparkles ... here i'm not " Loukiana ", just Anna... Fly ... :°)

     

    Once again thank you for adding the FCPA female body part.

     

    Cheers.

     

    PS : Lol , MediaFire always remove your files because of the contents ? Strange, in this came you just need to give them an "innocent " names ... ;°)

     

    Take care.

     

    I know, Anna, but the other site is where I got the news from so I'd like to credit the right account :).

    Also as Myuhinny said, it's more about them being jerks and just going Rambo on people's uploads.

     

    @AnnaFly

     

    Mediafail does it all the time awhile back they deleted a shit ton of mods from their site willy nilly with no rhyme or reason and started handing out strikes one after another for each thing they deleted. After mediafail pulled that BS many dumped their ass for https://mega.co.nz/Medaifail is now mostly looked at as a virus spewing pop up spewing link spamming crap site that isn't worth using. 

     

    Thanks for reminding me of this site, Myuhinny. I'll try to do more uploads there. I might actually try to centralize the uploads of my mods in the future. It becomes a long all day process uploading my mods to 4 sites LOL. But I'll see. Maybe I'll start checking out which site(s) tend to like my mods to most and then use that as my way to tell. With my blog, I can always do informal postings :).

     

     

    I can certainly use your... uhmm... ASSets. :D

    Someday Loverlab will host the companion mod I have in mind (and at least I will borrow some panties and stockings, if you don't mind).

    Thanks for the inspiration I get from your works. I eagerly wait for your every release.

    Thank you so very much, QTT. This is what I really want, is feedback. It makes the time I put into making my works releasable worth it. I actually started modding because I was obsessed with the DMRA body, but I don't fancy all the thongs that are mostly found for the DMRA. They're nice an all but I feel a bikini cut panty is much more sexier, but that's just the girl in me. Anyway, I've posted a video of my custom companions here :). They're kind of combinations of new and old mods to make them.

     

    >https://www.youtube.com/watch?v=kS-m4cpm-Eg&feature=youtu.be

    0