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
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 guests, and 8 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
Stop model from glowing #83031
07/24/06 06:27
07/24/06 06:27
Joined: Apr 2006
Posts: 83
M
MDC Offline OP
Junior Member
MDC  Offline OP
Junior Member
M

Joined: Apr 2006
Posts: 83
how do i stop my models from glowing, when i go into the level everything is dark but all my models glow. it looks stupid how do i make them the same darkness as the walls and stuff.

Re: Stop model from glowing [Re: MDC] #83032
07/24/06 07:14
07/24/06 07:14
Joined: Feb 2006
Posts: 616
Netherlands
cartoon_baboon Offline
User
cartoon_baboon  Offline
User

Joined: Feb 2006
Posts: 616
Netherlands
Tryand lowering the ambient setting in the object properties.

Re: Stop model from glowing [Re: cartoon_baboon] #83033
07/24/06 11:55
07/24/06 11:55
Joined: Apr 2006
Posts: 83
M
MDC Offline OP
Junior Member
MDC  Offline OP
Junior Member
M

Joined: Apr 2006
Posts: 83
Na that didnt work just stayed the same anything else?

Re: Stop model from glowing [Re: MDC] #83034
07/24/06 13:18
07/24/06 13:18
Joined: Apr 2005
Posts: 2,332
Germany, BaWü
aztec Offline

Expert
aztec  Offline

Expert

Joined: Apr 2005
Posts: 2,332
Germany, BaWü
whrite a script

entity* the_model;

action model
{
the_model = me;
the_model.ambient = 0; //play with this value I think you moddel is black now
}
try this


Visit:
schwenkschuster-design.de
Re: Stop model from glowing [Re: aztec] #83035
07/24/06 13:33
07/24/06 13:33
Joined: Feb 2006
Posts: 616
Netherlands
cartoon_baboon Offline
User
cartoon_baboon  Offline
User

Joined: Feb 2006
Posts: 616
Netherlands
model should only be black when it's -100...that's what I have experienced...

Re: Stop model from glowing [Re: cartoon_baboon] #83036
07/24/06 13:41
07/24/06 13:41
Joined: Apr 2005
Posts: 2,332
Germany, BaWü
aztec Offline

Expert
aztec  Offline

Expert

Joined: Apr 2005
Posts: 2,332
Germany, BaWü
I dont know did you try the code?


Visit:
schwenkschuster-design.de
Re: Stop model from glowing [Re: aztec] #83037
07/24/06 14:00
07/24/06 14:00
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
MDC: Before tampering with the ambient setting, you should check first why your models are too bright. A typical reason is that your level does not contain any light sources. In such a case not only your models, but your whole level won't look very good.

If you've placed light sources, but your models don't get lit by them, the usual reason is a displacement of your models. Open them in MED and make sure that their origin is in their center, and not outside the model or below their feet.


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