Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (alibaba, vicknick), 1,379 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
How to run in fullscreen #90627
09/19/06 03:18
09/19/06 03:18
Joined: Jul 2006
Posts: 16
A
atenday Offline OP
Newbie
atenday  Offline OP
Newbie
A

Joined: Jul 2006
Posts: 16
Somebody help me please! I use 6.4 extra and I want run my game in fullscreen mode (like pro ver.)

sorry for my english

Re: How to run in fullscreen [Re: atenday] #90628
09/19/06 03:23
09/19/06 03:23
Joined: Feb 2006
Posts: 371
New England
Rad_Daddy Offline
Senior Member
Rad_Daddy  Offline
Senior Member

Joined: Feb 2006
Posts: 371
New England
var video_screen = 1;

Values:
0 = Window Mode
1 = Full Screen Mode

Add that line of code at the beginning of your script, stand-alone.

Regards,
Raddaddy


"Read not to contradict and confute, nor to find talk and discourse, but to weigh and consider." Sir Francis Bacon www.deckscapedesign.com
Re: How to run in fullscreen [Re: Rad_Daddy] #90629
09/19/06 05:23
09/19/06 05:23
Joined: Jul 2006
Posts: 16
A
atenday Offline OP
Newbie
atenday  Offline OP
Newbie
A

Joined: Jul 2006
Posts: 16
Thank you Rad_Daddy

Re: How to run in fullscreen [Re: atenday] #90630
09/21/06 02:44
09/21/06 02:44
Joined: Aug 2003
Posts: 73
Newport, N.C.
D
David Offline
Junior Member
David  Offline
Junior Member
D

Joined: Aug 2003
Posts: 73
Newport, N.C.
In case anybody else views this and uses the DISPLAY00.WDL from the templates, you can change the number in the "define" line to a "1" for fullscreen

// entry: Force Full/Window?
// help: Force display to fullscreen (1) or windowed (2), or leave unchanged (0)
// cntl: spin 0 2 1
// id: 3
define display00_force_window_full_const = 1;



Dave

Re: How to run in fullscreen [Re: David] #90631
09/21/06 03:19
09/21/06 03:19
Joined: Oct 2003
Posts: 2,628
IL,US
FeiHongJr Offline
Expert
FeiHongJr  Offline
Expert

Joined: Oct 2003
Posts: 2,628
IL,US
just so you know if you want to keep the game in windowed mode during testing but still be able to run it full screen from time to time just press alt+enter when the game is running and you can switch back and forth.


http://www.freewebs.com/otama_syndicate/index.htm - Each master to his own technique.

- Not me said the bee, Nor I said the fly.

Gamestudio download | chip programmers | 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