What are you working on?

Discuss anything not covered by any of the other categories.
mankrip
Posts: 924
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Post by mankrip »

3-step dithered lightmap rendering, on top of dithered texture rendering, using separated surface caches:
https://pbs.twimg.com/media/CFAZbQrUIAAezKo.png:orig

This was done in the last two days. It's unfinished, blended textures and alphamasked textures are fullbright now, but that'll be easy to fix.

It has a significant impact on the framerate, but there still are many things that can be optimized to compensate for this, and I already get 72 fps at 1280*720 anyway.
Ph'nglui mglw'nafh mankrip Hell's end wgah'nagl fhtagn.
==-=-=-=-=-=-=-=-=-=-==
Dev blog / Twitter / YouTube
Shpuld
Posts: 106
Joined: Sat Feb 13, 2010 1:48 pm

Re: What are you working on?

Post by Shpuld »

Looks very sick mankrip, I like the small detail on the wall that the dithering causes as a side effect, has much more personality than just regular 16/32bit color depth and looks miles better than banded 8bit.
xaGe
Posts: 465
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York
Contact:

Re: What are you working on?

Post by xaGe »

Wow, even better. Looks great.
toneddu2000 wrote:Put another video showing a subtle speckle effect that simulates car paint (that YouTube almost blurred :x ), and some fixes to reflections, background and lights to better visualize cubemaps
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Post by toneddu2000 »

Thanks xaGe! The improvements on specular and reflection maps, plus darker environment make the reflections more intense

EDIT:@mankrip: the dither effect is interesting! All made in pure C?
Meadow Fun!! - my first commercial game, made with FTEQW game engine
sock
Posts: 137
Joined: Thu Aug 23, 2012 7:16 pm
Location: Wandering Around
Contact:

Re: What are you working on?

Post by sock »

toneddu2000 wrote:Perfect, as always! I wish I had the money to hire an artist like you for my game! :D
I know its going to sound odd, but I don't consider myself an artist. I believe I am retro style level designer, I mostly do gameplay, architecture and some textures, but this is often so difficult to convey in a screenshot and people just see the pixels.

Anyway more pixels for viewing pleasure ... Damn Guard Duty!
Well he was evil, but he did build a lot of roads. - Gogglor
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Post by toneddu2000 »

sock wrote:I know its going to sound odd, but I don't consider myself an artist. I believe I am retro style level designer
After some year traying to make a game, I noticed that level design is probably the more artistic part. Try to imagine a virtual space, usable by players, never the same, always rich of surprises in its shaped, well, I think it's a daunting task for those who don't have an artistic mind! :D
Meadow Fun!! - my first commercial game, made with FTEQW game engine
SusanMDK
Posts: 601
Joined: Fri Aug 05, 2005 2:35 pm
Location: In The Sun

Re: What are you working on?

Post by SusanMDK »

For me level design (and pretty much everything in a game) is more about the gameplay. And I feel like I don't get to do it enough because of having to do all the art too... I'm thinking that I could make a game with just some simple primitives, like cubes, pyramids, cylinders, etc.. some day maybe when I get my current stuff done.

==
Here's some keys. Each key shape can have any of the 3 colors, or they could be fixed to these colors. Should have maybe switched the Gear and Skeleton key places for better contrast on the background.
Image

And some wip of a boss monster called HammerHead. It's kinda like a Balrog. There could also be a non boss version with smaller wings, brighter texture, some different weapons.
Image
zbang!
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Post by toneddu2000 »

jim wrote: For me level design (and pretty much everything in a game) is more about the gameplay. And I feel like I don't get to do it enough because of having to do all the art too... I'm thinking that I could make a game with just some simple primitives, like cubes, pyramids, cylinders, etc.. some day maybe when I get my current stuff done.
Completelty agree, but that part for me is the a key part I've never been able to accomplish, so I presume it needs some artistic or architectural skills (the vision of a 3d playable space) that I lack.

