Amaniera Posted March 15, 2020 Report Posted March 15, 2020 Hi, I am programming an lua program for P3D v4 using FSUIPC and I'd like to know how to change the color of the text I write in the upper green bar. I'd like to write in white. This is my actual code : ipc.writeSTR(0x3380, "/DEPARTURE INFORMATIONS\ " .. "Cruise altitude: " .. cruiseAltInt .. " fts | " .. "Flaps: " .. flapsInt .. " | " .. "Transition altitude: " .. transitionAltInt .. " fts | " .. "V1: " .. v1 .. " kts - " .. "VR: " .. vr .. " kts - " .. "V2: " .. v2 .. " kts") ipc.writeSW(0x32FA, 0) Thanks a lot, P. A.
Pete Dowson Posted March 15, 2020 Report Posted March 15, 2020 7 hours ago, Amaniera said: I am programming an lua program for P3D v4 using FSUIPC and I'd like to know how to change the color of the text I write in the upper green bar. Please see the Miscellaneous tab in FSUIPC Options, and page 14 in the User Guide. Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now