Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → SetSectorColormap?
SetSectorColormap?
2000-10-19, 7:37 PM #1
Does anyone know how to use this verb?

The JKSpecs say:

Use: SetsectorColorMap(sector,colormap int);

"sector" is obvious, but what about "colormap int"? Is this an integer I can name whatever I want in the symbols section? Such as:

int red=01redmap.cmp local

Or does the "colormap int" have a particularized meaning?


I'm using it to change the lighting in several sectors from normal to flashing red. I've got the flashing worked out, now I just need it to be red....

Thanks.

------------------
"Dead Reckoning"
http://www.geocities.com/quilty00
Dead Reckoning
2000-10-20, 9:57 AM #2
It's probably from 0 in order. Do

PrintInt(GetSectorColorMap(sector));

on a sector that you know which color map you've applied, and that will tell you as well.

------------------
http://millennium.massassi.net/ - Millennium

[This message has been edited by Hideki (edited October 20, 2000).]
2000-10-21, 5:16 AM #3
and BTW: you can't apply strings etc to int values, only integer numbers...
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)

↑ Up to the top!