A lot of new shader updates has been made in the latest "Public Preview" , i had tons of request about converting my retro shaders to GameGuru , it is now done.
In settings.fx
//#define RETRODITHER // PE: make a retro dither look
//#define RETRODITHER64 // PE: make a retro C64 dither look.
The effect is hard to see in videos and screenshot so you MUST try it in your own games , Just add a old Amiga mod track and your ready.
( play around with the color/settings sliders to get a better retro look ).
#define MEDIUMIMPROVEDISTANCE
Medium terrain and editor now have pattern removal , so medium will look mush better and are now a good alternative to Highest if you want a speed boost.
#define WATERREFLECTIONMEDIUM
Add pattern removal to water reflection of terrain , so water reflection look the same as your terrain, give a mush better water look.
Distance use of basemap has been removed , so your terrain looks way better in the distance , and you dont get a visible transition between lod terrain levels.
//#define SPECULARCAMERA
//#define SPECULARCAMERAINTENSITY (0.4)
Added a specular camera , that gives specular light following the player around , this will enhance the normals on a level and give a nice effect, try this and play with the "global specular" slider.
Normal terrain and procedural terrain is now detected , if you wish to use procedural terrain painting JUST add a variation map to the texture slot just to the left of the last "rock" texture , and it will switch to procedural terrain. I think Lee already added the variation maps to "\texturesource" the default terrain texture folder , you find 2 different variation maps here you can use.
Readded tri-planer rock texturing to terrain , just put "//" infront of "#define FASTROCKTEXTURE" to use it.
Also everything has been optimised for more speed.
Last a "//#define LAPTOP" option is added , if your running on a laptop and want a huge speed increase remove "//" from this line
It will make a empty level go from 28 fps to around 50 fps ( on my slow laptop ) , "Morning mountain stroll" with and without LAPTOP ( running on my laptop):
The LAPTOP option do remove some functions ( nothing that is important to the overall game experience ) and subtle things like removing grass normals in highest and using a predefined avg. normal instead ( all other normals are still working ). So give it a go and see if you can use this option to give your game a huge FPS boots. It WILL do wonders for LAPTOPs.
I wanted to make a video showing all the latest changes , but i just been so busy the last few weeks so this is it
Give a hand and help test the LAPTOP options , i think this option will be important in the future , so if you could post some "with and without" screenshots here it will help me ALOT , i will be able to see the differences in the levels and the speed boost it gives , so im able to add/tweak this function. Thanks
best regards Preben Eriksen,