Hi Guys is there a sort of docs on how to manage Gideros Player...
i would write a sort of "visual editor" form my TNT engine (particles and motion) so i need to call Gideros Player to open generated code and detect if player is running, idle, etc.
some tips?
;;)
TNT ENGiNE for Gideors Studio - Particle Engine, Virtual Pad, Animator Studio, Collision Engine - DOWNLOAD NOW !!! IT'S FREE!!! -
www.tntengine.com
Comments
Here are some basic info about using command line tools:
- You need to use gdrbridge only.
- gdrdeamon is waked up and controlled by gdrbridge. You shouldn't run it by yourself. gdrdeamon connects and controls the player on the background.
- gdrbridge isconnected -> prints 1 to stdout if gdrdeamon is connected to player, 0 otherwise.
- gdrbridge play mygame.gproj -> plays mygame.gproj (if gdrdeamon is connected to the player)
- gdrbridge setip 127.0.0.1 -> sets the ip that gdrdeamon should connect to
- gdrbridge stop -> stops the game (if gdrdeamon is connected to the player)
- gdrbridge getlog -> prints the log to stdout collected from player up to now
- gdrbridge stopdeamon -> stops/kills the gdrdeamon
- if gdrdeamon is not connected to the player and doesn't receive any commands within 5 seconds, it automatically stops/kills itself.
- You need to close Gideros Studio if it's already running because it also tries to connect to the player independently.
Likes: plamen, GregBUG, ianchia
www.tntengine.com
http://www.giderosmobile.com/forum/discussion/comment/10679#Comment_10679
Guess, who's "love" you will see underneath the post?
i "loved" @Atilim in that post...
now i "love" you!!! ahahahah )
Likes: ar2rsawseen
www.tntengine.com
)
Likes: GregBUG
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
.... nooo.... meee ?
ahahahahahah now i love you!
)
www.tntengine.com
http://www.giderosmobile.com/DevCenter/index.php/Forum_FAQ#How_can_I_control_Gideros_player_from_command_line.3F
)
www.tntengine.com