Posted by: Beer_Money - Friday, December 3, 2021 11:49:05 PM
Does anyone know where to edit the tooltips in-game? I have looked everywhere in the big files for it and cannot seem to find it. I'm sure that I'm overlooking its location. Thanks in advance[grin]

Posted by: UTD^Force - Saturday, December 4, 2021 11:03:25 AM
I hope that I'm getting this right, but is this what you mean? [code=plain]CommandButton Command_DaisyCutter Command = SPECIAL_POWER SpecialPower = SuperweaponDaisyCutter Options = NEED_SPECIAL_POWER_SCIENCE NEED_TARGET_POS CONTEXTMODE_COMMAND Science = SCIENCE_DaisyCutter SCIENCE_MOAB ;These will cause the buttons to change icons, nothing more TextLabel = CONTROLBAR:DaisyCutter ;;;;; this ButtonImage = SACDaisyCutter ButtonBorderType = ACTION DescriptLabel = CONTROLBAR:TooltipDaisyCutter ;;;;and this RadiusCursorType = DAISYCUTTER InvalidCursorName = GenericInvalid End[/code] Do you want to edit the texts? Or am I way off here? If you want to edit the texts, I believe you need the csf editor. If not, would you mind explaining more what you want to edit?

Posted by: Beer_Money - Saturday, December 4, 2021 2:25:51 PM
Yes. There’s several descriptions in-game that are vague AF or just underwhelming. I want to go in and fix them all. Plus I’ve modded quite a few units for the General’s, so they need to be updated as well. You mentioned .csf editing, is that what is needed to do this? Regards [+1]

Posted by: UTD^Force - Sunday, December 5, 2021 11:06:46 AM
You will need to use finalBIG to extract the file English.big or EnglishZH.big, use it to extract all the data inside this file to your desktop for example. Then look for the file called "generals.csf" (In Data>English), you can open it using this csf editor. http://www.cnclabs.com/forums/cnc_postsm143624_Generals-Modding-Resource.aspx#post143624 [i]Tip: when you open the .BIG file don't try to only extract the generals.csf file as it may crash finalBIG or take a very long time to load. Just click on edit>extract all.[/i]