View previous topic :: View next topic |
Author |
Message |
GiffE
Joined: 08 Oct 2006 Posts: 141 Location: USA, CT
|
Posted: Tue Sep 23, 2008 12:11 am Post subject: |
|
|
I'm loving the rocket launcher. Superb work! _________________ http://www.giffe-bin.net/ |
|
Back to top |
|
 |
jim

Joined: 05 Aug 2005 Posts: 400 Location: In The Sun
|
Posted: Sat Sep 27, 2008 1:50 am Post subject: |
|
|
Great thanks
Started drawing the face now.. It looks older than me.. but it's meant to be older than me, but maybe not as much as it's now. Eyes may be a bit different colour, but that's about how they looked like in the bathroom mirror. Sometimes they look brown, sometimes they look dark green.. I like green
Render:
Texture:
Various clothes, not textured yet, only uvw mapped. All on separate uvw maps, thought it would be better in case I need to change or remove something I don't like.. I've been chaning them back and forth on being one uvw or separate uvws, huh:
 _________________ zbang! |
|
Back to top |
|
 |
MeTcHsteekle
Joined: 15 May 2008 Posts: 397 Location: its a secret
|
Posted: Sat Sep 27, 2008 10:31 am Post subject: |
|
|
perhaps you could make skins with the diffrent eye color and make it random on wich is used _________________ bah |
|
Back to top |
|
 |
jim

Joined: 05 Aug 2005 Posts: 400 Location: In The Sun
|
Posted: Mon Sep 29, 2008 9:50 am Post subject: |
|
|
Yes, I will and I do some other changes to the skin as well.
Finally got it looking like something.. I based the skin areas to my photos, but they were quite crappy, so I had to draw a lot. The render got some meshsmooth, bumps and specular, just for fun..
Some texture testing: http://koti.mbnet.fi/jeejeeje/wip/parallax_bump_texture_test.jpg _________________ zbang! |
|
Back to top |
|
 |
Spirit

Joined: 20 Nov 2004 Posts: 476
|
Posted: Mon Sep 29, 2008 10:14 am Post subject: |
|
|
That looks like Jesus.  _________________ Quake Maps |
|
Back to top |
|
 |
ceriux

Joined: 06 Sep 2008 Posts: 969 Location: Florida, USA
|
Posted: Mon Sep 29, 2008 11:10 pm Post subject: |
|
|
id say add more shading where the hair folds over itself but you can still see under it (if you know what im saying) have a little difference in the shadows on your hair, it seems really flat atm. otherwise its a nice textures  _________________ QuakeDB - Quake ModDB Group |
|
Back to top |
|
 |
jim

Joined: 05 Aug 2005 Posts: 400 Location: In The Sun
|
Posted: Fri Oct 10, 2008 7:18 pm Post subject: |
|
|
Here's some bunch of stuff I've been working on recently:
3 Rocket Box
Disc Launcher Ammo Box
note: I haven't done the weapon, this and the rocket ammo boxes were done for a speed modeling competition with "Ammo pickup" theme.
Door ingame wip
Some windows ingame test
I've also added real gravity.. found an equation for it from wikipedia and put it in.
Code: |
if(!at_bottom)
{
density = 1.2; // 20 celsius air density
area = 81.261; // projected human surface area in square meters... this is actually when it's falling in crusifixion pose face down
dragco = 1.1; // human in upright position
// terminal velocity: square root((2 * object mass * gravity) / (fluid density * object projected area * object drag coefficient))
self.velocity_z = self.velocity_z - sqrt( (2 * self.mass * (gravity / 10)) / (density * area * dragco) );
self.jump_flag = self.velocity_z;
}
|
This new gravity also needs a much lower setting for sv_gravity. I use 392 units per second (1 unit = 2,5cm) which is 980 cm per second (average earth gravity). _________________ zbang! |
|
Back to top |
|
 |
MeTcHsteekle
Joined: 15 May 2008 Posts: 397 Location: its a secret
|
Posted: Fri Oct 10, 2008 7:34 pm Post subject: |
|
|
hehe looks cool
im interested in what the razor launcer will do, will it be like the lil ripper in AON? or like a a game i wonce played for the gamecube where u play as a robot, and one of the wepons you get shoot out lil razors, and when u hit the other robots it cuts there arms so they just hang there. they loose control of the arm but will still shoot at you, wich would make there arm swing around violently causing them to shoot themselves and the other eneimy robots as well...i cant remeber the name of the game tho
oh it was "MetalArms:glitch in the system"
http://www.youtube.com/watch?v=sTtdb4UfeWI&feature=related
pritty fun no matter how childish it can get  _________________ bah |
|
Back to top |
|
 |
jim

Joined: 05 Aug 2005 Posts: 400 Location: In The Sun
|
Posted: Mon Oct 13, 2008 3:27 am Post subject: |
|
|
I'm interested in what it will do too :O I think it will be something like a sniper rifle, but it just shoots high velocity discs.
Here's initial concept for it:
And here's city textures finished mostly:
Click it for bigger! _________________ zbang! |
|
Back to top |
|
 |
GiffE
Joined: 08 Oct 2006 Posts: 141 Location: USA, CT
|
Posted: Mon Oct 13, 2008 4:51 am Post subject: |
|
|
Atmosphere of that level is great.
He runs like a goof but still nice quite a pace of work. _________________ http://www.giffe-bin.net/ |
|
Back to top |
|
 |
ceriux

Joined: 06 Sep 2008 Posts: 969 Location: Florida, USA
|
|
Back to top |
|
 |
jim

Joined: 05 Aug 2005 Posts: 400 Location: In The Sun
|
Posted: Wed Oct 15, 2008 1:05 pm Post subject: |
|
|
Now that I had spent a lot time on doing that, I started wondering if it would be a better idea just to make the windows from map geometry? This way I could make a lot more textures in faster time. Saving all those window textures took me more than 5 hours... I thought I could still have some windows drawed into the texture, which could be used in buildings that are far away and player can't get close to them.
Windows something like this?
Not necessarily bumped up like that... _________________ zbang! |
|
Back to top |
|
 |
r00k
Joined: 13 Nov 2004 Posts: 483
|
Posted: Wed Oct 15, 2008 5:01 pm Post subject: |
|
|
jim wrote: |
...(1 unit = 2,5cm)... |
you mean the normal Quake guy is less than 2feet tall?
Which modeling software are you using? |
|
Back to top |
|
 |
jim

Joined: 05 Aug 2005 Posts: 400 Location: In The Sun
|
Posted: Wed Oct 15, 2008 6:00 pm Post subject: |
|
|
That's just what scale I use. 2,5cm is about one inch and probably no one notice if it's 2,5cm or an inch. It's just so much easier for me to use 2,5cm instead of 2,54cm...
In my scale Quake guy would be 140cm tall, which is about 4,6 feet. The player character in this is sized 70 units, which is 175cm / 5,74 feet, though really the character is around 180cm / 5,9 feet, but people can bend a bit. Also my character is not over wide like Quake guy. The width is 18 units. And now when he's a little bit smaller, then it's ok size for a woman too.
I've been using 3dsmax.
I think I'll be doing the windows in this map geometry way. But it was good practice on drawing them into the texture. _________________ zbang! |
|
Back to top |
|
 |
ceriux

Joined: 06 Sep 2008 Posts: 969 Location: Florida, USA
|
|
Back to top |
|
 |
|