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), 15,499 guests, and 5 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
sky not visible... #66034
03/11/06 08:14
03/11/06 08:14
Joined: Feb 2003
Posts: 211
Unna
F
Freddy_dup1 Offline OP
Member
Freddy_dup1  Offline OP
Member
F

Joined: Feb 2003
Posts: 211
Unna
Hello,
the sky is not visible.
What do I have to do to make it visible??
Code:
sky sky_1{ 
type=<sky.mdl>;
layer=1;
flags=scene,visible; }



Re: sky not visible... [Re: Freddy_dup1] #66035
03/11/06 08:40
03/11/06 08:40
Joined: Feb 2003
Posts: 6,818
Minot, North Dakota, USA
ulillillia Offline
Senior Expert
ulillillia  Offline
Senior Expert

Joined: Feb 2003
Posts: 6,818
Minot, North Dakota, USA
From what I've read, you need a block with the sky flag checked.


"You level up the fastest and easiest if you do things at your own level and no higher or lower" - useful tip My 2D game - release on Jun 13th; My tutorials
Re: sky not visible... [Re: Freddy_dup1] #66036
03/11/06 08:40
03/11/06 08:40
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Create a big hollowed block around your level and/or assign a texture witht the sky flag checked, to those blocks/surfaces which should show the sky.

Re: sky not visible... [Re: Freddy_dup1] #66037
03/11/06 09:26
03/11/06 09:26
Joined: Feb 2003
Posts: 211
Unna
F
Freddy_dup1 Offline OP
Member
Freddy_dup1  Offline OP
Member
F

Joined: Feb 2003
Posts: 211
Unna
Thanks,

the sky in visible now, but sky.mdl is very small.
How can I make it as big as possible?

Re: sky not visible... [Re: Freddy_dup1] #66038
03/11/06 09:30
03/11/06 09:30
Joined: Feb 2003
Posts: 211
Unna
F
Freddy_dup1 Offline OP
Member
Freddy_dup1  Offline OP
Member
F

Joined: Feb 2003
Posts: 211
Unna
This works:
Code:

sky cube{
type=<sky.mdl>;
flags=scene,visible;
scale_x=100;
scale_y=100;
scale_z=100;}




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