Soft Particles, Dynamic Lighting and DX9 wonderfulness in FW:ToW
-
If ENB is a Toyota Camry, then this is more like a Porsche 911.
-
Looks awesome
So… when do we get to play with it though? Seriously… i fell very teased right now, lolz
nice to have a team 'eh
-
Excellent work indeed!
On a side note, could you post some of the articles you used to get the deferred rendering to work?
BTW, voted for this mod…
-
Thanks for the kind words, fellas (and votes :)). It’s all W0dk4’s coding genius and FFs beautiful effects! They’ve made the graphics in this game really pop from the screen.
-
TheDvDMan wrote:
Awsome! I saw it also in Crossfire.
BTW how is it done? With some C editing?This has nothing to do with Crossfire. Crossfire does have lights on some weapon effects IIRC, however they are also bound to the old way of FL’s bugged lighting rendering system.
-
LancerSolurus wrote:
Excellent work indeed!On a side note, could you post some of the articles you used to get the deferred rendering to work?
BTW, voted for this mod…
Hey LS,
actually I couldnt really find a “tutorial” like article about deferred rendering… I basically browsed through the internet and learned by doing.
http://www.gamedev.net/community/forums/topic.asp?topic_id=424979
http://www.gamedev.net/community/forums/mod/journal/journal.asp?jn=263350&reply_id=3432126
http://www.guerrilla-games.com/publications/dr_kz2_rsx_dev07.pdf
-
The plugin will be released some time after FWToW is itself released. Then just about everyone will be free to include it in their own mod
And just so you understand the difference, this can run 1000 lights simultaneously (there’s no limit, but we’ve only tested up to about a thousand so far). FL, by default, can run 4.
-
FriendlyFire wrote:
The plugin will be released some time after FWToW is itself released. Then just about everyone will be free to include it in their own modAnd just so you understand the difference, this can run 1000 lights simultaneously (there’s no limit, but we’ve only tested up to about a thousand so far). FL, by default, can run 4.
plugin? Ahahaha, my guess is right!
-
FriendlyFire wrote:
The plugin will be released some time after FWToW is itself released. Then just about everyone will be free to include it in their own modAnd just so you understand the difference, this can run 1000 lights simultaneously (there’s no limit, but we’ve only tested up to about a thousand so far). FL, by default, can run 4.
To be a bit more precise, this can run infinite lights per object (or lets say, per pixel), whereas FL is restricted to 4
The other advantage is that no lights need to get culled, which is FL’s main problem: It culls lights not by distance, but rather by some other method, like first come, first serve. This results in bugged lighting quickly when there are more than 4 lights per object (i.e. on a Star Destroyer).