Jump to content
Sign in to follow this  
gossamersolid

RscTitles - Finding the bottom of player's screen?

Recommended Posts

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:

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).

Share this post


Link to post
Share on other sites

Fairly sure it's something like:

y = "SafeZoneY + SafeZoneH";

Will have to check my scripts later.

Share this post


Link to post
Share on other sites
Fairly sure it's something like:
y = "SafeZoneY + SafeZoneH";

Will have to check my scripts later.

I'll check it out

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites
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

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  

×