Page 209 of 259

Re: What are you working on?

Posted: Fri Oct 24, 2014 9:03 pm
by SusanMDK
Thanks :) Here's some video: Flying around Video. I've noticed the banding creates a sort of refraction/warp effect from transparent water. I have turbulence, rotation and deformvertex waves in the liquids. It only appears to warp the textures/shading, but not level/model shapes. I'll record it into the next video. The textures in this video are 8x8 scaled to 128x128, but maybe 8x8 is a bit too small. 16x16 should allow me to do greater variety of shapes. I did get some sort of blur hexagon/ellipsoid with the 8x8. The ship has 1x1 textures for each color, there's total 5 colors in the ship.

Re: What are you working on?

Posted: Sat Oct 25, 2014 5:45 pm
by Barnes
smooth bump and dof auto focus

Image Image Image Image

Re: What are you working on?

Posted: Sun Oct 26, 2014 6:21 pm
by Shpuld
Been creating basic functionality from scratch in QC, both CS and SS. From what you can see in this video, only the engine itself is restricted by GPL.
Once I get all the basic functionality in (like complete menus with settings and everything, some examples of advanced less-documented FTE features), I'm gonna release the thing, document stuff I've done and make sure it has a license that isn't as restricting as GPL is.

https://www.youtube.com/watch?v=4EOmrbR ... e=youtu.be

Re: What are you working on?

Posted: Sun Oct 26, 2014 9:54 pm
by toneddu2000
jim: Looks cool! Can't wait to see more!
Shpuld: Wonderful! I'm making same thing for CSQC animations! Maybe we'll share ideas some day! :D

Re: What are you working on?

Posted: Mon Oct 27, 2014 11:56 pm
by mankrip
Jim: The level reminds me of the Turok 2 multiplayer maps, which is nice. And the music is catchy, but it needs some more work.

Barnes: The DOF effect could be more intense, maybe. But it looks cool.

Re: What are you working on?

Posted: Tue Oct 28, 2014 7:52 am
by Barnes
mankrip wrote:Barnes: The DOF effect could be more intense, maybe. But it looks cool.
It is accessible through the console. I'm not a fan of strong "soap" and set the effect carefully so as not to irritate the eyes

Re: What are you working on?

Posted: Tue Oct 28, 2014 3:14 pm
by Spiney
Wrote a tutorial on how to make/generate certain kinds of animated textures.
BARF

Re: What are you working on?

Posted: Tue Oct 28, 2014 5:26 pm
by SusanMDK
Barnes: Looking good. Yea, effects should be used properly, and not too much. Like in some games 50% of the screen is filled with glowing textures, then add bloom and 75% of the screen is just glow.

Shpuld: Cool stuff. Should do something like that eventually myself too.

Spiney: Nice tutorial.

==
In the previous video music, I was testing some samples from an opl3 midi soundfont... I'll probably change the instruments sometime and make it a bit longer. I'm thinking I'd make some 2min long tracks.

Made a new chasecam using .entity clientcamera, replaces the first person view. Overall it's better than the default chasecam, but it kind of lags behind too much, or without the lagging is shaky when turning around. There's still some situations when the camera can go inside a wall and allow player to see through the level, usually when backing into a wall and looking up.

There's 8 ships ingame with different max velocity, acceleration, air and liquid friction. Some move faster in liquids. The enemy flight AI is pretty early WIP. They're like Lost Souls...

2nd Flight Video

Image

Image

Re: What are you working on?

Posted: Tue Oct 28, 2014 6:57 pm
by Barnes
jim wrote:Like in some games 50% of the screen is filled with glowing textures, then add bloom and 75% of the screen is just glow.
Yes..... :cry:

Re: What are you working on?

Posted: Wed Oct 29, 2014 12:14 am
by frag.machine
jim: nice video. I think you need larger maps, and the flying is looking too much "noclip" with those abrupt stops. Add some inertia on it, and you'll end up with something resembling a bit more Descent.

Re: What are you working on?

Posted: Wed Oct 29, 2014 4:09 pm
by SusanMDK
Some of them are meant to be able to move fast and stop fast, while some others slide longer before stopping. "Trike" can move fast, but it also slides. "Wasp" can move fast and stop fast. "Butterfly" can move fast in air, but becomes slow in water. "Shrimp" moves slow in air, but fast in water. Should probably also do levels that are mostly underwater then.

Re: What are you working on?

Posted: Wed Oct 29, 2014 8:38 pm
by CocoT
Looks quite interesting, Jim!
I can't wait to see more :)

Re: What are you working on?

Posted: Thu Oct 30, 2014 3:02 am
by mankrip
Pretty cool video, Jim. For some reason the graphics seems a lot better than in the previous video.

I've implemented a "heat-based" color shading map for the emitter shading effect, but it still doesn't get as orange&red as I'd like:
Image

Re: What are you working on?

Posted: Thu Oct 30, 2014 6:55 am
by mankrip
Spiney wrote:Wrote a tutorial on how to make/generate certain kinds of animated textures.
BARF
This is really, really good.

Re: What are you working on?

Posted: Thu Oct 30, 2014 7:30 am
by toneddu2000
cool video jim! I'll really follow this project!