SA-MP 0.3.7 "Shadow & Light" bug -
dav956 - 03.04.2015
[b]
SA-MP 0.3Z
SA-MP 0.3.7
Re: SA-MP 0.3.7 "Shadow & Light" bug -
Sledgehammer - 03.04.2015

I don't seem to be having this problem, however other factors such as time and weather could effect this.
Re: SA-MP 0.3.7 "Shadow & Light" bug -
Dredd - 03.04.2015
Not a new bug, its been there since 0.3e. Though it's very annoying and would be great if it could be fixed.
Also this:
Quote:
Originally Posted by Sledgehammer
other factors such as time and weather could effect this.
|
Re: SA-MP 0.3.7 "Shadow & Light" bug -
dav956 - 03.04.2015
Yeah, sorry. It was my timecyle. L.
Re: SA-MP 0.3.7 "Shadow & Light" bug -
Wennicke - 03.04.2015
This bug has been there since 0.3e where the walls were implemented:
However, try this:
Quote:
Originally Posted by Kalcor
Edit: I'll ask cessil to have a look at that vertex lighting problem. It doesn't look too bad though. You could always use SetPlayerWeather while they're inside.
|
Re: SA-MP 0.3.7 "Shadow & Light" bug -
Kar - 04.04.2015
Set the weather to 0 while ur in an interior. Cull zones are missing from some interiors and custom interiors
Re: SA-MP 0.3.7 "Shadow & Light" bug -
Slice - 09.04.2015
The UV mapping has been done improperly. There's not much you can do to make lights look nice.
Re: SA-MP 0.3.7 "Shadow & Light" bug -
Matite - 09.04.2015
Quote:
Originally Posted by Slice
The UV mapping has been done improperly. There's not much you can do to make lights look nice.
|
It is clear you have no idea what you are talking about. It is not caused by UV mapping and has nothing to do with that.
The problem is caused by the way the objects were created and exported by Cessil. They do not have vertex colours and the prelit flag is not set. This means they respond to dynamic lighting and some weather/timecycs. I went ahead and fixed some of the wall sections but stopped as it was going to take forever. Perhaps in the future I will fix them all when there is more time.
Re: SA-MP 0.3.7 "Shadow & Light" bug -
Dredd - 09.04.2015
Quote:
Originally Posted by Matite
It is clear you have no idea what you are talking about. It is not caused by UV mapping and has nothing to do with that.
The problem is caused by the way the objects were created and exported. They do not have vertex colours and the prelit flag is not set. This means they respond to dynamic lighting and weather. I went ahead and fixed some of the wall sections but stopped as it was going to take forever. Perhaps in the future I will fix them all when there is more time.
|
So, some of the walls will be fixed in 0.3.7?
Can you provide the ids of the fixed walls?
Re: SA-MP 0.3.7 "Shadow & Light" bug -
Matite - 09.04.2015
Quote:
Originally Posted by Dredd
So, some of the walls will be fixed in 0.3.7?
Can you provide the ids of the fixed walls?
|
The wall objects I fixed were variations that all used the same texture and are listed at the top of the SAMP.IDE file:
Quote:
# * Updated wall001 (ID:19353) to use vertex colours so it does not respond to dynamic lighting
# * Updated wall031 (ID:19383) to use vertex colours so it does not respond to dynamic lighting
# * Updated wall047 (ID:19399) to use vertex colours so it does not respond to dynamic lighting
# * Updated wall066 (ID:19426) to use vertex colours so it does not respond to dynamic lighting
# * Updated wall085 (ID:19445) to use vertex colours so it does not respond to dynamic lighting
|
If you use those objects they will not respond to dynamic lighting. You could re-texture them too.