Results 1 to 7 of 7

Thread: RscTitles - Finding the bottom of player's screen?

  1. #1
    Second Lieutenant GossamerSolid's Avatar
    Join Date
    Feb 3 2006
    Location
    Ontario, Canada
    Posts
    4,013

    RscTitles - Finding the bottom of player's screen?

    I was wondering how about I would go finding the bottom of the player's screen when it comes to working with RscTitles in the description file.

    I know how to find the right side of the screen using:

    Code:
    x = "(SafeZoneW + SafeZoneX)";

    I find it hard to test this stuff as I have to change resolutions and aspect ratios (which usually requires a game restart to take full effect).

    Missions/Gamemodes - F.U.B.A.R. (WIP)
    Mods/Addons - Green Sea Conflict (WIP)
    Resources - ArmA 3 Notepad++ Syntax Highlighting

  2. #2
    Fairly sure it's something like:
    PHP Code:
    "SafeZoneY + SafeZoneH"
    Will have to check my scripts later.

  3. #3
    Second Lieutenant GossamerSolid's Avatar
    Join Date
    Feb 3 2006
    Location
    Ontario, Canada
    Posts
    4,013
    Author of the Thread
    Quote Originally Posted by Andy455 View Post
    Fairly sure it's something like:
    PHP Code:
    "SafeZoneY + SafeZoneH"
    Will have to check my scripts later.

    I'll check it out

  4. #4
    Second Lieutenant GossamerSolid's Avatar
    Join Date
    Feb 3 2006
    Location
    Ontario, Canada
    Posts
    4,013
    Author of the Thread
    I'm still having troubles with this, but it's on the horizontal scale.

    Here's the same GUI on both 1024x786 (4:3 ratio) and 1440x900 (16:10 scale)


    Everything is lined up except the weapon picture and those two pieces of text, but I have no clue why they aren't lining up:


    1024x768: http://yfrog.com/afarma2oa2010092315350075p
    1440x900:http://yfrog.com/5xarma2oa2010092315364901p


    If anybody could give me a hand, I would appreciate it.

  5. #5
    Why not center everything in the bottom bar? If you're gonna have a lot of empty space, might as well have it on the ends to save you a headache of different screen sizes.

  6. #6
    Second Lieutenant GossamerSolid's Avatar
    Join Date
    Feb 3 2006
    Location
    Ontario, Canada
    Posts
    4,013
    Author of the Thread
    Quote Originally Posted by kylania View Post
    Why not center everything in the bottom bar? If you're gonna have a lot of empty space, might as well have it on the ends to save you a headache of different screen sizes.

    I was planning on using the other space, that's why

  7. #7
    Could you post the resource class please?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •