Jump to content

Question: How can I "call" Sex/Exibition skill from WW.


Octanen

Recommended Posts

Posted

Heya guys, I know this is my first post ever, but thought I should stop hiding in the bushes, lurking after so long, and contribute and join the fun ;)

 

So Been up all night modding on my own for Sims 4, prepped everything and started creating my own "Active Career", but ran into a few issues. Since I want my mod be able to call upon the skills from WW

for instance the Sex skill and Exhibitionism skills. So that my mod would only work with WW installed and running.

 

The Idea is simply creating an adult career, an active one, instead of sending your sim to a workplace, and they just vanish in a rabbit hole :) - So far managed to do so, change everything, but I would like to call upon certain features from WW in order to do that. I basicly have taken appart the Entertainer career Zerbu, seen how he did it, and built it up on my own to fit well... WW instead ;)

 

Would I then need to have some of the sniplets of code from WW integrated, or is it possible to just call upon the "functions" from WW? Hope I make sense, since could be due to too much coffee.

 

So the things I would need to call upon would then be the Sex & Exhibitionism skills from WW.

Then at a later point fiddle around with the interactions (so they actually work), like mastrubation,

vaginal, anal and so forth, so they count thowards the "Daily "To Do list" at work. Since right now, they are there, but can't be well... finished due to me lacking to figure my head around how to call upon these functions.

 

Hope I make sense, even after too much intake of coffee :D

 

Lastly, I would like to thank to all the Animators, yes ALL of you guys for your hard work,

and also TurboDriver for his awesome mod.

Posted

Hey!

Welcome to the forum and hope the bushes weren't too prickly :D

 

Thanks for taking the time to work on this and I look forward to seeing happen,

 

I made an animation for a female camsex masturbation but I struggled to get the screen working but if you would like to include it in your work id more than happy to work with you :)

 

Good luck!

Posted

Heya R-Lo, and thanks haha, nah the bushes were not too prickly, thank god! :D

 

Ah thanks, will have to look into that, and see if I somehow can incorporate that, at this point I am trying to clean up everything and see which career to duplicate certain aspects from.

So far its just basic editing, and well trying to get it to work so whenever I do a certain action, it affects the Sex / Exhibi skills from WW, but I think for that to work, I would have to package it all together, unless I am missing something... So any input would be awesome. Since thats the major thing, and then next on the list is of course object interaction and such.

 

As it goes for making the screen work, that is actually something I found, can't remember if its here or on sexysims.info

http://sexysims.info/download.php?t=174807 - Which works without issues. So could always modify that, so when that runs (and alter the video running on screen) that the mastrubation animation then runs alongside it. :)

 

- Sadly there arent many guides regarding Career creation (Most of them are obsolete) - let alone active careers, so gotta learn on the fly and take the game appart, and other mods to "learn by doing" just as it is with everything else ;) 

Posted

Cool! :lol: I spent a few months in the shrubs there myself too! :D

 

I actually saw that too at sexysims! I tried to add to it but I didn't have a clue what I was doing and couldn't find any tutorial on the subject :s

 

I managed to add the clip to the file but it wouldn't display correctly,

 

The actor appeared in the centre of the desk and facing the wrong direction :lol:

And would flicker between this and the vanilla game interaction

Posted

Hm... allrighty, could take a look at it, see if I can get it to work :D Because that would at least be a step in the right direction ;) 

Gotta start somewhere haha! Just need to find a way somehow to grab or call the functions from WW, so for instance when you "Do a cam show" your sex and exhibition skills raise a bit.

Also created a few custom traits and aspiration to go with it, which I am testing right now, but yeah... not entirely functional since I want them to work with WW... somehow :P So gotta figure that out, since right now its just "cosmetic" and affects Physique and Charisma among other things.

Posted

Got you ;) I see what your saying and I think it's possible as basemental drugs has been integrated too in similar fashion on some level :) I'll pm the blend file to you later tonight and at some point soon I'll make a male version too :D

Posted

Allright sounds good! :) I will continue to fiddle around with this, and see if I can get this to work, and well instead of bits and pieces, actually combine the thing and make it work :P

Posted

Cool! I think it'll be a nice starting point too as some careers even begin this way :D will be also great to see the Sim getting paid too :D

Posted

I decompiled some of the python scripts, with this, and I think story_progression_handler.pyo, for exhibition skill, and sex_utils.pyo, for sex skill, might help you with the exhibition and sex skill. I'll post the deecompiled scripts in question. I think you'll want to look at def trigger_story_progression (line 37), for exhibition skill, and def apply_sex_skill_progress (line 658), for sex skill. I posted the uncompyled python scripts in question, but I had to change the extension to .txt because I can't upload python scripts apparently. If you think you might need more decompiled and you can't use the tool I linked, I'd be happy to help.

 

I'm not sure if TURBODRIVER is planning on releasing the source code for WW, but I wish he would. If he did, I think we could get loads of great mods that use WW as a framework like Skyrim has with SexLab. 

 

Edit: also since this isn't officially from TURBODRIVER there's no guarantee that he won't change things in a future update and break your mod. Also, this was decompiled from the free release (I'm just a poor pleb), so things may have already changed. 

story_progression_handler.txt

sex_utils.txt

Posted

I decompiled some of the python scripts, with this, and I think story_progression_handler.pyo, for exhibition skill, and sex_utils.pyo, for sex skill, might help you with the exhibition and sex skill. I'll post the deecompiled scripts in question. I think you'll want to look at def trigger_story_progression (line 37), for exhibition skill, and def apply_sex_skill_progress (line 658), for sex skill. I posted the uncompyled python scripts in question, but I had to change the extension to .txt because I can't upload python scripts apparently. If you think you might need more decompiled and you can't use the tool I linked, I'd be happy to help.

 

I'm not sure if TURBODRIVER is planning on releasing the source code for WW, but I wish he would. If he did, I think we could get loads of great mods that use WW as a framework like Skyrim has with SexLab. 

 

Edit: also since this isn't officially from TURBODRIVER there's no guarantee that he won't change things in a future update and break your mod. Also, this was decompiled from the free release (I'm just a poor pleb), so things may have already changed. 

Cheers! BUT I actually think I found them while poking around in the package files and such. Since what I needed was to call the Skill ID's so found them eventually, now just ran into some other issues with my mod I am making, which was making custom Animation State Machine for the mod to call a certain Animation during interaction etc. 

 

BUT None the less, I think these will deffinatly be usefull thanks alot poiuygtyu! 

  • 7 months later...
Posted
On 8/12/2017 at 1:24 AM, Octanen said:

Cheers! BUT I actually think I found them while poking around in the package files and such. Since what I needed was to call the Skill ID's so found them eventually, now just ran into some other issues with my mod I am making, which was making custom Animation State Machine for the mod to call a certain Animation during interaction etc. 

 

BUT None the less, I think these will deffinatly be usefull thanks alot poiuygtyu! 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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