View unanswered posts | View active topics It is currently Thu Mar 28, 2024 1:47 pm



Reply to topic  [ 142 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 15  Next
 Version 3.5 is released 
Author Message
Site Admin
Site Admin

Joined: Thu Feb 07, 2013 11:16 am
Posts: 1865
@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.


Mon Jul 20, 2015 8:17 am
Profile
Rank 2
Rank 2

Joined: Sat Feb 22, 2014 9:05 pm
Posts: 5
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!


Tue Jul 21, 2015 1:09 pm
Profile
Rank 4
Rank 4

Joined: Wed Jan 07, 2015 12:54 am
Posts: 14
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!


Tue Jul 21, 2015 5:43 pm
Profile
Rank 17
Rank 17
User avatar

Joined: Wed Apr 17, 2013 10:59 am
Posts: 509
Location: Cursed Pickle Jar
I'd like to see more verity of facial expressions made by the models in game.

I suggest this facial expression.

_________________
Please follow me on Tumblr and Twitter.
XStoryPlayer discussion over at DigitalEro forums.
How to make easy MOD installers.
HOW TO START MODDING


Wed Jul 22, 2015 11:06 am
Profile
Rank 13
Rank 13

Joined: Tue Mar 31, 2015 9:02 pm
Posts: 105
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


Thu Jul 23, 2015 12:53 am
Profile
Rank 17
Rank 17
User avatar

Joined: Wed Apr 17, 2013 10:59 am
Posts: 509
Location: Cursed Pickle Jar
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 19117 times ]

_________________
Please follow me on Tumblr and Twitter.
XStoryPlayer discussion over at DigitalEro forums.
How to make easy MOD installers.
HOW TO START MODDING


Thu Jul 23, 2015 5:20 am
Profile
Rank 16
Rank 16
User avatar

Joined: Sat Jan 03, 2015 1:05 am
Posts: 323
Location: france
I had this bug at the beggining, but no more.
Have you installed last patch ?


Thu Jul 23, 2015 8:53 am
Profile
Rank 17
Rank 17
User avatar

Joined: Wed Apr 17, 2013 10:59 am
Posts: 509
Location: Cursed Pickle Jar
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...

_________________
Please follow me on Tumblr and Twitter.
XStoryPlayer discussion over at DigitalEro forums.
How to make easy MOD installers.
HOW TO START MODDING


Thu Jul 23, 2015 9:42 am
Profile
Rank 16
Rank 16
User avatar

Joined: Sat Jan 03, 2015 1:05 am
Posts: 323
Location: france
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


Thu Jul 23, 2015 11:01 am
Profile
Rank 1
Rank 1

Joined: Fri Jul 24, 2015 7:12 am
Posts: 1
what's the link to that game?


Fri Jul 24, 2015 7:13 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 142 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 15  Next

Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.