View unanswered posts | View active topics It is currently Sat Apr 27, 2024 8:10 pm



Reply to topic  [ 160 posts ]  Go to page Previous  1 ... 8, 9, 10, 11, 12, 13, 14 ... 16  Next
 [MOD] Creepy Dungeon - v0.35 
Author Message
Rank 10
Rank 10

Joined: Mon Jan 05, 2015 5:47 am
Posts: 64
A question for Creepy, regarding switching between girls in a multiple girls scene...

It seems that when i type in "Monica", i can issue only one command, and then i need to type "Monica" again to be able to issue another command for her.
Is that so? or am i doing something wrong?

If i am right, would it be possible to make the effect of name commands to last forever?
Like i could type in "Saiko" and since then, until i type "Monica", all future commands would be sent to Saiko only?

...also, it would be nice if i could type "Saiko, kneel down" as one command, instead of typing first "Saiko" and then "kneel down" as it is now (again, unless i am doing it wrong).

p.s. i would try myself, but since you apparently already did something with the text processing, maybe you already know if it's even doable?


Wed Jan 07, 2015 4:28 am
Profile
Rank 10
Rank 10
User avatar

Joined: Fri Dec 12, 2014 6:33 am
Posts: 56
Roggvir wrote:
If i am right, would it be possible to make the effect of name commands to last forever?
Like i could type in "Saiko" and since then, until i type "Monica", all future commands would be sent to Saiko only?

"\init\std\template\char\brain\code\ref\basic_ref_command.dat", find and replace all
Code:
state.dyn.me.avatar.frozen = 0; return;
with
Code:
return;


Roggvir wrote:
...also, it would be nice if i could type "Saiko, kneel down" as one command, instead of typing first "Saiko" and then "kneel down" as it is now (again, unless i am doing it wrong).

I couldn't find a way to do that.


Wed Jan 07, 2015 5:14 am
Profile
Rank 10
Rank 10

Joined: Mon Jan 05, 2015 5:47 am
Posts: 64
Thank you, your post gave me a hope, i'll see what i can find out.


Wed Jan 07, 2015 5:21 am
Profile
Rank 17
Rank 17
User avatar

Joined: Wed Apr 17, 2013 10:59 am
Posts: 509
Location: Cursed Pickle Jar
Questing regarding the nature of the multiple girl command.

When the room is loaded and a girls name still hasn't been said yet, all girls in the room will do as you say at the same time until you do so. After doing so, is it possible to make it so that they all will do as you say at the same time again without reloading the room?

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


Wed Jan 07, 2015 7:14 am
Profile
Rank 10
Rank 10
User avatar

Joined: Fri Dec 12, 2014 6:33 am
Posts: 56
Pickled Cow wrote:
is it possible to make it so that they all will do as you say at the same time again without reloading the room?

Add the following code into "\init\std\template\char\brain\code\ref\basic_ref_command.dat"
Code:
saiko.name.monica.if = {
  state.dyn.me.avatar.frozen = 0;
}
monica.name.saiko.if = saiko.name.monica.if;

Now you can say "Monica Saiko" or "Saiko Monica" and both of them will follow your commands.


Wed Jan 07, 2015 3:38 pm
Profile
Rank 17
Rank 17
User avatar

Joined: Wed Apr 17, 2013 10:59 am
Posts: 509
Location: Cursed Pickle Jar
Creepy wrote:
Pickled Cow wrote:
is it possible to make it so that they all will do as you say at the same time again without reloading the room?

Add the following code into "\init\std\template\char\brain\code\ref\basic_ref_command.dat"
Code:
saiko.name.monica.if = {
  state.dyn.me.avatar.frozen = 0;
}
monica.name.saiko.if = saiko.name.monica.if;

Now you can say "Monica Saiko" or "Saiko Monica" and both of them will follow your commands.


And if I wanted that command to include Jessica and Laura from Saiko's Party?

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


Thu Jan 08, 2015 4:03 am
Profile
Rank 10
Rank 10
User avatar

Joined: Fri Dec 12, 2014 6:33 am
Posts: 56
Pickled Cow wrote:
And if I wanted that command to include Jessica and Laura from Saiko's Party?

You can create your own command (e.g. "everyone") like I did with "relax". Search through the files to see how it's done.


Thu Jan 08, 2015 4:47 am
Profile
Rank 17
Rank 17
User avatar

Joined: Wed Apr 17, 2013 10:59 am
Posts: 509
Location: Cursed Pickle Jar
Creepy wrote:
Pickled Cow wrote:
And if I wanted that command to include Jessica and Laura from Saiko's Party?

You can create your own command (e.g. "everyone") like I did with "relax". Search through the files to see how it's done.


I forgot about the relax command, that alone might do exactly what I want.

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


Thu Jan 08, 2015 5:31 am
Profile
Rank 10
Rank 10
User avatar

Joined: Fri Dec 12, 2014 6:33 am
Posts: 56
New version is available.

Attachment:
screenshot2.jpg
screenshot2.jpg [ 156.23 KiB | Viewed 20941 times ]


Mon Jan 12, 2015 10:49 am
Profile
Rank 9
Rank 9

Joined: Sun Dec 14, 2014 3:22 pm
Posts: 49
Creepy, firstly, thanks for all your work.

One thing I've noticed on the new version - all the camera angles don't seem to work. I get normal and a view of her head in the sex pose, and no other angles in the blowjob pose.


Mon Jan 12, 2015 2:51 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 160 posts ]  Go to page Previous  1 ... 8, 9, 10, 11, 12, 13, 14 ... 16  Next

Who is online

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