Page 258 of 259

Re: What are you working on?

Posted: Thu Apr 25, 2019 1:34 pm
by Shpuld
Have you tried my CUI (craFTEr User Interface)?
Ah, I haven't tried it, wasn't aware of it being its separate thing. I don't think using entities is that bad of a thing (I think spoike's menusys does the same thing? not sure). I just wanted a bit different kind of a programming style for this system, not sure if it's completely worth it or not but it's been serving me fine for now :)
Good luck for your next ld! :biggrin:
Thank you! been looking forward to it

Re: What are you working on?

Posted: Tue May 14, 2019 6:35 pm
by Barnes
Image Image

Re: What are you working on?

Posted: Sun Jun 09, 2019 7:08 pm
by Barnes

Re: What are you working on?

Posted: Sun Jun 09, 2019 7:46 pm
by toneddu2000
Really cool, compliments! Is this a dynamic parallel light?

Re: What are you working on?

Posted: Sun Jun 09, 2019 9:25 pm
by Barnes
toneddu2000 wrote:Really cool, compliments! Is this a dynamic parallel light?
Nope) Its sky cube reflection (metalness + roughness)

Re: What are you working on?

Posted: Mon Jun 10, 2019 6:22 am
by toneddu2000
Sorry, I was referring to projected shadow of player :) I forgot to mention

Re: What are you working on?

Posted: Tue Oct 29, 2019 6:05 pm
by revelator
Though im not as active anymore, i have done some work on idtech 4.
Im using code pieces of darkmod to update the old code to more modern standards like AVX and AVX2 SSE* intrinsics, and im using a correct floating point mask for setting precision for both
x87 and SSE codepaths. The SMP changes from darkmod have also made it in, and the game runs a lot better now (no microstutter whatsoever).
The async thread code was also updated a lot as part of the SMP changes and i made a few additions myself.
Loads of dead and unused code was removed (more there than most would think), and im using a hybrid GLSL ARB2 renderer.
The interactions are done with GLSL the rest like shadows and materials are still handled by the old ARB2 shaders.
Since the engine code im using was originally from MH's minimal Doom3, there are no longer any editors in the executable (this is both good and bad).
The old hardware gamma code was modified to include gamma clamping, since thats a restriction on windows > win2k.
Codepaths for 4:3 16:9 and 16:10 resolutions have been added, but you need a menu gui like venoms to have easy access to the new resolutions.
The render debugger was updated substantially with code from fhdoom.
If not enabling things like SSAO or soft shadows, this engine can push close to 60 FPS on ultra settings with vsync on in sikkmod.
The reason it does not work so well with SSAO and soft shadows is the fact that sikkmod uses a hacked depthrenderer to get the nessesary depth capture,
so basically it draws everything twice... Also these effects newer worked to well so dont use them.
But everything else you can have on :smile:

Re: What are you working on?

Posted: Wed Oct 30, 2019 3:12 pm
by JasonX
how good is the old id tech 4 when it comes to multiplayer? Is it's netcode better than something like Darkplaces or FTE?

Re: What are you working on?

Posted: Thu Oct 31, 2019 8:06 am
by revelator
Its ok as such, but does not have any packet compression so it might not fare to well with large complicated maps.
Definatly something that could do with an update.

Re: What are you working on?

Posted: Sun Nov 17, 2019 10:11 pm
by Shpuld
I'm messing around with using blender for creating maps, in this screenshot the map geometry is made in blender, exported as .obj and used as misc_model in a q3bsp map, the sky and water surface are an IQM model. No custom glsl or fog used at all in this scene, just trickery with q3 shaders and transparencies

Image

Re: What are you working on?

Posted: Mon Nov 18, 2019 11:09 pm
by toneddu2000
Wow, I really like the sea color and transparency, pretty neat considering no GLSL at all! Keep it up the good work, Shpuld!

Re: What are you working on?

Posted: Wed Nov 24, 2021 6:22 pm
by SusanMDK
Shpuld: looks like a good way to do outdoor stuff. The shotgun looks cool.

Here's some zombies raising from their graves. They don't have a climb/raise animation, so they just appear walking up, the feature works with any monster. They can be triggered with a trigger if they have a targetname or have them spawn a triggerfield that activate them. Alternatively the same feature can be used to make them appear to be teleported.
Image

Re: What are you working on?

Posted: Thu Nov 25, 2021 6:28 am
by Eukara
Very cool :biggrin:

Here's the PBR stuff that I did and was never able to post here until now:

Image
Image
Image
Image

All assets (level and models) take 3 input textures per material.
diffusemap specifies the albedo, normalmap the... normalmap and specularmap will contain metallness, reflectiveness and AO in the RGB.
Most shots are taken with the lightmapped path, where FTEQW will fake one general specular highlight that'll be present all throughout, but I put some realtime lights on top so you can see some more reflections.
The shot with the axe close to the armseat texture was taken in a fully real-time light path.
However you could totally use this material as is in existing maps if you really wanted to, but I'd still recommend placing highlights in places.

Re: What are you working on?

Posted: Wed Dec 15, 2021 9:13 am
by Shpuld
I'm so glad to see the forum alive again, thank you Spirit for your hard work!

I was working on something recently, should be a simple shooter with a more distinct style and setting, no modern guns and focusing on magic stuff. So far just experimented/worked on visual stuff, so some shaders and particles and general vfx trickery. FTEQW as always!

No pictures, just videos

Environment art with moving clouds, glowing moon, and height fog to mask the bottom of the pit

Lightning and explosion effects done all with FTE particles

Re: What are you working on?

Posted: Sun Jan 09, 2022 7:52 am
by revelator
blinks... woot.
nice job m8 :D

retired from the game coding scene years back when this site went boom, i still do some supportive work in the opensource community (Msys2) from time to time supplying patches and general help with getting things to run.

But good to see this site up and about again :biggrin: