Greetings
I want to use the rocket silo to launch other (modded) things into orbit. however, either you launch the correct satellite
and "win" the game, or you get the message that you forgot the satellite.
Is there a way to disable this message?
And is there a way to get an event / notification when the rocket was launched?
Overwrite rocket silo message / behavior?
Re: Overwrite rocket silo message / behavior?
I know that message is coded in scenario control file - it's in freeplay scenario. You can take a look there to see how launch is detected.
Re: Overwrite rocket silo message / behavior?
Come on people, use the wiki...
Last edited by Xyfi on Sat Aug 01, 2015 11:25 am, edited 1 time in total.
Re: Overwrite rocket silo message / behavior?
Ah, did not noticed the event, my bad
The script explanes much, however, if i hook the same event, is the freeplay script called first or my function?
Can i disable the freeplay script somehow?
The script explanes much, however, if i hook the same event, is the freeplay script called first or my function?
Can i disable the freeplay script somehow?
Re: Overwrite rocket silo message / behavior?
I don't think so. The rocket-lauch event is the end goal of the freeplay scenario, so you would have to create a custom scenario.Gotbread wrote:Ah, did not noticed the event, my bad
The script explanes much, however, if i hook the same event, is the freeplay script called first or my function?
Can i disable the freeplay script somehow?