Page 1 of 1
Buffer in Ventuz
Posted: 10 Oct 2014, 03:50
by Poly Kim
hi, All
Let me ask something.
Is there any functionality such as buffer in Ventuz? I just want to save some data temporarily. I prefer handling all data inside ventuz. If this is not possible, that means I can't help but to use remoting.
thanks
Poly
Re: Buffer in Ventuz
Posted: 10 Oct 2014, 07:15
by chriss0212
hi
can you describe a bit more what you mean? as long as you dont load things during runtime all data is stored in ventuz !
greetz
christian
Re: Buffer in Ventuz
Posted: 10 Oct 2014, 08:36
by ErikB
... or you can use the text buffer node? It is in the logic panel of the toolbox.
-E
Re: Buffer in Ventuz
Posted: 11 Oct 2014, 02:13
by Poly Kim
hi, Erik and Chris
thanks for your reply and interest. I'm making ventuz game and there should be rank for the each players.
About 1~200 people will use the game, so that those data(score and rank, float and string, respectively) need to be shown in ventuz.
I prefer do it only inside of ventuz. This is what the client wants. He only want to have one single file when I deliver the final output.
I can sort and get a data of single person in ventuz, but I cannot save that data in buffer so that the data is gone.
As Erik said, I think Textbuffer is one option. Let me check if that is proper.
thanks a lot, you gyus
Poly
Re: Buffer in Ventuz
Posted: 11 Oct 2014, 17:19
by chriss0212
hi kim...
you should do this inside of a script and save tha data to a textfile! if you just buffer all the data just inside of ventuz....all high score is deleted avter restart of ventuz runtime!
greetz
christian
Re: Buffer in Ventuz
Posted: 12 Oct 2014, 08:38
by Poly Kim
hi, Chris
I'd better to go with what you said. thanks for your advice.
Poly
Re: Buffer in Ventuz
Posted: 13 Oct 2014, 01:59
by martin
if you like, you can also check out the SAVE-T tool for Ventuz which I created a while ago. We offer it for download on our website echtzeitwerk.de