• 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.

OnikiKay

Members
  • Content count

    371
  • Joined

  • Last visited

4 Followers

About OnikiKay

  • Rank
    Senior Member
  • Birthday 07/22/1993

Contact Methods

  • ICQ 0
  1. Lots of texts in KW are just placeholders.
  2. I don't plan to do mods for The Sims 4. I don't like the game (no more open world) and I don't like Python (the script language). But I can still change my mind.
  3. To all our animators & CC creators

    Indeed, KW wouldn't be fun without all those talented animators. Thank you so much.
  4. .Peeping sims just look through the windows hoping for something interesting to look at. They react to nakedness and kinky interactions. .Joining sim in the shower is planned for the next release. .I'm working on it. :)
  5. Il n'est pas nécessaire d'installer une ancienne version avant d'installer la nouvelle. L'archive contient tous les fichiers nécessaires au bon fonctionnement du mod (exceptés les packs d'animations). English: You don't have to install a previous version before installing the newest one. The archive contains all the required files for the proper functionning of the mod (except the animations packs).
  6. You don't have to be sorry. The Register function is not yet documented (and I'm not sure to keep it in the next release). :)
  7. WooHooStages is expected Line 411   The </WooHooStage> at the end of the xml should be replaced by </WooHooStages>
  8. Because there is no need to register a restaurant as a restaurant (or a dive bar as a bar). The Register function is only necessary for custom lots that haven't the correct lot type.
  9. Another talented animator. Thanks for your wonderful work mike24.
  10. This happens when a woohoo sequence doesn't end with Vaginal or Anal category. This will be fixed in the next release.
  11. Some strings are standard localized strings (displayed in Korean in your case) like the moodlet origin on your screenshot. Others are custom strings I have to write and localize like the moodlet name and description (displayed in english).
  12. [TS3] KinkyWorld Gameplay discussion

    KW_Amra72_Animations.a_Bed_Lesbian_Solo_Handjob_01, KW_Amra72_Animations.a_(Am)Bed_Didlo_01, KW_Amra72_Animations.a_(Am)Bed_Didlo_02 and KW_Amra72_Animations.a_(Am)Toilet_Solo_01 don't define any action and trigger a script error. if you know how to edit the xml with s3pe, you just have to add an action.   Example for KW_Amra72_Animations.a_Bed_Lesbian_Solo_Handjob_01:     <WooHooStage>         <Creator>Amra72</Creator>         <Key>KW_Amra72_Animations.a_Bed_Lesbian_Solo_Handjob_01</Key>         <Category>Handjob</Category>         <Objects>BedSingle,BedDouble</Objects>         <LoopMax>6</LoopMax>         <Skill>0</Skill>         <MinSims>1</MinSims>         <NextStage>KW_Amra72_Animations.a_(Am)Bed_Didlo_01</NextStage>         <!-- Actor 1 -->         <WooHooActor Id="0">             <Animation>a_Bed_Lesbian_Solo_HandjobA_01</Animation>             <NakedFlags>LowerBody</NakedFlags>             <Species>Human</Species>             <Genders>Female</Genders>             <Action>                 <Partner>0</Partner>                 <Category>Handjob</Category>                 <Arousal>-20</Arousal>             </Action>         </WooHooActor>     </WooHooStage>
  13. [TS3] KinkyWorld Gameplay discussion

    Playing with the duration of menstrual cycle's phases of lifespan duration should not reset the cycle.
  14. [TS3] KinkyWorld Gameplay discussion

    Do you know which animation cause this? It seems the animation has no defined action for the actor.
  15. [TS3] KinkyWorld Gameplay discussion

    Off course not. I'll fix that. Thanks for reporting.