Jump to content

Message Placement


Recommended Posts

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

ScreenMessages.PostScreenMessage("message", 3f, ScreenMessageStyle.UPPER_LEFT);

 

Middle parameter is duration. There are other overloads with various options.

Edited by Aelfhe1m
Link to comment
Share on other sites

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 by Warezcrawler
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...