Jump to content
Sign in to follow this  
messiahua

RscDisplayServer

Recommended Posts

Hello everyone,

I want to know if it is possible to change RscDisplayServer class. My goal is to increase dialog and control size, so that missions list (ValueMissions) would be bigger.

For example:

class RscListbox;
class RscDisplayRemoteMissions;
class RscDisplayServer : RscDisplayRemoteMissions
{
   class controls
   {
       class ValueMissions : RscListBox
       {
           w = 1;
           h = 1;
       };
   };
};

When I try this block of code just to check, that it works, game constantly crashes. Am I doing something wrong or it is restricted to modify this class?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×