Tremulous Forum
Media => Mapping Center => Topic started by: swamp-cecil on September 09, 2010, 09:22:07 pm
-
so, how do i download AMP and "install" it on to my GTK radiant?
and next, what colour thing does light use? for example, white in Hexadecimal is FFFFFF, and it says:
_color: weighted RGB value of light color (default white - 1.0 1.0 1.0).
what language is that?
-
English. The number values are for RGB.
-
An easy way to do light colors is by pressing "k" with a light selected.
Also, for "installing" AMP on your radiant, you can put the entities.def found here: http://tremulous.net/forum/index.php?topic=13384.0 in your radiant install dir/trem.game/base/
To run maps made with amp features you need the qvm: http://imn2rc.unvanquished.net/blackout/amp.pk3 and the knowledge to make a mod server: http://tremulous.net/forum/index.php?topic=6564.0
-
Ty Brain.
now, onto the AMP question.
-
He explained the amp question.
-
The color values are normal RGB values divided by 255, so it's a percentage.
Red - 1.0 0.0 0.0
Blue - 0.0 0.0 1.0
Green - 0.0 1.0 0.0
Yellow - 1.0 1.0 0.0
etc
-
SOLVED.
im stupid, didnt see the answer for the AMP.