pjthefey Posted March 21, 2019 Posted March 21, 2019 Sorry for all my noob posts. The ww.applyoffset option has solved most of my animation problems, but it's a pain to go through and reset three coordinates for each partner every time the animation changes. Is there a way to set up hotkeys to send a cheat (offset command) to the control panel so that way each time it changes I could just press a single button. I've tried using the shortcuts mod and I feel like I'm missing a line of code to direct the command to WW. For example: @sims4.commands.Command('p', command_type=sims4.commands.CommandType.Live) def yuki_y(_connection=None): command = 'ww.applyoffset Yuki Prince y 0.1' sims4.commands.client_cheat(command, _connection) Returns "Invalid or Unknown Command" in the cheat console. However if I manually type "ww.applyoffset Yuki Prince y 0.1" it works fine. Alternately if there's another mod that allows you to make clickable buttons to send custom commands to the control panel that would work too. I'm more or less completely new to python so bare with me.
Yossarian13 Posted March 22, 2019 Posted March 22, 2019 I also would really like to see a way to deal with height differences in WW. I hate having all of my sims from teen to elder be the same uniform height, so I really like Luumia's height mod, but using it with WW makes a mess of things. I made a suggestion to TURBODRIVER in the main WW thread a while ago to add an option similar to Skyrim's Sexlab to even-out sim's heights when they enter a sex scene. I unfortunately haven't received a response. Another other option is something like what you're describing above: having convenient hotkeys to adjust the X Y Z axis of the active sim (also a feature Sexlab has). But a key thing there would be for those changes to somehow be saved, so that the game remembers that when Sim A is performing animation B, these are the X Y Z axis settings that should be applied. As things currently stand, the applyoffset console command just isn't useful at all. It would maybe be bearable if you only had to set it once per sex act, but the fact that it resets to the default each time the stage of the scene progresses makes it far too cumbersome to bother with. If you ever figure out a solution, please share it. I'd love to know. Edit: maybe try posting about this in the main WW thread, people can sometimes be very helpful and knowledgeable there.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.