Jump to content
Sign in to follow this  
hamis

Problem with trueingameui config

Recommended Posts

So,whatever i do it stays in middle of screen.I have tried X values from 0.0 to 10.0 and nothing changes.I want it close to weapon display(fire mode).

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class RscUnitInfoSoldier

 {

  class Background

  {

   x = 0;

   y = 0;

   h = 0.04;

   colorBackground[] = {1,1,1,0.55};

   font = "bitStream";

   sizeEx = 0.0234375;

  };

  class Weapon: RscIGText

  {

   style = "0x00 + 0x100";

   x = 0.005;

   y = 0.001;

  };

  class Ammo: RscIGText

  {

   style = "0x01 + 0x100";

  x = 0.0;

  y = 0.001;

  };

}; banghead.gif  banghead.gif

Share this post


Link to post
Share on other sites

Are you changing the correct one?

RscUnitInfoSoldier is in both DTA_Config and UI_Config

Does changing anything else (like the colour) work?

Share this post


Link to post
Share on other sites

This is trueingameui mod and changing y value works downwards.

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  

×