Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
6 registered members (TipmyPip, Niels, dBc, Ed_Love, 3run, 1 invisible), 17,843 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Project Resolution Adaptation #487004
12/21/22 13:32
12/21/22 13:32
Joined: Jan 2012
Posts: 108
G
gamers Offline OP
Member
gamers  Offline OP
Member
G

Joined: Jan 2012
Posts: 108
Dear 3DGS Developers,

I created all of the panels and images for my project for full HD resolution. The positions of all the buttons on the screen have also been computed and positioned for full HD resolution. Now I have completed my project but is it possible to have all materials (e.g., buttons, images, panels) automatically positioned according to users' screen resolution such that it runs in a resolution lower than full HD resolution?

Re: Project Resolution Adaptation [Re: gamers] #487007
12/22/22 02:31
12/22/22 02:31
Joined: May 2005
Posts: 871
Chicago, IL
Dooley Offline
User
Dooley  Offline
User

Joined: May 2005
Posts: 871
Chicago, IL
You can scale panels, and bitmap fonts are scaled with it, but not truetype fonts.

panel_name.scale_x
panel_name.scale_y

You can also scale the video window, which also automatically scales any UI, but I'm not sure how that would look when reducing resolution. It works nicely when going from lower resolution to higher.

video_window(VECTOR* pos,VECTOR* size,var style,STRING* title)

Re: Project Resolution Adaptation [Re: Dooley] #487009
12/22/22 07:10
12/22/22 07:10
Joined: Jan 2012
Posts: 108
G
gamers Offline OP
Member
gamers  Offline OP
Member
G

Joined: Jan 2012
Posts: 108
Hi Dooley,

Thank you for your prompt response and I'll try your suggestion asap.
Sincerely,


Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1