Forum

What are you working on?

Discuss anything not covered by any of the other categories.

Moderator: InsideQC Admins

Postby MeTcHsteekle » Thu Aug 12, 2010 2:10 pm

SamUK wrote: Attempting to use the least amount of frames to fit everything onto 28mb of ram. blah blah no excuse.
Thanks for the criticism anyway :)


you could just leave out death animations, but everything will have to explode when it dies...
bah
MeTcHsteekle
 
Posts: 399
Joined: Thu May 15, 2008 10:46 pm
Location: its a secret

Postby GiffE » Thu Aug 12, 2010 2:39 pm

MeTcHsteekle wrote:
SamUK wrote: Attempting to use the least amount of frames to fit everything onto 28mb of ram. blah blah no excuse.
Thanks for the criticism anyway :)


you could just leave out death animations, but everything will have to explode when it dies...


Quite frankly I'd prefer to see the player gib into bits than play a death animation. Its the more fun way to watch ya die, in my opinion, only to be trumped by proper ragdolls.
GiffE
 
Posts: 170
Joined: Sun Oct 08, 2006 3:39 pm
Location: USA, CT

Postby Downsider » Thu Aug 12, 2010 3:46 pm

I think the player being flung as if he's a stiff object when he dies is a pretty bad way to do it. I think he just should freeze in place and play the animation, still fall horizontally, though, if he died mid-flight, but definitely not on the other axises, and definitely not bounce like a ball.
User avatar
Downsider
 
Posts: 621
Joined: Tue Sep 16, 2008 1:35 am

Postby frag.machine » Thu Aug 12, 2010 4:21 pm

MeTcHsteekle wrote:
SamUK wrote: Attempting to use the least amount of frames to fit everything onto 28mb of ram. blah blah no excuse.
Thanks for the criticism anyway :)


you could just leave out death animations, but everything will have to explode when it dies...


