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
1 registered members (TipmyPip), 18,466 guests, and 6 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
screen size #182897
02/09/08 14:47
02/09/08 14:47
Joined: Oct 2007
Posts: 3
Oklahoma U.S.
shadowd1 Offline OP
Guest
shadowd1  Offline OP
Guest

Joined: Oct 2007
Posts: 3
Oklahoma U.S.
Does anyone know if there is a place to set screen size in the wed program editor or if I need to do it in the program code? Also does anyone have code that will allow you to set it in the game?

thank you in advance.

Re: screen size [Re: shadowd1] #182898
02/09/08 14:53
02/09/08 14:53
Joined: Nov 2007
Posts: 1,143
United Kingdom
DJBMASTER Offline
Serious User
DJBMASTER  Offline
Serious User

Joined: Nov 2007
Posts: 1,143
United Kingdom
The screen size is usually a fixed height and width > resolution, and you set this in c-script/lite-c using...

var video_mode = (1-11);

1 = 320x200
11 = 1600x1200

I seriously dont recommend using anything below 7 if u want nice results.

To set the screen to window mode or fullscreen...

var video_screen = 1; // fullscreen
var video_screen = 2; // windowed

Search the manual for more info...

Last edited by DJBMASTER; 02/09/08 14:53.
Re: screen size [Re: DJBMASTER] #182899
02/09/08 16:11
02/09/08 16:11

A
Anonymous
Unregistered
Anonymous
Unregistered
A



or:

video_set(var width,var height,var depth,var screen)


video_set(1024, 768, 32, 1);

if you want a special screen_size!


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