Trident Down

General discussion for players of Oolite.

Moderators: winston, another_commander

Screet
---- E L I T E ----
---- E L I T E ----
Posts: 1883
Joined: Wed Dec 10, 2008 3:02 am
Location: Bremen, Germany

Post by Screet »

Hmmm. I'm not entirely sure if it's from TD, but two times I had reports that the mission choice was not cleared after I got a TD mission screen...the last time was the next time I docked after visiting the K. station.

These ATU vipers really have a high tendency for suicide attacks - I guess it is because they almost permanently use injectors...and they sometimes did use Q-Bombs, however they usually vaporise themselves with it ;)

What a timing for me to receive some advertisement from the company ATU just today!

Screet
User avatar
Ramirez
---- E L I T E ----
---- E L I T E ----
Posts: 628
Joined: Mon Nov 07, 2005 9:52 am
Location: London, UK

Post by Ramirez »

I've updated Trident Down to v1.4 to clear out the annoying clearMissionDescription and d100 errors. Also I've fixed some issues that was stopping the mission text appearing properly on PCs.

The only error that shows up on the console is the gui_screen_string one - I assume that's just a fact of the legacy scripting.
Download Resistance Commander plus many other exciting OXPs HERE
User avatar
Eric Walch
Slightly Grand Rear Admiral
Slightly Grand Rear Admiral
Posts: 5536
Joined: Sat Jun 16, 2007 3:48 pm
Location: Netherlands

Post by Eric Walch »

Ramirez wrote:
The only error that shows up on the console is the gui_screen_string one - I assume that's just a fact of the legacy scripting.
Search for:

Code: Select all

            <key>do</key>
            <array>
               <string>setMissionMusic: none</string>
               <string>setMissionImage: none</string>
               <string>setGuiToMissionScreen</string>
               <string>addMissionText: trident_down_lequteor_repeat_offer</string>
               <string>setMissionChoices: trident_down_lequteor_offerchoice</string>
               <string>set: mission_trident_down LEQUTEOR_REPEAT_OFFER</string>
               <string>gui_screen_string oneof GUI_SCREEN_MAIN, GUI_SCREEN_STATUS, GUI_SCREEN_EQUIP_SHIP, GUI_SCREEN_MARKET, GUI_SCREEN_SHORT_RANGE_CHART</string>
            </array>
Here are you using the "gui_screen_string" at a illegal place. Same type of error as the two d100_number errors
User avatar
Ramirez
---- E L I T E ----
---- E L I T E ----
Posts: 628
Joined: Mon Nov 07, 2005 9:52 am
Location: London, UK

Post by Ramirez »

Oh yes, you're right. I've deleted the offending line and have re-uploaded v1.4.
Download Resistance Commander plus many other exciting OXPs HERE
Post Reply