UniqueOne Posted March 7, 2018 Author Posted March 7, 2018 Here's a short video of recent water system updates.http://www.youtube.com/watch?v=qR97LCSsnF4 Jeff, Smoo, Mandalorian and 4 others like this
RebelChum Posted March 12, 2018 Posted March 12, 2018 This boggles my mind that this is possible in JKA, lol Smoo likes this
Stoiss Posted March 12, 2018 Posted March 12, 2018 This boggles my mind that this is possible in JKA, lolyeah its not bad at all u are welcome to come join us with mapping as well if u like
RebelChum Posted March 12, 2018 Posted March 12, 2018 yeah its not bad at all u are welcome to come join us with mapping as well if u like Oh yeah right there's no way I could make something of that quality!
Stoiss Posted March 12, 2018 Posted March 12, 2018 @@RebelChum its all rendere based and u could learn in time RebelChum likes this
UniqueOne Posted March 12, 2018 Author Posted March 12, 2018 Oh yeah right there's no way I could make something of that quality! The thing about Warzone is it does nearly all of it for you. You just make your map, then if you need to change some values in a notepad file to adjust color, lighting, etc. We don't even need lightmaps or vis. As for the water, its done automatically on anything you set as "q3map_material Water" in your shader.As for trees, we made a tool to add them to your map automatically.As for AI, you just run an ingame command to waypoint your map.As for foliage, theres automatic grass on any surface with the shader set to "q3map_material shortgrass" or "q3map_material longgrass". There's also a second ingame command /genfoliage to add the plants you see on that particular map. .. it's all automatic. Jeff, Smoo, Langerd and 2 others like this
Tempust85 Posted March 20, 2018 Posted March 20, 2018 How did you manage to not need lightmaps or vis?
UniqueOne Posted March 21, 2018 Author Posted March 21, 2018 How did you manage to not need lightmaps or vis? Emissive light sources from any glow textures, sky cubemap to add some sky color, settings in mapname.mapinfo ini file to adjust map coloring, etc to replace most of what lightmaps normally do, and occlusion culling instead of vis. Wz still supports both lightmaps and vis, but we don't use them. Ramikad and Smoo like this
Tempust85 Posted March 21, 2018 Posted March 21, 2018 @@SomaZ any of those features appeal to you? Emissive lights would be cool. Smoo likes this
UniqueOne Posted April 21, 2018 Author Posted April 21, 2018 A few new pics... Lancelot, MagSul, DarthStiv and 4 others like this
UniqueOne Posted May 31, 2018 Author Posted May 31, 2018 Some recent changes to the GPU grass system. Futuza, GPChannel, Smoo and 2 others like this
JamyzGenius Posted June 19, 2018 Posted June 19, 2018 That looks pretty sweet. Great job! Smoo likes this
Asgarath83 Posted July 8, 2018 Posted July 8, 2018 Some recent changes to the GPU grass system. ... My... My mind is blowing up... D:This is with a code modification @@Stoiss ? or just with new sdk tools? How you do that? when you will release it!!! D:
Stoiss Posted July 8, 2018 Posted July 8, 2018 @@Asgarath83 when it is ready our code is build on some very old OJK SDK with a old version of rend2
Asgarath83 Posted July 9, 2018 Posted July 9, 2018 @@Asgarath83 when it is ready our code is build on some very old OJK SDK with a old version of rend2 mmm my mod code is builded with one of the first version of OpenJk of 2013. o.o i doubt they are compatible. if i use rend2 and wz code sure i will need to take code sources and merge with all my code edits O.o well... should be a necessary sacrifice i guess.i tested on a map two area ripped by two legacy of kain games one of defiance and one of blood omen 2
Stoiss Posted July 9, 2018 Posted July 9, 2018 mmm my mod code is builded with one of the first version of OpenJk of 2013. o.o i doubt they are compatible. if i use rend2 and wz code sure i will need to take code sources and merge with all my code edits O.o well... should be a necessary sacrifice i guess.i tested on a map two area ripped by two legacy of kain games one of defiance and one of blood omen 2same is ours, but a lot has change in our codes over the past 4 years now, for Weapons code, to AI, to how the network handles stuff and much more, i would never begin to port wz to a new code without know what u are doing
Asgarath83 Posted July 9, 2018 Posted July 9, 2018 same is ours, but a lot has change in our codes over the past 4 years now, for Weapons code, to AI, to how the network handles stuff and much more, i would never begin to port wz to a new code without know what u are doing basically...a code for making a class of NPC that act and fight like starfighters, for hallow dogfight battle on air and on spaxce on SP. but this is pretty far for be ended, at moment my fighter move like chopters... i don't know how damn imbue a forceforward costant moving direction on Y vector on NPC after spawning because i wana to recreate the costantly forward movement of rogue squadron 3d. i am YEARS with headaching because i cannot end my AI for this. i not know how to set a constantly forward movement to fighters NPCs. and SET_FORCEFORWARD icarus command not works on NPCs. >.< and after:-force fallingand mainly: - incresed npc limits saber files limits and efx limits (jka hide the particles effect if there are too many efx at a same time into a map)- added 8 new force powers based on legacy of kain series.- changed effects of default force power for match to efx of corrispective legacy of kain spells.example: force drain become blood gout \ blood shower spell, so the force drain effect is replaced by a blood drain effect.change effects and sound of weapons and of force power by AI CLASS of NPCs.- corpse disappering with an efx blowing up explosion for some classes of NPC that are demons or elemental creatures when they die.- a combat system rpg-like, when every class is weak to some shoot weapons and resistance to other weapons. all coded into g_combat- the sabers files of my mod are strongily hardcoded for deal differente MOD damage and not only MOD_SABER.for example on my mod: WP_BLASTER become fireballs spells. and so a flame sword deal also MOD_BLASTER damage, and not only MOD_SABER (in saber files i decreased the damagescale for balance the gameplay for that.) so a blade can be deadly for some kind of monster or unuseful for other.2 new SP weapons, one like blaster pistol and one like flechette and efx and sound fix and separated for WP_JAWA, WP_BLASTER_PISTOL and WP_BRYAR_PISTOL so i can have 3 different working weapons by that.well, basically that's all.
UniqueOne Posted July 9, 2018 Author Posted July 9, 2018 ... My... My mind is blowing up... D:This is with a code modification @@Stoiss ? or just with new sdk tools? How you do that? when you will release it!!! D: It is possible to test warzone now, by downloading from github, and getting links from us for some test maps. Warzone needs a pretty beefy computer though, at least for GPU (something like 4gb+ video card era, 2gb if you don't care about fps so much). Smoo likes this
UniqueOne Posted October 11, 2018 Author Posted October 11, 2018 Here's some new screenshots. Volumetric fogs (enable in mapinfo and set what types you want, linear, volumetric whole map, or volumetric altitude based - can set density, wind, etc): General water looks improvements and a new breaking-waves/whitecaps effect: New procedural ground foliage system (automatically adds layers of surface plant life over the ground): New procedural hanging moss/vines system (simply enable it and tell it what texture to use on your map in mapinfo): Smoo, Jeff and Futuza like this
UniqueOne Posted October 11, 2018 Author Posted October 11, 2018 ... and more ... Procedural snow system (just specify an altitude in the mapinfo for the map for snow to start blending into the original map - or set the altitude below the map to make the whole map snowy - players and entities also get snow added): Procedural moss (just enable in mapinfo to add moss to ground, rocks, and trees): Procedural lava (not currently used anywhere in warzone except on the ffa map for testing): Underwater looks updates: Futuza, Lancelot, Smoo and 2 others like this
UniqueOne Posted October 12, 2018 Author Posted October 12, 2018 Dang this just looks better and better Thanks man. Hey, poke eez etc, and come join us. I need people to help with the gameplay basic systems while I finish the engine stuff.
UniqueOne Posted November 8, 2018 Author Posted November 8, 2018 ... and some more new pics ... More procedural snow updates (now with more config options and better looks in general): Remade the procedural night sky (now also has proper atmospheric scattering at night): New sunset/sunrise updates sun and it's volumtrics now changes color: Procedural moons (can add up to 8 procedural moons to any world, with their own texture, etc): Smoo, Jeff, Stoiss and 4 others like this
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now