Home   Help Search Login Register  

Author Topic: Centering cutRsc on screen on every type of resolution/monitor ???  (Read 1783 times)

0 Members and 1 Guest are viewing this topic.

Offline laggy

  • Members
  • *
  • "Behold a pale horse"
Hello all,

Apologies if this has been discussed earlier, but doing a quick search, I couldn't find anything.

Is the screen centering of a cutRsc the same on all resolutions/monitors?

It looks good and centered on my screen 1680*1050, but I have no idea how it will look on other versions.

Code: [Select]
class RscTitles
{

class rm
{
idd=-1;
movingEnable=true;
duration=5;
    fadein = 2;
    fadeout = 3;
name="rm";
controls[]={"rm"};

class rm
{
x = - 0.65; y = - 0.4;
w = 2.3; h = 2.0;
type = 0;
idc = -1;
style = 48;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
font = BitStream;
sizeEx = 0;
lineSpacing = 0;
access = ReadAndWrite;
text = "rm.paa";
};
};

class closeup
{
idd=-1;
movingEnable=true;
duration=15;
    fadein = 2;
    fadeout = 3;
name="closeup";
controls[]={"closeup"};

class closeup
{
x = - 0.25; y = - 0.2;
w = 1.5; h = 1.5;
type = 0;
idc = -1;
style = 48;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
font = BitStream;
sizeEx = 0;
lineSpacing = 0;
access = ReadAndWrite;
text = "closeup.paa";
};
};
};

If it isn't automatic, which numbers do I play around with?

Thanks,

Laggy
And I looked and beheld a pale horse and his name that sat on him was Death and Hell followed with him.

Offline i0n0s

  • Moderator
  • *****
You already took a look at SafeZone?

Offline laggy

  • Members
  • *
  • "Behold a pale horse"
Ehh No!

What is that?

Laggy
And I looked and beheld a pale horse and his name that sat on him was Death and Hell followed with him.

Offline zonker3210

  • Members
  • *
A quick web search of "SafeZone Arma" pulled up this...

http://community.bistudio.com/wiki/SafeZone

;)

Looks like there's some Arma2 changes that affect how it works, though.


Offline laggy

  • Members
  • *
  • "Behold a pale horse"
Thanks guys  :good:

Laggy
And I looked and beheld a pale horse and his name that sat on him was Death and Hell followed with him.