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
2 registered members (OptimusPrime, AndrewAMD), 14,580 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
Blue 'Outside' #70989
04/15/06 16:15
04/15/06 16:15
Joined: Apr 2006
Posts: 42
Merries Offline OP
Newbie
Merries  Offline OP
Newbie

Joined: Apr 2006
Posts: 42
I have created a house, then built a cube for the outside, I hollowed it, added sky and ground texture, compiled and ran it and am getting just the standard blue.

It shows the textures of the outside in the 3D window, I have set the sun color to a light yellow. But Im not seeing the outside texture when I run the camera out of the house to look outside.

Advise please? Im running Commerical version 6.11.4

Re: Blue 'Outside' [Re: Merries] #70990
04/15/06 16:34
04/15/06 16:34
Joined: Feb 2006
Posts: 371
New England
Rad_Daddy Offline
Senior Member
Rad_Daddy  Offline
Senior Member

Joined: Feb 2006
Posts: 371
New England
It would be really nice if you could provide a picture of what you are talking about... you description is a little bit confusing. I could probably help you after I see exactly what you are talking about.


"Read not to contradict and confute, nor to find talk and discourse, but to weigh and consider." Sir Francis Bacon www.deckscapedesign.com
Re: Blue 'Outside' [Re: Merries] #70991
04/15/06 16:55
04/15/06 16:55
Joined: Jun 2002
Posts: 3,682
Coppell, Texas
Ran Man Offline
Expert
Ran Man  Offline
Expert

Joined: Jun 2002
Posts: 3,682
Coppell, Texas
Quote:

But Im not seeing the outside texture when I run the camera out of the house


Are you running into the SKY block or outside of it? If so, then colors will be screwed up...


Cougar Interactive

www.zoorace.com
Re: Blue 'Outside' [Re: Ran Man] #70992
04/15/06 17:17
04/15/06 17:17
Joined: Apr 2006
Posts: 42
Merries Offline OP
Newbie
Merries  Offline OP
Newbie

Joined: Apr 2006
Posts: 42
Here are a couple of pictures, the first is in the 3D window, the second is after being compiled and the camera moved to just outside the house.






Game Studio Commercial Version 7.0
Re: Blue 'Outside' [Re: Merries] #70993
04/15/06 17:59
04/15/06 17:59
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
your origin or camera pos is inside the house walls, which are 100% closed, right? and you compile it as "level", not as "test", do you? i think WED tries to optimise the level and renders only up to the walls, because you will never access the garden. try to make a hole in the walls, see if it helps.

Re: Blue 'Outside' [Re: Merries] #70994
04/15/06 18:26
04/15/06 18:26
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
Quote:

Advise please? Im running Commerical version 6.11.4




You are running an old version. Update to 6.31.4, the latest public release. The update is free. 6.4x, currently, is only a public beta so it'll have bugs.

Edit: Now I get it. That's the background color. If you want to change it, use a sky definition and a BMP, PCX or TGA file or add this in your code, likely in your main function (change the numbers to suit your needs though):

bg_color.red = 64; // close to the color of the sky
bg_color.green = 128;
bg_color.blue = 255;

Last edited by ulillillia; 04/15/06 18:29.

"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: Blue 'Outside' [Re: ulillillia] #70995
04/15/06 19:06
04/15/06 19:06
Joined: Aug 2000
Posts: 7,490
O
Orange Brat Offline

Senior Expert
Orange Brat  Offline

Senior Expert
O

Joined: Aug 2000
Posts: 7,490
Don't use "bg_color" (lowercase) since that is deprecated. It'll be removed from the engine someday and is already out of the manual(except old syntax).


My User Contributions master list - my initial post links are down but scroll down page to find list to active links
Re: Blue 'Outside' [Re: Orange Brat] #70996
04/16/06 16:28
04/16/06 16:28
Joined: Dec 2003
Posts: 1,220
Just down the road from Raven
BlueBeast Offline
Serious User
BlueBeast  Offline
Serious User

Joined: Dec 2003
Posts: 1,220
Just down the road from Raven
So what will replace bg_color then?


Gamestudio Pro 6.4
Pentium 4 3.0 GHz 800MHz BUS
AtiRadeon 9800 pro 256Mb 21" Monitor
1 Gig DDR RAM
36 Gig RAPTOR SATA+ 120 Gig SATA
SB Audigy 2 w/ 450 watt Logitech Z680 5.1

www.nordicepitaph.com
Re: Blue 'Outside' [Re: BlueBeast] #70997
04/16/06 16:32
04/16/06 16:32
Joined: Aug 2000
Posts: 7,490
O
Orange Brat Offline

Senior Expert
Orange Brat  Offline

Senior Expert
O

Joined: Aug 2000
Posts: 7,490
"sky_color" replaced it about a year and a half ago(give or take) Search for "Old Syntax" in the manual.


My User Contributions master list - my initial post links are down but scroll down page to find list to active links

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