Difference between revisions of "Talk:Thargoid Wars"

From Elite Wiki
(New page: Talked to Wombat about this before posting. This new version does not change anything in Thargoid Wars, but just adds Eric's code fix to stop the Dreaded Mission Briefing Screen Clash! Ot...)
 
Line 1: Line 1:
Talked to Wombat about this before posting. This new version does not change anything in Thargoid Wars, but just adds Eric's code fix to stop the Dreaded Mission Briefing Screen Clash!
+
Talked to Wombat about this before posting. This new version does not change anything in Thargoid Wars, except add in Eric's code fix as a condition to any script command that displays a mission briefing. This stops the "Dreaded Mission Briefing Screen Clash Bug"!
  
 
Other OXPers should take note, the fix is just to add "gui_screen_string oneof GUI_SCREEN_STATUS, GUI_SCREEN_EQUIP_SHIP, GUI_SCREEN_MARKET, GUI_SCREEN_SHORT_RANGE_CHART" as a condition to displaying a mission briefing. That way your OXP won't put up a briefing if another OXP has
 
Other OXPers should take note, the fix is just to add "gui_screen_string oneof GUI_SCREEN_STATUS, GUI_SCREEN_EQUIP_SHIP, GUI_SCREEN_MARKET, GUI_SCREEN_SHORT_RANGE_CHART" as a condition to displaying a mission briefing. That way your OXP won't put up a briefing if another OXP has

Revision as of 15:02, 19 July 2007

Talked to Wombat about this before posting. This new version does not change anything in Thargoid Wars, except add in Eric's code fix as a condition to any script command that displays a mission briefing. This stops the "Dreaded Mission Briefing Screen Clash Bug"!

Other OXPers should take note, the fix is just to add "gui_screen_string oneof GUI_SCREEN_STATUS, GUI_SCREEN_EQUIP_SHIP, GUI_SCREEN_MARKET, GUI_SCREEN_SHORT_RANGE_CHART" as a condition to displaying a mission briefing. That way your OXP won't put up a briefing if another OXP has already "bagged" the mission screen and will wait until the player has seen the other briefing before showing its briefing. Do use it, as then your OXP won't clash with anyone elses!

LittleBear - 19/7/07