Forum

What are you working on?

Discuss anything not covered by any of the other categories.

Moderator: InsideQC Admins

Re: What are you working on?

Postby mankrip » Fri May 15, 2015 12:56 am

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
User avatar
mankrip
 
Posts: 915
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Postby Shpuld » Fri May 15, 2015 7:26 am

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.
User avatar
Shpuld
 
Posts: 92
Joined: Sat Feb 13, 2010 1:48 pm

Re: What are you working on?

Postby xaGe » Fri May 15, 2015 8:01 am

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
User avatar
xaGe
 
Posts: 461
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York

Re: What are you working on?

Postby toneddu2000 » Fri May 15, 2015 10:41 am

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
toneddu2000
 
Posts: 1352
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby sock » Sat May 16, 2015 8:59 pm

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
User avatar
sock
 
Posts: 137
Joined: Thu Aug 23, 2012 7:16 pm
Location: Wandering Around

Re: What are you working on?

Postby toneddu2000 » Sun May 17, 2015 9:10 am

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
toneddu2000
 
Posts: 1352
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby jim » Sun May 17, 2015 4:50 pm

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!
User avatar
jim
 
Posts: 599
Joined: Fri Aug 05, 2005 2:35 pm
Location: In The Sun

Re: What are you working on?

Postby toneddu2000 » Sun May 17, 2015 4:56 pm

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
toneddu2000
 
Posts: 1352
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby mankrip » Tue May 19, 2015 7:02 am

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
User avatar
mankrip
 
Posts: 915
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Postby toneddu2000 » Tue May 19, 2015 10:28 am

Yes, with no hardware acceleration.
Cool!
Meadow Fun!! - my first commercial game, made with FTEQW game engine
toneddu2000
 
Posts: 1352
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby sock » Sat May 23, 2015 7:51 pm

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
User avatar
sock
 
Posts: 137
Joined: Thu Aug 23, 2012 7:16 pm
Location: Wandering Around

Re: What are you working on?

Postby mankrip » Sun May 24, 2015 7:34 pm

:) 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
User avatar
mankrip
 
Posts: 915
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Postby hogsy » Mon May 25, 2015 2:20 am

Things...

Image
(and yes, the engine is integrated into it.)
User avatar
hogsy
 
Posts: 198
Joined: Wed Aug 03, 2011 3:44 pm
Location: UK

Re: What are you working on?

Postby motorsep » Mon May 25, 2015 3:23 am

motorsep
 
Posts: 231
Joined: Wed Aug 02, 2006 11:46 pm
Location: Texas, USA

Re: What are you working on?

Postby hogsy » Mon May 25, 2015 10:56 pm

Image
User avatar
hogsy
 
Posts: 198
Joined: Wed Aug 03, 2011 3:44 pm
Location: UK

PreviousNext

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest