[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4787: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4789: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4790: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4791: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
InsideQC Forums • View topic - What are you working on?

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 taniwha » Thu Jul 05, 2012 10:28 am

I have to agree that just dealing with simple triangles using indices is very nice and... well, simple. And efficient when verts are reused.
Leave others their otherness.
http://quakeforge.net/
taniwha
 
Posts: 399
Joined: Thu Jan 14, 2010 7:11 am

Re: What are you working on?

Postby mankrip » Thu Jul 05, 2012 2:28 pm

For organic models, triangles are much better. When animating, it's almost impossible for all four vertices of their quads to keep aligned, because frame interpolation can move them around in unpredictable ways. Modeling with triangles, you can at least know if the pair of triangles that forms a quad will bend inwards or outwards when animating.

When learning to model Fightoon's models, I've spent countless hours just swapping triangles around with Ctrl+E in Milkshape to make sure they would animate correctly. Including triangles that formed perfectly flat quads while in the editor, because many times they would get shaded incorrectly when actually running the game.

Quads are good for models that doesn't animate, and for mechanic models whose parts just moves around instead of deforming.
Ph'nglui mglw'nafh mankrip Hell's end wgah'nagl fhtagn.
==-=-=-=-=-=-=-=-=-=-==
/ /
User avatar
mankrip
 
Posts: 915
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Postby ceriux » Thu Jul 05, 2012 6:36 pm

since when has milkshape supported quads?
User avatar
ceriux
 
Posts: 2230
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Re: What are you working on?

Postby mankrip » Thu Jul 05, 2012 7:08 pm

Never. What I mentioned are pairs of triangles aligned like quads. Frame interpolation can often change that alignment during actual game play. And even if you use an editor that supports quads, no game engine actually supports them. Since all quads will be converted into triangles anyway, it's better to edit them directly as triangles, so we can choose which vertices will be used for each triangle.
Ph'nglui mglw'nafh mankrip Hell's end wgah'nagl fhtagn.
==-=-=-=-=-=-=-=-=-=-==
/ /
User avatar
mankrip
 
Posts: 915
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Postby leileilol » Fri Jul 06, 2012 12:23 am

I should mention the engine i'm modeling her for is UnrealEngine2

I also recently figured out a workaround to export animations for it! I can FINALLY fix those stupid driving animations, as well as making character specific taunt animations, and maybe (if i'm lucky), adjust skeletal proportions!!
leileilol
 
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: What are you working on?

Postby ceriux » Fri Jul 06, 2012 7:37 pm

working in quads for game dev isnt bad if you ask me. you just have to know the specific places where the quads dont do what they should and connect the vertices so that they do what you're wanting. working in quads for me is a bit cleaner and easier for me to see what i'm doing i started off in milkshape and doing everything in triangles is a bit cluttered.
User avatar
ceriux
 
Posts: 2230
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Re: What are you working on?

Postby mankrip » Sat Jul 07, 2012 3:11 am

Quads are good for weapons, vehicles, and stuff like that.

However, depending on the renderer, there's another limitation: Quake's software renderer doesn't support perspective correction on MDL models, so you get weird texturing on trapezoid "quads" like the ones in the regular shotgun. Sometimes, this kind of problem can also be avoided by using triangles so you can manually map up the triangle divisions of the skin in a safer way. Sometimes, another solution is to avoid trapezoids and use square angled quads plus a few more triangles instead. But as I said, this is only required on renderers that doesn't feature perspective correction.
Ph'nglui mglw'nafh mankrip Hell's end wgah'nagl fhtagn.
==-=-=-=-=-=-=-=-=-=-==
/ /
User avatar
mankrip
 
Posts: 915
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Postby Seven » Sun Jul 22, 2012 9:15 pm

Seven
 
Posts: 301
Joined: Sat Oct 06, 2007 8:49 pm
Location: Germany

Re: What are you working on?

Postby leileilol » Mon Jul 23, 2012 12:22 am



Only ONE more female player character to go, then it's the 11 males and that robot!
leileilol
 
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: What are you working on?

Postby Spike » Mon Jul 23, 2012 1:08 am

seven, I think it would look even better if you were to somehow prolong the erruption, as those are more explosions than 'splurges' of molten rock. lava generally has a fairly hard surface that takes time to seal up again before the pressure drops.
all I can really suggest is triggering a few (smaller) explosions multiple times over the course of a second or so, so long as the later bursts are weaker.
.
Spike
 
Posts: 2914
Joined: Fri Nov 05, 2004 3:12 am
Location: UK

Re: What are you working on?

Postby scar3crow » Mon Jul 23, 2012 2:37 am

seven - Nice looking, though it could use a little more random horizontal variation, as after extended viewing it comes off as lava spark tubes rather than small eruptions. Shared it on the Facebook Quake page.
...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.
User avatar
scar3crow
InsideQC Staff
 
Posts: 1054
Joined: Tue Jan 18, 2005 8:54 pm
Location: Alabama

Re: What are you working on?

Postby Seven » Mon Jul 23, 2012 7:18 am

Yes, you are both right.
The particle effects have not yet finaly tuned.
I did this yesterday and was just too excited, that I wanted to show it :)

My ideas to extend it:
To what scar3crow suggested: Make 3 different effects (low/broad, medium, high/slim) and add a random call which one to spawn each time.
That should give a little variation to the visual.
To what Spike suggested: Yes, I would have to call different effectnums that use different gravity and velocity params.
I have to spend much more time on the finetuning I guess...

Another idea was to add damage to these eruptions.
I thought about how it could be done, because a particle cannot do that.
So I came to the idea to spawn an entity without model. Only give it a bbox size of the eruption.
So it is invisible but can be 'touched'.
The touch function of that entity gives the "other." approx. 10 damage. It removes itself after beeing touched, to prevent damage overflows.
After 1 second (that is the approx. time of the eruption) the entity will remove itself anyhow.

Thank you for your suggestions.
I will try to implement them.
Seven
 
Posts: 301
Joined: Sat Oct 06, 2007 8:49 pm
Location: Germany

Re: What are you working on?

Postby leileilol » Fri Aug 10, 2012 8:59 pm

You should at least recognize this one from MVC2 and Cannon Spike
Image
leileilol
 
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: What are you working on?

Postby Seven » Fri Aug 10, 2012 9:10 pm

leileilol,
This model is too cute to kill.
How can you put her into a fps game ? :)
Seven
 
Posts: 301
Joined: Sat Oct 06, 2007 8:49 pm
Location: Germany

Re: What are you working on?

Postby taniwha » Sat Aug 11, 2012 11:38 pm

leileilol: next, you need a wolf :)
Leave others their otherness.
http://quakeforge.net/
taniwha
 
Posts: 399
Joined: Thu Jan 14, 2010 7:11 am

PreviousNext

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest