Btw Dushan if you are interested of some OverDose engine things, then here u go: http://odblur.svn.sourceforge.net/viewvc/odblur/code/OverDose/
OpenWolf
What means dynamic sky. What you show in the video is possible with vanilla et engine afaik.
Very nice work, Dushan - and of course nice to see you are still working on this
[QUOTE=Dushan;400760]Thanks for link, but I am not interested in OverDose.
//youtu.be/L0YviVJivD0
[/QUOTE]
Maybe add realtime day/night cycle?
Just take client time( cg.time ).
Make it into minutes, and at every minute the shader will be made more into night or day.
As far I have got that by using Q3 shaders, but the problem is that it was too fast. It only took 30 sec and voila night and then another 30 sec and dayā¦ -.-
I agree, would be really cool to have a lighting system that reflects current day time or a day night cycle per map or something similar. I was disappointed when BF3 didnāt have this.
Well guys its time that I share with you my latest non C++ stable build of OpenWolf.
In OpenWolf.zip you have both x86 and x64 build along with my testing maps (test_bsp_splitting, test_newton, test_sky, test_tree, test_volumetricLight and test_water) from where you can test most of features what is there and what I shown in videos and pictures in this topic.
You still need pak0.pk3, (pak1.pk3 and pak2.pk3) from original ET inside MAIN folder.
Possible problems (what I know so far):
-
ādeformMagnitudeā shader isnt supported inside vanilla renderer so Crysis water in-out effects will not work (for vanilla renderer ofc) (you will have missing textures inside water in vanilla renderer)
-
Maybe some debug building are broken inside VS solutions
-
Non-Windows builds are broken (cmake out of date) kthxbye
-
Sound is in little mess.
-
There are possible font problems inside UI for vanilla renderer.
-
There are more incompatible shaders keywords between XreaL and vanilla renderer (in some of my branches I have fixed that but I didnāt push diff).
-
XreaL renderer donāt support some of ET specifics shader keywords (like texgen Vector and stuff like that ā¦)
-
There are some weird things with GLSL water (I believe its incomplete inside XreaL)
-
Inside pak3.pk3 shader folder need to be cleaned (there are much of unneeded files there)
-
MODS DONāT WORK. Donāt point that fact. I do not plan to fix it unless I get support from mod developers.
EDIT: Donāt be to harsh with me, this was mostly one man work.
All binary files are build with debug information and map file name, so if crash happen, you can check dump file inside āC:\User(user name)\Documents\My Games\OpenWolf\bugsā and debug problem yourself.
I will upload soon textures what I have and got from others (about ~2.1 GB) but it will take me forever to upload.
Soon I will provide better build with few bugs fixed and localization support for cgame and ui. I simply didnāt had time to add files now.
I will document cvars what I introduced inside OpenWolf in next few days.
Also I have opened chatroom on freenode server #openwolf for contact.
The Xreal Renderer has a really slow start up time, switching to Vanilla fixes all that, for some reason Fullscreen does not work.
Sometimes switching between maps causes crashes.
Maybe you can use a SVN or something like this for textures?
Thanks for sharing, downloading now
Use 7-zip to extract. I have used different compression
[QUOTE=Gir;401459]The Xreal Renderer has a really slow start up time, switching to Vanilla fixes all that, for some reason Fullscreen does not work.
Sometimes switching between maps causes crashes.[/QUOTE]
EDIT: I didnāt know about problems with fullscreen, thanks for that.
For problems with crashing after changing map (I donāt have any problems with that)
EDIT:
Update: Fixed fullscreen
sdl_glimp.c
line 1753 change to
if ( GLimp_StartDriverAndSetMode( r_mode->integer, r_fullscreen->integer, qfalse ) ) {
Just replace your old files with new one
I canāt move the window when opening the console; I can ofc use the mouse in Windows, but I canāt move the OpenWolf window Edit: I can after selecting once an other window.
Your custom maps arenāt listed in Host Game, but I guess youāre aware of this.
Characters are not well aligned, you may be already aware of this as well
what map is that
EDIT: Like I told few posts before, there are much of incompatible and missing parts in XreaL for Enemy Territory
EDIT #2: To tell truth, I didnāt even know that is not working inside XreaL renderer
EDIT #3: After little investigation āParseFoliageā in XreaL renderer is still under TODO list,
Thanks for pointing this
Thats why this is in beta development and release stage, so we know how much need to be fix