Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 08/17/26 19:28
Max Number of Strategies in /Strategy folder
by Martin_HH. 08/17/26 07:54
Pause button for evaluation shell?
by AndrewAMD. 08/13/26 17:16
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 08/10/26 12:46
phantom() not defined in indicators.c
by jcl. 08/07/26 11:45
Accepting new programming clients
by AndrewAMD. 08/06/26 21:25
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
1 registered members (Quad), 2,268 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
riggi89, shuhari, KD1990, Student_64151, Koti
19230 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,132
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,132
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