Thanks Ahruman. I was just thinking about two sets of variables, but this plan has now gone to Commander McLane's Nirvana.Ahruman wrote:If you mean “are scripts notified about saving”, then no.

Moderators: winston, another_commander
Thanks Hoopy.Hoopy wrote:All good fun so far
No. It's a missing line in the code. The missionVariable has raised, but I forgot to insertHoopy wrote:I just got awarded the rank of confed guard but then my statistics said my rank was 'NONE'. I'm guessing my rank gets awarded AFTER the screen is displayed?
Code: Select all
success++;
Strange. This will only happen if you launch while a mission offer is displayed. UPS detects that the mission.choice or missionVariables.offering is not cleared and sets a variable to true. But Localhero clears both variables. The problem is that UPS detects it before Localhero clears it. Both are reacting on the shipLaunchedFromStation-Event. Eric has implemented this check to show that it is necessary to clear the used variables, it is a 'educational method' for players and scripters. And we have no control which script is earlier executed.Hoopy wrote:i got a UPS message saying that a variable hadn't been reset.
I'm already thinking about some changes. The behaviour could be more aggressive. But that needs a lot more tests and will last a few weeks.Hoopy wrote:so maybe the ships could be a different type or have a different AI
No Hoopy. I don't feel offended. Every criticism helps to get things working better. So feel free to post more of these sweety little things.Hoopy wrote:Please don't feel I'm complaining with these bug reports...
I've used some very uncommon ways to do things (specially the RaidAIs) and it has some features that you currently won't find in other Oxps. The 'real' voices are only one of them.Hoopy wrote:It also has quite a different feel to other OXPs so adds some good variation
Yes launching from within an offer is bad. Some oxp's even stop working forever after that. But to be on the save side and allow other OXP's to react on such behaviour, I relocate the check to the docking event in UPS next release and add to the text that the error could also be caused by launching from within a screen.Svengali wrote:Strange. This will only happen if you launch while a mission offer is displayed. UPS detects that the mission.choice or missionVariables.offering is not cleared and sets a variable to true. But Localhero clears both variables.Hoopy wrote:i got a UPS message saying that a variable hadn't been reset.
The problem is that UPS detects it before Localhero clears it. Both are reacting on the shipLaunchedFromStation-Event. Eric has implemented this check to show that it is necessary to clear the used variables, it is a 'educational method' for players and scripters. And we have no control which script is earlier executed.
That's strange Hoopy. Localhero has a timer that checks if a missionscreen is currently active and if Localhero has already made his job. If not and a loopcounter is greater than a few times, it clears both variables and reactivates the screen handling. If it happens again, please activate the Oxp-internal logging and try to reproduce the error. Then you could send me the log-file.Hoopy wrote:I'm pretty sure I was in the station for more than 10 seconds. I was puzzled that the mission success didn't appear so visited each of the screens a few times to see if I could find it. That would have taken a while. I always buy more fuel and check to see if there's gold/platinum.gems worth buying/selling as well, so that takes a while.
Great EricEric Walch wrote:I relocate the check to the docking event in UPS next release and add to the text that the error could also be caused by launching from within a screen.
Eric walch wrote:But when a player knows the text and immediately makes his choice and than launches, (launches within 10 seconds after the missionscreen start) things can go wrong. It could even be that his own script is missing the choices.
But that's why I'm wondering. There is a timer additionally to the tickle. I've tested it several times and it is working (except the version 1.03.8 that has used a faster interval than Oolite could process when more ressources were needed). And the timer doesn't stop on a GUI_SCREEN_REPORT (the screen that is used to display the captured or rescued human/felines/...). Hmmm?!..?In that part of the code I also noticed that script checking immediately starts when pressing F7. (The screen Local Hero uses. But without a tickle it needs an other trigger )
It could be that you are using an older version of the OXP. Some older ones (the pre Java versions) don't work on 1.70. They behave similar in that you get the success message. but nothing on docking.Hoopy wrote:you have to kill everyone before returning. strange that one time you got a success message and were then told you'd failed...