We are facing a major problem now. We have a very huge level in our game and thats why many parts of the level are being constucted as seperate WMBs and then placed into the main level. We also have a flashlite in our game which the player can use to look into dark areas. The dynamic light of the flashlight works fine on the level blocks but not on the map entities:(. (Dynamic lights light up the whole map entity when it touches the center of the map entity if I'm correct). How can we have a torch light that can light up the map entities just like the level blocks ?.
Thank you in advance. zazang
Re: dynamic lighting on map entity help#12089 03/13/0301:2203/13/0301:22
Actually, there is no similiarity between what Zazang wants to do and what Dan did. Dan is dealing with static lights (standard WED stuff), Zazang is dealing with a dynamic light that must move.
Zazang needs dynamic lights to illuminate map entities the same way they do WED blocks. I can't see this happening anytime soon unless there is a change in the engine.
Of course the obvious solution would be to not use map entities except that there is probably a good reason why he choose that approach.
Re: dynamic lighting on map entity help#12092 03/13/0302:4503/13/0302:45
Thanks James for the answer and I also think it won't be possible unless we have a upgrade in the engine.So unfortunately we might have to drop the flashlite. Thanks anyway Ken:)
regards zazang
Re: dynamic lighting on map entity help#12093 03/13/0305:1003/13/0305:10
Well, according to one other thread, the engine is getting changed. The BSP is going and something about portals going away, too. There's been specific info. about A6 inserted into BETA, so maybe there's something there about it.
My User Contributions master list - my initial post links are down but scroll down page to find list to active links
Re: dynamic lighting on map entity help#12094 03/22/0302:3803/22/0302:38
I have recently started working on a "treadmill" based world as well and was running into the same problem as you with my torch light. The only work around I found for it was to use terrain maps instead of entity maps.
Terrains light up fine with dynamic light... Might be a bit late for you, depending on where you are on your development cycle though..