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
4 registered members (NewbieZorro, Grant, TipmyPip, AndrewAMD), 13,346 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
A5 C-Script funktioniert irgendwie fehlerhaft #130596
05/18/07 15:06
05/18/07 15:06
Joined: Apr 2007
Posts: 20
H
H4x0r Offline OP
Newbie
H4x0r  Offline OP
Newbie
H

Joined: Apr 2007
Posts: 20
Hi, Leute

Habe mal ein Übungslevel erstellt. Der Himmel sieht so aus:



das ist in Ordnung.

Wenn ich jetzt aber das Script Old_A5_Project hinzufüge (dass ich die Funktion Player_Walk_Fight bei einem Entity benutzen kann), bekomme ich als Himmel das:



wenn ich näher herangehe, sieht es so aus:



Was ist am A5 Script falsch, bzw. wie muss ich es umprogrammieren, dass es funktioniert?

Re: A5 C-Script funktioniert irgendwie fehlerhaft [Re: H4x0r] #130597
05/18/07 16:04
05/18/07 16:04
Joined: Mar 2004
Posts: 692
Deutschland, Berlin
Berliner2 Offline
User
Berliner2  Offline
User

Joined: Mar 2004
Posts: 692
Deutschland, Berlin
Ist ein altes „Problem“, wenn man die A5 Template benutzt.
Folgende Zeilen im Script einfach löschen:
--------------------
The following script controls the sky
sky horizon_sky {
// A backdrop texture's horizontal size must be a power of 2;
// the vertical size does not matter
type = <horizon.pcx>;
tilt = -10;
flags = scene,overlay,visible;
layer = 3;
}
--------------------
Sollte Dein Problem beheben.

PS: Ich glaube, dieses gilt auch für die A6 Template.

Re: A5 C-Script funktioniert irgendwie fehlerhaft [Re: Berliner2] #130598
05/20/07 09:05
05/20/07 09:05
Joined: Apr 2007
Posts: 20
H
H4x0r Offline OP
Newbie
H4x0r  Offline OP
Newbie
H

Joined: Apr 2007
Posts: 20
OK. Danke. Hat funktioniert


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