Warezcrawler Posted April 22, 2016 Share Posted April 22, 2016 Does anybody know if it's possible to move where KSP writes it messages on screen? Like the one for when transmitting science back to Kerbin? And when saving etc. Also, how does one create custom messages for when the user uses my mod? Link to comment Share on other sites More sharing options...
Aelfhe1m Posted April 22, 2016 Share Posted April 22, 2016 (edited) ScreenMessages.PostScreenMessage("message", 3f, ScreenMessageStyle.UPPER_LEFT); Middle parameter is duration. There are other overloads with various options. Edited April 22, 2016 by Aelfhe1m Link to comment Share on other sites More sharing options...
Warezcrawler Posted April 22, 2016 Author Share Posted April 22, 2016 (edited) 38 minutes ago, Aelfhe1m said: ScreenMessages.PostScreenMessage("message", 3f, ScreenMessageStyle.UPPER_LEFT); Middle parameter is duration. There are other overloads with various options. thanks Then I'm just missing how to move the screenmessages ksp itself writes, like the science transmissions... Edited April 22, 2016 by Warezcrawler Link to comment Share on other sites More sharing options...
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