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), 18,388 guests, and 6 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 does not animate... #323524
05/15/10 08:36
05/15/10 08:36
Joined: Sep 2003
Posts: 648
Switzerland
snake67 Offline OP
User
snake67  Offline OP
User

Joined: Sep 2003
Posts: 648
Switzerland
Hi

I tried to port some old WDL-Code to Lite-C. I used a sky definition with speed_u/speed_v parameters. They seem not to work in Lite-C but there is no error message nither. Here is the code:

ENTITY* clouds_night=
{
type="clouds.tga";
layer=3;
speed_u=4;
speed_v=6;
alpha=70;
flags2=SKY | DOME | SHOW | TRANSLUCENT;
}

Does anyone know whats wrong?

Re: Sky does not animate... [Re: snake67] #323525
05/15/10 08:44
05/15/10 08:44
Joined: May 2009
Posts: 445
Peine, Germany
Razoron Offline
Senior Member
Razoron  Offline
Senior Member

Joined: May 2009
Posts: 445
Peine, Germany
Code:
ENTITY* clouds_night=
{
type="clouds.tga";
layer=3;
u=4;
v=6;
alpha=70;
flags2=SKY | DOME | SHOW | TRANSLUCENT;
}



Corrected.
You don't need speed_ in Lite-C.

Re: Sky does not animate... [Re: Razoron] #323528
05/15/10 09:34
05/15/10 09:34
Joined: Sep 2003
Posts: 648
Switzerland
snake67 Offline OP
User
snake67  Offline OP
User

Joined: Sep 2003
Posts: 648
Switzerland
Oh,

Thanks a lot!!!


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

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