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
5 registered members (AndrewAMD, alibaba, Konsti, 2 invisible), 1,418 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Screen - 1024x768x32 #12528
04/27/03 02:10
04/27/03 02:10
Joined: Jul 2002
Posts: 1,364
Minbar
M
MaxF Offline OP
Serious User
MaxF  Offline OP
Serious User
M

Joined: Jul 2002
Posts: 1,364
Minbar
Hi

How can I set in code following as default

1024x768x32

I tryed the VIDEO_MODE, video_depth but the only way I can do it without droping the colour to 16bit is as follows:

1) Run level
2) press ALT & ENTER
3) press F5 until I see "1024x768x32"

How can I set this so 1024x768x32 is the default, please help.


Re: Screen - 1024x768x32 #12529
04/27/03 02:34
04/27/03 02:34

A
Anonymous
Unregistered
Anonymous
Unregistered
A



This question does not seem to be advanced to me but to have it in full-screen with 1024x768x32, do the following:

code:
 
var video_mode = 8; // Video mode at 1024x768
var video_depth = 32; // Video depth at 32-Bit color
var video_screen = 1; // Run in full screen mode.



Re: Screen - 1024x768x32 #12530
04/27/03 03:59
04/27/03 03:59
Joined: Jul 2002
Posts: 1,364
Minbar
M
MaxF Offline OP
Serious User
MaxF  Offline OP
Serious User
M

Joined: Jul 2002
Posts: 1,364
Minbar
Hi

I tryed that code, it's the same has mine,
but has I said, it drop the colour to 16 bit...

Do you know why it's doing this?


Re: Screen - 1024x768x32 #12531
04/27/03 04:03
04/27/03 04:03
Joined: Jun 2002
Posts: 473
Juff Offline
Senior Member
Juff  Offline
Senior Member

Joined: Jun 2002
Posts: 473
do you have A6, I think only A6 has 32-bit colour

Re: Screen - 1024x768x32 #12532
04/27/03 04:09
04/27/03 04:09
Joined: Jul 2002
Posts: 1,364
Minbar
M
MaxF Offline OP
Serious User
MaxF  Offline OP
Serious User
M

Joined: Jul 2002
Posts: 1,364
Minbar
Hi

Yes and my video card is a VERY good one, so I don't know whats wrong.


Re: Screen - 1024x768x32 #12533
04/27/03 06:27
04/27/03 06:27

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Do you have the display properties set to 32-Bit?

 -

Re: Screen - 1024x768x32 #12534
04/27/03 12:03
04/27/03 12:03

A
Anonymous
Unregistered
Anonymous
Unregistered
A



quote:
Do you have the display properties set to 32-Bit?
That shouldn't matter unless you are using windowed mode (which he isn't)

Are you sure that that is only part of your code in which those variables are set? (i.e., video_depth isn't set to 16 earlier in the code)

Re: Screen - 1024x768x32 #12535
04/28/03 02:37
04/28/03 02:37
Joined: Jul 2002
Posts: 1,364
Minbar
M
MaxF Offline OP
Serious User
MaxF  Offline OP
Serious User
M

Joined: Jul 2002
Posts: 1,364
Minbar
Hi

My code is set to 16bit and my setting on the desktop are rigth.


Re: Screen - 1024x768x32 #12536
04/28/03 02:38
04/28/03 02:38
Joined: Jul 2002
Posts: 1,364
Minbar
M
MaxF Offline OP
Serious User
MaxF  Offline OP
Serious User
M

Joined: Jul 2002
Posts: 1,364
Minbar
Hi

I mean 32bit, everything is set to 32bit.

I don't understand why it's do it.


Re: Screen - 1024x768x32 #12537
04/28/03 15:08
04/28/03 15:08

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Try setting a breakpoint in your code after the initialization and check the videomode and videodepth variables.
If you plan on running @ 1024x768x32/Fullscreen, make sure there is enough free memory (actually setting the desktop to 16 bit can help in this case, while it hurts when running in windowed mode). Next thing of course would be checking the A6 startup screen (what kind of video device was detected?) and updating your video card drivers.

Page 1 of 2 1 2

Moderated by  HeelX, Spirit 

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