The Doc
Time Lord
Just if no one noticed: I committed readmes for TechWindow and Dresden's FA Info Screen. Maybe someone can check if everything relevant is in.
no - just giving some background
Does that include the look of the unit icons / heal indicator / movement bar / etc?
And please don't separate them, because I need them together for the Italian translation.
Is it possible to change this checkbox in a select box with "Icons|Modifiers|Both"?
screen.addDDSGFC( "GreatPersonHeading", gc.getActionInfo(515).getButton(), iX, iY, iIconSize, iIconSize, WidgetTypes.WIDGET_GENERAL, -1, -1 )
screen.addDDSGFC( "GreatPersonHeading", ArtFileMgr.getInterfaceArtInfo("QUESTION_MARK").getPath(), iX, iY, iIconSize, iIconSize, WidgetTypes.WIDGET_GENERAL, -1, -1 )
Yes, I will be removing the options from the first tab (General) and leaving them on System. However, I don't understand exactly what you mean by do not separate them. I will be modifying how the version is displayed and want to know how what you've done depends on it.
515 = the lightbulb icon. Doesn't it? It did on my system when I had to track down the sucker. I guess I better look at it again.In line 989 of TechChooser.py I suggest to changetoCode:screen.addDDSGFC( "GreatPersonHeading", gc.getActionInfo(515).getButton(), iX, iY, iIconSize, iIconSize, WidgetTypes.WIDGET_GENERAL, -1, -1 )
.Code:screen.addDDSGFC( "GreatPersonHeading", ArtFileMgr.getInterfaceArtInfo("QUESTION_MARK").getPath(), iX, iY, iIconSize, iIconSize, WidgetTypes.WIDGET_GENERAL, -1, -1 )
Or didn't you add the question mark for tech chooser screen instead of great library?
515 = the lightbulb icon. Doesn't it? It did on my system when I had to track down the sucker. I guess I better look at it again.
gc.getMissionInfo(gc.getInfoTypeForString("MISSION_DISCOVER")).getButton()
,Art/Interface/Buttons/Actions/Discover.dds,Art/Interface/Buttons/Actions_Builds_LeaderHeads_Specialists_Atlas.dds,7,1
Using an art file is better than hardcoding an ID number, but Caesium's suggestion is a different icon (the BUG Question Mark rather than the Light Bulb).
<InterfaceArtInfo>
<Type>DISCOVER_TECHNOLOGY_BUTTON</Type>
<Path>Art/Interface/Buttons/Actions/Discover.dds</Path>
</InterfaceArtInfo>
Just wanted to remind everyone that we're aiming for a release date of October 12th, 2008. That means a new feature code freeze starting this weekend. It will be Sunday morning at 3am Pacific Time. That's Saturday Night.All commits will be bug fixes so we need as much testing next week as we can get. That means no coding, but some playing only.
![]()
[...]
we should turn the Tech screen tabs off for the release - should just involve commenting out 1 or 2 lines.Except for the Tech Tree with AI Knowledge overlay (which is just a stub right now)
we should turn the Tech screen tabs off for the release - should just involve commenting out 1 or 2 lines.
Done. And the very strange thing ... I actually tested itAny chance you can do this since you know the code best?