Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
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
Sign in to follow this  

×