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



Reply to topic  [ 361 posts ]  Go to page Previous  1 ... 33, 34, 35, 36, 37  Next
 About the next release: version 3.0 
Author Message
Rank 16
Rank 16

Joined: Thu Feb 13, 2014 3:54 pm
Posts: 379
Location: United States
bartux wrote:
is it possible to do :

Code:
talk.s = 'Do you like the movie "Deep Throat" ?';


Doubtful. If the code is as close to C as xpadmin states, the computer will throw an error, because apostrophes are meant for single characters whereas quotation marks are meant for words and phrases.


Sun Nov 23, 2014 8:07 pm
Profile
Rank 2
Rank 2
User avatar

Joined: Tue Jul 22, 2014 1:47 am
Posts: 5
bartux wrote:
is it possible to do :

Code:
talk.s = 'Do you like the movie "Deep Throat" ?';

It's a parsing issue, and how the parameter get's parsed by the code.

The function they are using, might be set to accept talk.s="<parameter>"
where the " is being used, like a switch, to tell when the parameter opens, and when it closes.

So in:
talk.s='<parameter>'
the figurative switch on/off is simply not there.

What might work best, is within the talk.s logic. Look for two 's to cover to "

So
talk.s="Did you like the movie ''Deep Throat''?"
would convert '' to "
and become: Did you like the movie "Deep Throat"

Bascally converting the two single quotes, into one double quote.


Mon Nov 24, 2014 6:15 am
Profile
Rank 15
Rank 15

Joined: Sat Sep 14, 2013 10:43 pm
Posts: 216
In PHP or Javascript, ActionScript you can do ' or ".
It differs for the parsing of the variables or some special characters (like carriage return etc.)

I was not aware of this particularity on C language.

Thanks for the explanation :)


Mon Nov 24, 2014 9:07 pm
Profile
Rank 16
Rank 16

Joined: Thu Feb 13, 2014 3:54 pm
Posts: 379
Location: United States
I can't remember if I ever got around to asking this, but will it be possible to script in basic shapes/polygons (with collision) similar to how you can draw rectangles, circles, etc in Java without the need of a third party tool?

Secondly, how do you use the "talk.s" function if there is more than one girl present?


Wed Nov 26, 2014 3:08 pm
Profile
Rank 2
Rank 2

Joined: Wed Nov 26, 2014 8:33 pm
Posts: 4
So basically, 3.0 update will contain all of the features that are listed in the first post of this thread? Am I understanding correctly?


Wed Nov 26, 2014 11:22 pm
Profile
Rank 16
Rank 16

Joined: Thu Feb 13, 2014 3:54 pm
Posts: 379
Location: United States
xhayatox wrote:
So basically, 3.0 update will contain all of the features that are listed in the first post of this thread? Am I understanding correctly?


That would be correct.


Thu Nov 27, 2014 12:44 am
Profile
Rank 17
Rank 17
User avatar

Joined: Wed Apr 17, 2013 10:59 am
Posts: 509
Location: Cursed Pickle Jar
xhayatox wrote:
So basically, 3.0 update will contain all of the features that are listed in the first post of this thread? Am I understanding correctly?

If you wish for more information, check out the list of version 3 previews.

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


Thu Nov 27, 2014 2:51 am
Profile
Rank 1
Rank 1

Joined: Thu Nov 27, 2014 10:41 am
Posts: 1
Will 3.0 Version have 3rd-view ?
I really keen on tentacle story but I cant play in your 1st-view which I try on the demo. I feel the same headache when I play Skyrim in 1st-view :(
Sorry about my English


Thu Nov 27, 2014 2:49 pm
Profile
Rank 17
Rank 17
User avatar

Joined: Wed Apr 17, 2013 10:59 am
Posts: 509
Location: Cursed Pickle Jar
DMonkey wrote:
Will 3.0 Version have 3rd-view ?
I really keen on tentacle story but I cant play in your 1st-view which I try on the demo. I feel the same headache when I play Skyrim in 1st-view :(
Sorry about my English


Yes.
See the video posted in this thread.
viewtopic.php?f=2&t=3307

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


Thu Nov 27, 2014 11:45 pm
Profile
Rank 16
Rank 16

Joined: Thu Feb 13, 2014 3:54 pm
Posts: 379
Location: United States
What is/are the line(s) of scripting code to make a character shake her hands as per the "girl dislikes you blowjob simulation" video?


Fri Dec 05, 2014 2:27 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 361 posts ]  Go to page Previous  1 ... 33, 34, 35, 36, 37  Next

Who is online

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