Home   Help Search Login Register  

Author Topic: Anyone know where i can find this?  (Read 437 times)

0 Members and 1 Guest are viewing this topic.

Javaman

  • Guest
Anyone know where i can find this?
« on: 15 Mar 2004, 06:50:52 »
I would like to have all the classes that deal with dialog making such as

class RscText
{
        type = CT_STATIC;
        idc = -1;
        style = ST_LEFT;
        colorBackground[] = {0, 0, 0, 0};
        colorText[] = {1, 1, 1, 1};
        font = FontM;
        sizeEx = 0.04;
};



i know theres a commented Commented_Config_191 with a lot of c++ style files in it but none dealing with the dialogs for ofp


any idea where i can find this?

Thanks in advance

Javaman

Unnamed

  • Guest
Re:Anyone know where i can find this?
« Reply #1 on: 15 Mar 2004, 11:15:43 »
Sounds like you want the Resource.bin file, use OFP Manager to view it as text:

OFP Manager
« Last Edit: 15 Mar 2004, 11:16:17 by Unnamed »

Javaman

  • Guest
Re:Anyone know where i can find this?
« Reply #2 on: 15 Mar 2004, 18:59:17 »
Thanks

and nice little app that is.

Javaman