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
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 guests, and 8 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
Page 2 of 2 1 2
Re: video_:mode [Re: Nowherebrain] #242129
12/21/08 14:55
12/21/08 14:55
Joined: Nov 2007
Posts: 1,032
Croatia
croman Offline
Serious User
croman  Offline
Serious User

Joined: Nov 2007
Posts: 1,032
Croatia
fuction main()
{
video_mode = 8;
while(1)
{
wait(1);
)
)

it works even like this to me.
maybe a solution is to load a level, even an empty one: level_load("");



Ubi bene, ibi Patria.
Re: video_:mode [Re: Nowherebrain] #242134
12/21/08 16:15
12/21/08 16:15
Joined: Oct 2006
Posts: 1,245
A
AlbertoT Offline OP
Serious User
AlbertoT  Offline OP
Serious User
A

Joined: Oct 2006
Posts: 1,245
there is nothing to do
It alwayes opensin 800x600 window, instead of 1024x768 full screen
My system of course supports this resolution

Re: video_:mode [Re: croman] #242135
12/21/08 16:15
12/21/08 16:15
Joined: Apr 2006
Posts: 624
DEEP 13
badapple Offline
User
badapple  Offline
User

Joined: Apr 2006
Posts: 624
DEEP 13
mine works without declaring as a var , like cerberi_croman

function main()
{
video_mode = 8;
video_screen = 1;
)

and i dont need to load a level , even an empty one for this to work

as long as you are useing lite c and not wdl this should work
if it still doesnt your problem lies somwhere else

Re: video_:mode [Re: badapple] #242142
12/21/08 16:50
12/21/08 16:50
Joined: Feb 2007
Posts: 353
A
amy Offline
Senior Member
amy  Offline
Senior Member
A

Joined: Feb 2007
Posts: 353
Those are already defined global engine variables so var isn“t needed. Maybe the SED setting overrides video_screen?

Re: video_:mode [Re: amy] #242146
12/21/08 17:20
12/21/08 17:20
Joined: Oct 2006
Posts: 1,245
A
AlbertoT Offline OP
Serious User
AlbertoT  Offline OP
Serious User
A

Joined: Oct 2006
Posts: 1,245
badapplae
yes even if I load an empty level I still get a 800 x 600 window
amy
SED settings ? I can not find pre settings in SED as far as the size of the screen is concerned

Re: video_:mode [Re: AlbertoT] #242153
12/21/08 17:49
12/21/08 17:49
Joined: Nov 2007
Posts: 1,032
Croatia
croman Offline
Serious User
croman  Offline
Serious User

Joined: Nov 2007
Posts: 1,032
Croatia
Code:

#include <acknex.h>
#include <default.c>



////////////////
//Mainfunction//
////////////////

function main()
{
        wait(3);
	fps_max = 60;
	video_mode = 8;
	video_depth = 32;
	video_screen = 1;
}



this works for me.
what 3dgs version do you have?



Ubi bene, ibi Patria.
Re: video_:mode [Re: croman] #242156
12/21/08 18:04
12/21/08 18:04
Joined: Oct 2006
Posts: 1,245
A
AlbertoT Offline OP
Serious User
AlbertoT  Offline OP
Serious User
A

Joined: Oct 2006
Posts: 1,245
yes they were included

SED 7.06.1
3DGS 7.10 \ WED V6.871

Re: video_:mode [Re: Nowherebrain] #242178
12/21/08 19:15
12/21/08 19:15
Joined: Apr 2002
Posts: 225
Twickenham,England
kiamonster Offline
Member
kiamonster  Offline
Member

Joined: Apr 2002
Posts: 225
Twickenham,England
Maybe your video card (not all can work at this resolution
- try video_mode = 6; (640/480)

Page 2 of 2 1 2

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