Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Darkhill on February 18, 2004, 10:35:44 pm

Title: Question about the tooltips
Post by: Darkhill on February 18, 2004, 10:35:44 pm
I'm messing around with the code here and I was trying to change the text description on the bottom of the screen.  Like if you scroll over the tech room door it says something 'view specs of ships and weapons'.  I found a reference to them in ..\menuui\mainhallmenu.cpp and changed them but nothing was different in the game.  Anybody found any info on these while going through the code?  My only other thought is these text lines are in another file the game reads in.
Title: Question about the tooltips
Post by: Goober5000 on February 19, 2004, 12:06:57 am
Look in strings.tbl.
Title: Question about the tooltips
Post by: Darkhill on February 19, 2004, 09:33:52 pm
Yeah, I figured it out after I posted the question.  Any idea why they are defined in the source but the actual text is taken from the table?
Title: Question about the tooltips
Post by: Bobboau on February 19, 2004, 10:09:39 pm
the V gods work in mysterius ways...
Title: Question about the tooltips
Post by: SadisticSid on February 20, 2004, 04:20:44 am
Perhaps a leftover from FS1...