Or simply use a ragdoll (or at least Mauvebib's sagdoll maybe ?).
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2090
Joined: Sat Nov 25, 2006 1:49 pm

Postby Chip » Sat Aug 14, 2010 12:31 am

1. First of all I suggest creating a second "What are you working on" thread, because this one is becoming huge.

2. Second of all, I just read some RMQ blog posts, and that game is really taking some shape.

3. And, lastly, I'm working to implement a day/night cycle with dynamic lighting (i.e. casting RT shadows). I'm using a bit of help from custents, some Q3 shaders and some smart mapping.

I had to say it!
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays

Fear not the dark, but what the dark hides.
User avatar
Chip
 
Posts: 575
Joined: Wed Jan 21, 2009 9:12 am
Location: Dublin, Ireland

Postby Feared » Sat Aug 14, 2010 12:33 am

Chip wrote:1. First of all I suggest creating a second "What are you working on" thread, because this one is becoming huge.

2. Second of all, I just read some RMQ blog posts, and that game is really taking some shape.

3. And, lastly, I'm working to implement a day/night cycle with dynamic lighting (i.e. casting RT shadows). I'm using a bit of help from custents, some Q3 shaders and some smart mapping.

I had to say it!


1 & 2 - Agreed
3 - :shock:
User avatar
Feared
 
Posts: 95
Joined: Fri Jun 11, 2010 11:58 pm
Location: Wylie, TX

Postby leileilol » Sat Aug 14, 2010 1:22 am

I've done 3 before. It's pretty easy, did mine using just 3 functions!!!! You can even do it by using a very FAR tag attachment to a sunorbit entity (at '0 0 0') which has a very slow avelocity and that would be effective at simulating the cycle. You can also check the angles and set the sky color from that too. It's most effective with deferred rendering and shadowmaps. Don't forget to make it a corona. You could even stick a moon entity on the other side.

SamUK wrote: If the death really looks that bad I could add a few more frames in, I thought we could get away. Attempting to use the least amount of frames to fit everything onto 28mb of ram. blah blah no excuse.

More frames won't solve the offset and bad rigging problem. If Milkshape is still being used as the #1 solution, then kill it with fire.
i should not be here
leileilol
 
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Postby r00k » Sat Aug 14, 2010 6:17 am

Ya depending on your weapons, -20 health is fine for GibPlayer.
and MOVETYPE_TOSS is what you want for falling dead bodies. Even adding a small rotation to the corpse as it is moving looks better than just "sit and play dead".
r00k
 
Posts: 1110
Joined: Sat Nov 13, 2004 10:39 pm

Postby Spirit » Sat Aug 14, 2010 10:02 am

Chip wrote:1. First of all I suggest creating a second "What are you working on" thread, because this one is becoming huge.

Huh? Why split it? It would just lead to confusion.
Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
Spirit
 
Posts: 1031
Joined: Sat Nov 20, 2004 9:00 pm

Postby Stroggos » Sat Aug 14, 2010 10:31 am

I am currently working on quite a few things and at least one is Quake related:

Catacomb 3D Win32 port -- Utilising Wolf4SDL as a base.
Doom 64 Ex SVN Builds -- Just for fun and because I like the game.
A Quake Port -- with LZMA compression and OpenAL eax surround sound. This one is interesting because I have never used EAX for any sound before.
Stroggos
 
Posts: 50
Joined: Tue Apr 14, 2009 11:40 am
Location: Australia

Postby Feared » Sat Aug 14, 2010 10:34 am

leileilol wrote:I've done 3 before. It's pretty easy, did mine using just 3 functions!!!! You can even do it by using a very FAR tag attachment to a sunorbit entity (at '0 0 0') which has a very slow avelocity and that would be effective at simulating the cycle. You can also check the angles and set the sky color from that too. It's most effective with deferred rendering and shadowmaps. Don't forget to make it a corona. You could even stick a moon entity on the other side.

SamUK wrote: If the death really looks that bad I could add a few more frames in, I thought we could get away. Attempting to use the least amount of frames to fit everything onto 28mb of ram. blah blah no excuse.

More frames won't solve the offset and bad rigging problem. If Milkshape is still being used as the #1 solution, then kill it with fire.


That seems kinda hacky.

When I think of a realtime TOD system, I think weather, sun, moon, shadows, skybox's, and so forth.
I don't know, just day/night cycles seem boring and pointless, hell the TOD system is fairly pointless unless used on a proper game.
User avatar
Feared
 
Posts: 95
Joined: Fri Jun 11, 2010 11:58 pm
Location: Wylie, TX

Postby Sajt » Sat Aug 14, 2010 3:29 pm

Spirit wrote:
Chip wrote:1. First of all I suggest creating a second "What are you working on" thread, because this one is becoming huge.

Huh? Why split it? It would just lead to confusion.


Yeah... a thread with 71 pages is no less convenient than a thread with 2 pages.

Stroggos wrote:Catacomb 3D Win32 port -- Utilising Wolf4SDL as a base.


Nice!
F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe.
Sajt
 
Posts: 1215
Joined: Sat Oct 16, 2004 3:39 am

Postby frag.machine » Sat Aug 14, 2010 3:34 pm

Sajt wrote:
Spirit wrote:
Chip wrote:1. First of all I suggest creating a second "What are you working on" thread, because this one is becoming huge.

Huh? Why split it? It would just lead to confusion.


Yeah... a thread with 71 pages is no less convenient than a thread with 2 pages.


I agree with both views: the current thread is huge, but splitting won't solve the problem (unless this one is locked, people will write in both).
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2090
Joined: Sat Nov 25, 2006 1:49 pm

Postby gnounc » Sat Aug 14, 2010 4:21 pm

I like the huge thread!
User avatar
gnounc
 
Posts: 424
Joined: Mon Apr 06, 2009 6:26 am

Postby Spirit » Sat Aug 14, 2010 4:37 pm

What is the problem with a long thread?
Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
Spirit
 
Posts: 1031
Joined: Sat Nov 20, 2004 9:00 pm

PreviousNext

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest