xmoonproductions.org
https://www.xmoonproductions.org/

Version 3.5 is released
https://www.xmoonproductions.org/viewtopic.php?f=40&t=3943
Page 6 of 15

Author:  xpadmin [ Mon Jul 20, 2015 8:17 am ]
Post subject:  Re: Version 3.5 is released

@foxdie34

The characters in XSP are somewhat more complex due to the physics.
That is why importing a mesh (which is already possible, see wiki) is only 3% of the work.

Author:  HiveCarrier [ Tue Jul 21, 2015 1:09 pm ]
Post subject:  Re: Version 3.5 is released

HOLY SHIT! I almost Gizzed my pants when I saw that last screenshot!! I can't WAIT to try it out! *enthusiastically claps hands like a little boy* TENTACLES FTW!

Author:  6DarkRaven9 [ Tue Jul 21, 2015 5:43 pm ]
Post subject:  Re: Version 3.5 is released

Do they ever plan on changing up how it plays? It gets old very quick just walking backwards and walking forwards to have sex. It's pathetic!

Author:  Pickled Cow [ Wed Jul 22, 2015 11:06 am ]
Post subject:  Re: Version 3.5 is released

I'd like to see more verity of facial expressions made by the models in game.

I suggest this facial expression.

Author:  Thanny [ Thu Jul 23, 2015 12:53 am ]
Post subject:  Re: Version 3.5 is released

6DarkRaven9 wrote:
Do they ever plan on changing up how it plays? It gets old very quick just walking backwards and walking forwards to have sex. It's pathetic!

You can use AutoHotKey to do the motion for you. I've attached the script I use, which is activated by SHIFT-Q through SHIFT-P. Q/E/T/U/O are slow thrusts, while W/R/Y/I/P are fast. The further to the right on the keyboard, the deeper the thrust. In general, you're lucky to get a position which allows T/Y. Pressing any of the activation keys will stop if already going. The activation keys can be easily changed to something else, if you've a mind to. The movement is paused when the object manipulation cursor is active, too. If you don't want that, you'd need to switch from arrow keys to the alternate movement keys - the latter still function when manipulating objects.

It's at least a workable option until they add proper sex controls to the game.

Edit:

OK, I tried to attach it, but the file attachment doesn't seem to work. Here are the contents (sorry for long block, but the [spoiler] tag isn't working, either):

Code:
thrusting := 0
return

+q::
   in_time := 175
    out_time := 100
   stroke_delay := 500
   
    Gosub, ToggleThrusting
   return

+w::
   in_time := 215
    out_time := 125
   stroke_delay := 150

    Gosub, ToggleThrusting
   return

+e::
   in_time := 225
    out_time := 150
   stroke_delay := 500
   
    Gosub, ToggleThrusting
   return

+r::
   in_time := 275
    out_time := 150
   stroke_delay := 150

    Gosub, ToggleThrusting
   return

+t::
   in_time := 275
    out_time := 200
   stroke_delay := 500
   
    Gosub, ToggleThrusting
   return

+y::
   in_time := 325
    out_time := 200
   stroke_delay := 150
   
    Gosub, ToggleThrusting
   return

+u::
   in_time := 325
    out_time := 250
   stroke_delay := 500
   
    Gosub, ToggleThrusting
   return

+i::
   in_time := 365
    out_time := 250
   stroke_delay := 150
   
    Gosub, ToggleThrusting
   return

+o::
   in_time := 375
    out_time := 300
   stroke_delay := 500
   
    Gosub, ToggleThrusting
   return

+p::
   in_time := 415
    out_time := 275
   stroke_delay := 150
   
    Gosub, ToggleThrusting
   return

ToggleThrusting:
    stroke_time := (in_time + out_time + (stroke_delay * 2) + 10)
   if (thrusting)
       {
        SetTimer, Thrust, Off
        }
    else
       {
        SetTimer, Thrust, %stroke_time%
        Gosub, Thrust
        }
   
    thrusting := !thrusting
    return
   
Thrust:
   Send {up down}
    Sleep in_time
    Send {up up}
    Sleep stroke_delay
    Send {down down}
    Sleep out_time
    Send {down up}
    Sleep stroke_delay
    return

Author:  Pickled Cow [ Thu Jul 23, 2015 5:20 am ]
Post subject:  Re: Version 3.5 is released

Anyone else having this problem with Monica? No matter what, she is always wearing her default panties in fast sex mode.

I set it to none, she still wears them. I set it to lace lingerie, she wears both like a stripper would.
Attachment:
File comment: Not... not that I would know how strippers wear their underwear.
2 undies.jpg
2 undies.jpg [ 54.45 KiB | Viewed 20084 times ]

Author:  laissemoirire [ Thu Jul 23, 2015 8:53 am ]
Post subject:  Re: Version 3.5 is released

I had this bug at the beggining, but no more.
Have you installed last patch ?

Author:  Pickled Cow [ Thu Jul 23, 2015 9:42 am ]
Post subject:  Re: Version 3.5 is released

laissemoirire wrote:
I had this bug at the beggining, but no more.
Have you installed last patch ?


It says it's installed on the account manager...

Author:  laissemoirire [ Thu Jul 23, 2015 11:01 am ]
Post subject:  Re: Version 3.5 is released

please look into your account manager download folder.
has "SetupPatch35_1.exe" a size of 208MB ? or smaller ?
because the first patch was very small, and a few days later it was replaced with a bigger patch.

If you already have this patch I don't know, and I don't know why it's gone one my conf too -_-

but it has been reported somewhere else, you have to change another cloth in the menu to make it work.

edit : found the link viewtopic.php?f=7&t=3939&p=14340&hilit=reproduce#p14345

Author:  pronto [ Fri Jul 24, 2015 7:13 am ]
Post subject:  Re: Version 3.5 is released

what's the link to that game?

Page 6 of 15 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/