Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by vicknick. 06/13/24 08:51
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, RealSerious3D, BrainSailor), 1,265 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19059 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Lights don´t affect level geometry #140757
07/12/07 20:02
07/12/07 20:02
Joined: Feb 2007
Posts: 25
São Paulo - Brasil
Vini Offline OP
Newbie
Vini  Offline OP
Newbie

Joined: Feb 2007
Posts: 25
São Paulo - Brasil
I made my level, put some colored lights, compile and when I run it, the lights color affects only models, not the level... why this happen? only dynamic lights works...


A6.60 Comercial A7.07 Comercial
Re: Lights don´t affect level geometry [Re: Vini] #140758
07/13/07 00:57
07/13/07 00:57
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline
User
MrCode  Offline
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
Is the light range reaching the level geometry?


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: Lights don´t affect level geometry [Re: MrCode] #140759
07/13/07 21:26
07/13/07 21:26
Joined: Feb 2007
Posts: 25
São Paulo - Brasil
Vini Offline OP
Newbie
Vini  Offline OP
Newbie

Joined: Feb 2007
Posts: 25
São Paulo - Brasil
yes, it affect the level geometry, but without the color, if I put an blue light, it appears white, the same for all the other colors...


A6.60 Comercial A7.07 Comercial
Re: Lights don´t affect level geometry [Re: Vini] #140760
07/13/07 22:34
07/13/07 22:34
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline
Expert
JibbSmart  Offline
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
make sure in the build menu you haven't selected "monochrome"

julz


Formerly known as JulzMighty.
I made KarBOOM!
Re: Lights don´t affect level geometry [Re: JibbSmart] #140761
07/14/07 06:59
07/14/07 06:59
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
What is your RGB set-up for the lights?
Basicly what does not work is something like:
255,0,0 or 0,255,0
Make sure to set the other components to 1 at least:
255,1,1 (e.g.)

Re: Lights don´t affect level geometry [Re: Xarthor] #140762
07/14/07 23:51
07/14/07 23:51
Joined: Mar 2006
Posts: 2,503
SC, United States
xXxGuitar511 Offline
Expert
xXxGuitar511  Offline
Expert

Joined: Mar 2006
Posts: 2,503
SC, United States
Also, AFAIK, Colored lights are only supported in Extra & up. Maybe even comm and up....


xXxGuitar511
- Programmer
Re: Lights don´t affect level geometry [Re: Xarthor] #140763
07/15/07 03:26
07/15/07 03:26
Joined: Feb 2007
Posts: 25
São Paulo - Brasil
Vini Offline OP
Newbie
Vini  Offline OP
Newbie

Joined: Feb 2007
Posts: 25
São Paulo - Brasil
lol, I tried pure colors, 128,0,0 for example, but if I put any number that is not 0 it works!! thanks!!


A6.60 Comercial A7.07 Comercial

Gamestudio download | chip programmers | 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