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



Reply to topic  [ 5 posts ] 
 Is there away to unlock focus both Saiko and Monica in Stor? 
Author Message
Rank 2
Rank 2

Joined: Sat Jul 25, 2020 4:51 pm
Posts: 3
Is there away to remove focus both Saiko and Monica in a story mode?
Does anyone know how to do it. Would you share it please! Thank you.
Sorry because my english is bad.


Attachments:
saiko.png
saiko.png [ 3.23 MiB | Viewed 12284 times ]
Sat Jul 25, 2020 6:15 pm
Profile
Rank 13
Rank 13

Joined: Tue Mar 31, 2015 9:02 pm
Posts: 105
Not sure what you're asking for, but if you mean anything like having more options to interact with the girls during the story, check out this mod.


Wed Jul 29, 2020 2:54 am
Profile
Rank 2
Rank 2

Joined: Sat Jul 25, 2020 4:51 pm
Posts: 3
Thanny wrote:
Not sure what you're asking for, but if you mean anything like having more options to interact with the girls during the story, check out this mod.

Thank you for reply me. But this is not what im looking for. I wanna be free to drag Monica or Saiko in any positions. I can't figure out how to do that. My english is very bad. Hope you get what i means.


Thu Jul 30, 2020 7:50 pm
Profile
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
You can make them ragdoll or use an animation but you can't pose them.
If you are interested in learning modding this is the best place to start.
http://wiki.xmoonproductions.org/index.php?title=Getting_started_with_modding

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Fri Jul 31, 2020 5:00 pm
Profile
Rank 1
Rank 1

Joined: Wed Dec 09, 2020 1:09 pm
Posts: 2
there you go:
open pack\tentacle_dreams\init\std\base\char\init.dat and edit those strings :

spring_x = (number)
spring_z = (number)
spring_q = (number)

and any other spring_* you can find in poses and gestures

e.g we have got this by default:


(that gesture beigns at line 1148)

Code:
 gesture[28]
   {
     type = LIFTUP_DOWN;
     name = "*liftup_0";
    
     spring_x    = 0.0;
    spring_r    = 0.5;
    spring_fade = true;
   
    spring_hx    = 0.5;
    spring_hr    = 0.1;
    spring_hfade = true;
   
    spring_q = 0.3;
   
    damp = 0;
   
    fade_in = 2.0;
   
    rem_ready = false;
  }


then we set it to

Code:
 gesture[28]
   {
     type = LIFTUP_DOWN;
     name = "*liftup_0";
    
     spring_x    = 0.0;
    spring_r    = 0;
    spring_fade = true;
   
    spring_hx    = 0;
    spring_hr    = 0;
    spring_hfade = true;
   
    spring_q = 0;
   
    damp = 0;
   
    fade_in = 2.0;
   
    rem_ready = false;
  }


voila, girls dont stuck when taking this gesture/pose anymore. Some strange physics effects have place, beware


Wed Dec 09, 2020 1:26 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 5 posts ] 

Who is online

Users browsing this forum: No registered users and 36 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.