PS: I like the central key! The HammerHead room seems to prelude some real action! Good work man!
Meadow Fun!! - my first commercial game, made with FTEQW game engine
mankrip
Posts: 924
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Post by mankrip »

Sock, that modded ogre is quite awesome. That area looks a bit like E1M2.

Jim, I'd set the key's colors to "yellow, red, blue". That way they'd resemble a golden cog, a bloody skeleton and a blue crystal, which would reinforce the themes of each key. But they look very cool anyway. And the atmosphere in the Hammerhead room looks great.

Toneddu2000, that car is looking pretty good. Learning the right uses for each kind of effect makes a lot of difference.
toneddu2000 wrote:EDIT:@mankrip: the dither effect is interesting! All made in pure C?
Yes, with no hardware acceleration. It actually turned out better than I expected, but it's exactly the kind of look that I wanted.

And the "secret feature" I've hinted at in some recent posts is finally working, but my main laptop's PSU broke so it'll take a little longer for me to reveal. In the meantime, I'll fix some more stuff.
Ph'nglui mglw'nafh mankrip Hell's end wgah'nagl fhtagn.
==-=-=-=-=-=-=-=-=-=-==
Dev blog / Twitter / YouTube
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Post by toneddu2000 »

Yes, with no hardware acceleration.
Cool!
Meadow Fun!! - my first commercial game, made with FTEQW game engine
sock
Posts: 137
Joined: Thu Aug 23, 2012 7:16 pm
Location: Wandering Around
Contact:

Re: What are you working on?

Post by sock »

jim wrote:For me level design (and pretty much everything in a game) is more about the gameplay.
I think you need a balance between art, game/level design and reliable code. You need art to get people hooked with screenshots, level design to create encounters and flow, game play systems to keep a player having fun and code to keep them from crashing and losing all their data! :lol:

The AD MOD project is also designed to be a resource kit for mappers to play with and luckily mapper MFX is busy creating a new map for AD.
Well he was evil, but he did build a lot of roads. - Gogglor
mankrip
Posts: 924
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Post by mankrip »

:) Great screenshot, sock.

On a side note, MFX's CleanCut map fooled me into thinking my engine was buggy.

My engine has individual r_water_blend_alpha, r_slime_blend_alpha, r_lava_blend_alpha and r_portal_blend_alpha cvars for the turbulent surfaces. The old r_wateralpha cvar is ignored on surfaces assigned to those new cvars, and vice-versa.

When playing CleanCut, many surfaces were seemingly displaying grey void, and changing r_maxsurfs and r_maxedges didn't help.

It was only when playing it with Baker's Mark V engine that I saw that those surfaces were supposed to be translucent. And then I saw that the old r_wateralpha in my engine was still set to 1, and realized that those surfaces were actually turbulent surfaces using a flat-colored texture to simulate glass, and the name of that texture didn't match any of the categories of my new cvars, so the value of the old r_wateralpha cvar was used for them instead.

Creating new standards can lead to funny situations...
Ph'nglui mglw'nafh mankrip Hell's end wgah'nagl fhtagn.
==-=-=-=-=-=-=-=-=-=-==
Dev blog / Twitter / YouTube
hogsy
Posts: 198
Joined: Wed Aug 03, 2011 3:44 pm
Location: UK
Contact:

Re: What are you working on?

Post by hogsy »

Things...

Image
(and yes, the engine is integrated into it.)
motorsep
Posts: 231
Joined: Wed Aug 02, 2006 11:46 pm
Location: Texas, USA
Contact:

Re: What are you working on?

Post by motorsep »

Working on day/night cycles:

https://www.youtube.com/watch?v=L5xIq3a36u4
hogsy
Posts: 198
Joined: Wed Aug 03, 2011 3:44 pm
Location: UK
Contact:

Re: What are you working on?

Post by hogsy »

Image
Post Reply