|
0 registered members (),
6,637
guests, and 3
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Windows Size Problem
#301962
12/15/09 17:49
12/15/09 17:49
|
Joined: Jul 2009
Posts: 1,198 Berlin, Germany
Liamissimo
OP
Serious User
|
OP
Serious User
Joined: Jul 2009
Posts: 1,198
Berlin, Germany
|
Hey Guys, I have a problem: How do I set the size of the Gamewindows unchangeable? becaus I use video_set but sometimes, other Computer just ignore it and then they are setting the resolution on 800x600, but with that you can't play it(Panel are for 1000x800). Is there a fixed order for this? Already tried much things... Thanks 
"Ich weiss nicht genau, was Sie vorhaben, aber Sie können keine Triggerzonen durch Ihr Level kullern lassen." -JCL, 2011
|
|
|
Re: Windows Size Problem
[Re: Liamissimo]
#301985
12/15/09 20:06
12/15/09 20:06
|
Joined: Apr 2006
Posts: 737 Ottawa, Canada
Ottawa
User
|
User
Joined: Apr 2006
Posts: 737
Ottawa, Canada
|
Hi! Here's what I use for 800x600 you can modify this for your panels
video_aspect = 4./3.;
video_mode = 7; // start resolution 800 x 600
video_screen = 1; // start in fullscreen mode
video_depth = 32; // otherwise 32 bit mode
// video_set(800,600,32,1); /
Things are better since I started using this....no more black squares of all sizes and error message in the diag file
Hope this helps! Ottawa  Ver 7.86.2 Pro and Lite-C
|
|
|
Re: Windows Size Problem
[Re: Ottawa]
#301991
12/15/09 20:18
12/15/09 20:18
|
Joined: Jul 2009
Posts: 1,198 Berlin, Germany
Liamissimo
OP
Serious User
|
OP
Serious User
Joined: Jul 2009
Posts: 1,198
Berlin, Germany
|
Okay thanks, will try it. So, just forbetter understanding: My problem arent the Panels, its the Windows size because some panels are out of the window that was made smaller than I set it in Lite-c.
"Ich weiss nicht genau, was Sie vorhaben, aber Sie können keine Triggerzonen durch Ihr Level kullern lassen." -JCL, 2011
|
|
|
Re: Windows Size Problem
[Re: Lukas]
#302007
12/15/09 21:45
12/15/09 21:45
|
Joined: Jul 2009
Posts: 1,198 Berlin, Germany
Liamissimo
OP
Serious User
|
OP
Serious User
Joined: Jul 2009
Posts: 1,198
Berlin, Germany
|
that looks good, thanks a lot, there are many orders for this but this one looks like the solution ^^
"Ich weiss nicht genau, was Sie vorhaben, aber Sie können keine Triggerzonen durch Ihr Level kullern lassen." -JCL, 2011
|
|
|
|