hamis 0 Posted November 1, 2008 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;  }; };  Share this post Link to post Share on other sites
[aps]gnat 28 Posted November 1, 2008 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
hamis 0 Posted November 1, 2008 This is trueingameui mod and changing y value works downwards. Share this post Link to post Share on other sites