Search the Community
Showing results for tags 'question'.
-
Hi, I wonder if there is a something that makes Tower!3D Pro better than Tower!2011 SE ? What is the differences ? I know that this Tower!3D Pro is in 3D but after what make this game better ? I ask this because I love simulator and I never try one like this yet and I am totaly a newbie, but I don't know if I should start with the 2011 SE or Tower!3D Pro that is some way expensive... Thank you for your help, (PS : Sorry for my english).
-
Hi there. I'd like to know if Tower!3D and Tower!3D Pro is avaliable for OS X through Steam OR direct from the website? It appears to not allow OS X to play this game. I'd like to know if I can use it on my iMac. Thanks. StanliiControl
-
- os x
- possibility
-
(and 1 more)
Tagged with:
-
Hey, guys! I'm a beginner in applications with FSUIPC, and I'm pretty sure this is a stupid question but, how do I set the payload of an aircraft? The plane in question is an Embraer 195, with 3 sectores: crew, passengers and cargo. I can read and set the fuel levels, but got nowhere close with the payload. Here's what I'm doing so far, fuelwise: double targetFuel = 2134; double maxFuel = 6495.225; int formula = (int)((targetFuel * 100 / maxFuel) * (128 * 65536) / 100); result = fsuipc.FSUIPC_Write(0x0B94, formula, ref token, ref dwResult); result = fsuipc.FSUIPC_Write(0x0B7C, formula,