2 Questions, both relating to Resources and the resource.bin file:
Is it possible to use the RscMapControl class to create new maps displays?
I've tried and tried but all I ever get is a black square where the resource should be.
I can change the class properties for the RscMap based classes (i.e. the map for the editor and the in-game map screen) and they work (for example I can make the map smaller, or change the position on screen). What I can't do (successfully is create a new instance of this class (it works, no errors, but all I get is a black overlay)
Second
Some of the dialogs in-game display info like the date and time, however when you look at the class in the resource file, it just has "$STR_DISP_ERROR".
When the game calls the class (such as the version number that is displayed on the main menu) you get the correct value (i.e. "1.xx"). If you call the class yourself though, you get the literal value of "$STR_DIS_ERROR" as it is defined in the string table ("ERROR - replace").
Is this all hardcoded, or is there a way to call these values? I have a dialog and I want it to display the date, so being able to get this value (as it is obviously stored in their since there in-game dialogs use it) would really help.
Thanks,
~Mike