What are you working on?

Discuss anything not covered by any of the other categories.
ericw
Posts: 92
Joined: Sat Jan 18, 2014 2:11 am

Re: What are you working on?

Post by ericw »

Yeah sorry partly my fault, I probably should start a new thread for the (quake 1) light stuff I was working on.
The latest build for now is in this post: http://www.celephais.net/board/view_thr ... &start=287

The new stuff it has is ambient occlusion (aka dirtmapping), a sun dome feature (_sunlight2), and jittering of the sunlight angle (_sunlight_penumbra).
The good news is, all of that stuff is relatively well documented in the manual :)

Maybe for the next build I'll try to get screenshots demonstrate each feature, and start a new thread for it so it's easier to find.
jitspoe
Posts: 219
Joined: Mon Jan 17, 2005 5:27 am

Re: What are you working on?

Post by jitspoe »

Cool. Can't remember the last time I tried mapping for Quake1.

This is for a Quake2 mapping contest, though. Then somebody informed me that ArghRad already had a better way of handling ambient light using "_sun_surface" instead of "_sun_ambient" *sigh* Precious contest time wasted! Argh!

This is how it looks with ArghRad:

(_sun_ambient, for reference):
Image

_sun_surface:
Image



When _sun_surface is set to 1, it uses the surface properties to light (like a normal sky), or you can use "r g b" values.

Now I'm being reminded of the little nuances in vanilla Quake2, like the somewhat short draw distance before the skybox starts overlapping map geometry...

Image

Having to scale back some of my design ideas and use clever line of sight blockers so players don't see walls suddenly disappear.
Shpuld
Posts: 106
Joined: Sat Feb 13, 2010 1:48 pm

Re: What are you working on?

Post by Shpuld »

I made a small video about exporting IQM with Blender.
If you've had trouble with materials or animations not exporting properly, it might help you.

https://www.youtube.com/watch?v=-12ozVO ... e=youtu.be
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Post by toneddu2000 »

good Idea Shpuld! But usually material names should point to shadername instead of texture name. So I use as material name in Blender 'textures/myfolder/myshadername' and myshadername should be the one written in myshader.shader
It's not a rule, of course, but in this case you can use normal/spec/luma tweaking

I didn't understand the passage where you said: "exporting all the animations in a single animation is a bad practice". Were you be able to load in FTEQW singular iqm files as singular animations (no mesh, only animation data)? Because, for what I know, exporting an IQM with all the animations inside it's the only way to do it.
Meadow Fun!! - my first commercial game, made with FTEQW game engine
Shpuld
Posts: 106
Joined: Sat Feb 13, 2010 1:48 pm

Re: What are you working on?

Post by Shpuld »

toneddu2000: Sure, you can have the material point to whatever you want, instead of "test123" you can have "textures/myfancyshader" or whatever. I personally just like to keep my shader names simple. In my models.shader file I have stuff like "playermat", "mgammomat" and so on, but others can add those subfolders to the names if they really want to.

EDIT:
Oh and for your 2nd question, the point for having the multiple animations is just that you don't export all your frames in a huge bulk and then use a special framegroup file, but you already have your different animations in their own framegroups, by separating them in the export process. I haven't yet tried separating the animations to separate files so I can't answer anything related to that.
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Post by toneddu2000 »

Oh and for your 2nd question, the point for having the multiple animations is just that you don't export all your frames in a huge bulk and then use a special framegroup file, but you already have your different animations in their own framegroups, by separating them in the export process
Ah ok, now I understood, thanks.
I tried to export an iqm with just skeleton and one single animation but Noesis can't open it
Meadow Fun!! - my first commercial game, made with FTEQW game engine
Shpuld
Posts: 106
Joined: Sat Feb 13, 2010 1:48 pm

Re: What are you working on?

Post by Shpuld »

FTE is magic, don't let anyone tell you otherwise, so far bending it to power a bullet hell shmup hasn't been any trouble. Whole thing runs client-side because sending possibly hundreds of bullet-entities between client/server would probably not be good idea.

Image
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Post by toneddu2000 »

Shpuld, you and me should work together... :D
Meadow Fun!! - my first commercial game, made with FTEQW game engine
frag.machine
Posts: 2126
Joined: Sat Nov 25, 2006 1:49 pm

Re: What are you working on?

Post by frag.machine »

Shpuld wrote: Image
OMG, Xevious! I can even hear the music... Awesome.
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
mankrip
Posts: 924
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Post by mankrip »

Shpuld wrote:FTE is magic, don't let anyone tell you otherwise, so far bending it to power a bullet hell shmup hasn't been any trouble. Whole thing runs client-side because sending possibly hundreds of bullet-entities between client/server would probably not be good idea.

http://i.imgur.com/34i5qVX.png
:D That looks great. Seeing the Quake engine being used for non-FPS projects always make me smile.

As for me, the dithered particle code is almost done. I've been iterating it several times to try to make everything as perfect as possible.
Hmm, an individual menu for setting particle options would be good...
Ph'nglui mglw'nafh mankrip Hell's end wgah'nagl fhtagn.
==-=-=-=-=-=-=-=-=-=-==
Dev blog / Twitter / YouTube
r00k
Posts: 1111
Joined: Sat Nov 13, 2004 10:39 pm

Re: What are you working on?

Post by r00k »

Beautiful images there jitspoe.. map really pops!
Shpuld
Posts: 106
Joined: Sat Feb 13, 2010 1:48 pm

Re: What are you working on?

Post by Shpuld »

Thanks for the comments guys, small gameplay video of the current progress, doesn't look like christmas at the moment anymore:
http://youtu.be/vePY2oGk__Q
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Post by toneddu2000 »

Gorgeous gameplay! It reminds me of Truxton for Sega Mega Drive! But why player doesn't die when hit by ufos projectiles?
Cool effect the timered rockets! Keep it up!!
Free or commercial? If commercial I'll buy it! :D
Meadow Fun!! - my first commercial game, made with FTEQW game engine
Shpuld
Posts: 106
Joined: Sat Feb 13, 2010 1:48 pm

Re: What are you working on?

Post by Shpuld »

Toneddu2000:
The player hitbox is as big as the bright blue cockpit, so very small. That's how the bullet hell games play out, difficulty comes from seeing the paths inside the moving bullets and navigating through it.
I dunno about free or commerical yet, if I can get it polished on a good level I might put it up on greenlight or something.
frag.machine
Posts: 2126
Joined: Sat Nov 25, 2006 1:49 pm

Re: What are you working on?

Post by frag.machine »

Hard to believe it's a Quake-based engine behind it. As usual, great job. Only a personnal opinion: when I play shmups in general, the thing that is very frustating to me is when the miriad of enemy projectiles in the screen are of the same color of my ship missiles. After some time playing distinguish which ones I can safely ignore when moving and which ones need to be avoided produces a great eye strain and sometimes even headache (I believe my astigmatism is playing a key role on it, but then this is a fairly common vision problem). So please, use reasonably distinct colors to go easy on our eyes - say, yellow/orange tones for enemy fire and blue or even green based colors for the player projectiles would be a good choice.
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
Post Reply