What are you working on?

Discuss anything not covered by any of the other categories.
scar3crow
InsideQC Staff
Posts: 1054
Joined: Tue Jan 18, 2005 8:54 pm
Location: Alabama

Post by scar3crow »

I love coffee_move, the simplicity is grand, "they're essentially blind, so treat them like the blind, make handrails".

What am I working on?
I'm working full time testing cell phone games, it... pays the bills. In my tiny bit of spare time I'm working on a DarkPlaces project with a few people, doing design, project management and mapping.

I'd show screenshots, but then I'd have to upload them somewhere.
...and all around me was the chaos of battle and the reek of running blood.... and for the first time in my life I knew true happiness.
Irritant
Posts: 250
Joined: Mon May 19, 2008 2:54 pm
Location: Maryland
Contact:

Post by Irritant »

Working on getting my vegetation shaders to cast shadowmaps...very early on, but making some headway...

Image
http://red.planetarena.org - Alien Arena and the CRX engine
dreadlorde
Posts: 268
Joined: Tue Nov 24, 2009 2:20 am
Contact:

Post by dreadlorde »

currently working on sys_plan9.c. It's coming along, just very slowly.

edit: I wish Carmack would have listen/been informed of a revelation from Rob Pike from 1989[1]:
Simple rule: include files should never include include files. If instead they state (in comments or implicitly) what files they need to have included first, the problem of deciding which files to include is pushed to the user (programmer) but in a way that's easy to handle and that, by construction, avoids multiple inclusions. Multiple inclusions are a bane of systems programming. It's not rare to have files included five or more times to compile a single C source file. The Unix /usr/include/sys stuff is terrible this way.

There's a little dance involving #ifdef's that can prevent a file being read twice, but it's usually done wrong in practice - the #ifdef's are in the file itself, not the file that includes it. The result is often thousands of needless lines of code passing through the lexical analyzer, which is (in good compilers) the most expensive phase.

Just follow the simple rule.
quakedef.h makes me a sad panda.

[1]http://www.lysator.liu.se/c/pikestyle.html
Ken Thompson wrote:One of my most productive days was throwing away 1000 lines of code.
Get off my lawn!
goldenboy
Posts: 924
Joined: Fri Sep 05, 2008 11:04 pm
Location: Kiel
Contact:

Post by goldenboy »

Image

Making grass suck less (this first try uses "fence textures")
Chip
Posts: 575
Joined: Wed Jan 21, 2009 9:12 am
Location: Dublin, Ireland
Contact:

Post by Chip »

goldenboy wrote:Making grass suck less (this first try uses "fence textures")
That grass looks great! Makes a nice addition to outdoor maps.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays

Fear not the dark, but what the dark hides.
goldenboy
Posts: 924
Joined: Fri Sep 05, 2008 11:04 pm
Location: Kiel
Contact:

Post by goldenboy »

Chip wrote:
goldenboy wrote:Making grass suck less (this first try uses "fence textures")
That grass looks great! Makes a nice addition to outdoor maps.
It still has problems...

Image
goldenboy
Posts: 924
Joined: Fri Sep 05, 2008 11:04 pm
Location: Kiel
Contact:

Post by goldenboy »

Actually, forget that shit I posted above...

Image

That's it! 8)
revelator
Posts: 2621
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Post by revelator »

:shock:

very nice :)
Chip
Posts: 575
Joined: Wed Jan 21, 2009 9:12 am
Location: Dublin, Ireland
Contact:

Post by Chip »

Now, you need some shadows, and you're done! :D
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays

Fear not the dark, but what the dark hides.
mh
Posts: 2292
Joined: Sat Jan 12, 2008 1:38 am

Post by mh »

don't mention the shadows!!! :lol:
We had the power, we had the space, we had a sense of time and place
We knew the words, we knew the score, we knew what we were fighting for
Nahuel
Posts: 495
Joined: Wed Jan 12, 2011 8:42 pm
Location: mar del plata

Post by Nahuel »

very beauty grass!!!!!!!!
Excuse me for the noob question, but: It is a model ?
hi, I am nahuel, I love quake and qc.
Spirit
Posts: 1067
Joined: Sat Nov 20, 2004 9:00 pm
Contact:

Post by Spirit »

No, it is an oriented sprite (or two rather, by the looks of it). Looks fantastic, sprites are something I really look forward to in custom maps. They can enable the addition of detailed looking things without having to sculp them (cables etc).
Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
goldenboy
Posts: 924
Joined: Fri Sep 05, 2008 11:04 pm
Location: Kiel
Contact:

Post by goldenboy »

Fence textures, as I said. RMQ feature. Two brushes.

Soon to become sprites and/or models.

Need more textures. Really hard to find these. Also hard to make.

edit: The latter version is the same as the first shot, just texture reworked and using entity alpha in addition.

Crysis mapping paid off.
Spirit
Posts: 1067
Joined: Sat Nov 20, 2004 9:00 pm
Contact:

Post by Spirit »

Oops, I always thought those fence textures were sprites already. Good to hear that sprites will be there indeed. 8)
Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
mh
Posts: 2292
Joined: Sat Jan 12, 2008 1:38 am

Post by mh »

IQM support in RMQ.

Image

Lit, textured, animated, multiple mesh support, $frame compatibility, slow as treacle (see http://mhquake.blogspot.com/2011/05/iqm ... -2-of.html for the reason why).
We had the power, we had the space, we had a sense of time and place
We knew the words, we knew the score, we knew what we were fighting for
Post Reply