Tremulous Forum

General => General Discussion => Topic started by: Firstinaction on July 26, 2010, 10:19:58 pm

Title: Higher Poly Tremulous
Post by: Firstinaction on July 26, 2010, 10:19:58 pm
I thought about making a higher polyy tremulous. As in people and aliens. With blenders 3d power and if i can get some help with it. Then we can have a good awsome looking tremulous going on then a video If it gois good. like a preview of it. Just say you want to help me out with this project and wwe will talk then. This is just for practice if you do decide to help out.
Title: Re: Higher Poly Tremulous
Post by: Aelita on July 26, 2010, 10:33:48 pm
Attempting to comprehend this post has caused me much brain pain.
Title: Re: Higher Poly Tremulous
Post by: Firstinaction on July 26, 2010, 10:34:46 pm
ok thats you
Title: Re: Higher Poly Tremulous
Post by: mooseberry on July 26, 2010, 10:45:51 pm
Yeah, if I remember correctly, the only reason tremulous doesn't have super high poly models like crysis is because the devs were too lazy to make them, so make them as detailed as possible.
Title: Re: Higher Poly Tremulous
Post by: Firstinaction on July 26, 2010, 11:15:32 pm
Yea I will. If I was part of tremulous apart of the modeling or animation Id make tremulous better with animations and models. But I have tried joining but They I cant contact them. So this is just showing off my skill when Im done.
Title: Re: Higher Poly Tremulous
Post by: Thorn on July 27, 2010, 01:35:25 am
Coolio. So now not only are you working on a Tremulous movie or even perhaps Tremulous 2.0, you've added superfied stock trem to the list.
Title: Re: Higher Poly Tremulous
Post by: Kiwi on July 27, 2010, 02:05:57 am
Yea I will. If I was part of tremulous apart of the modeling or animation Id make tremulous better with animations and models. But I have tried joining but They I cant contact them. So this is just showing off my skill when Im done.
You don't have to be a dev to help work on models.  I'm sure that the devs and the whole tremulous community would be very thankful if you made higher poly tremulous models, so please do!
Title: Re: Higher Poly Tremulous
Post by: n.o.s.brain on July 27, 2010, 02:30:16 am
I'm not entirely sure, but I thought there was a 1024 vertex limit on any single .md3 piece. just putting that out there.
Title: Re: Higher Poly Tremulous
Post by: Firstinaction on July 27, 2010, 02:38:12 am
I'm not entirely sure, but I thought there was a 1024 vertex limit on any single .md3 piece. just putting that out there.
  Nahh I exported a 10,000 vert md3. gun into a game called assault cube.
Title: Re: Higher Poly Tremulous
Post by: KillerWhale on July 27, 2010, 03:34:07 am
Assault Cube runs on an entirely different engine.
Assault Cube runs on Cube engine, while Trem runs on ioq3.
I exported a 10,000 vert md3.
Why? I can't think of any good reason for a model to be 10,000 verts.


Also,
making a higher polyy tremulous.
Starting With Tremulous 2 Join me
Hi every one I am creating a movie that is baste on Tremulous.

Prove it.

Or, think about what you say for about 4 seconds before you post it.
Title: Re: Higher Poly Tremulous
Post by: Stannum on July 27, 2010, 04:06:43 am
I'm not entirely sure, but I thought there was a 1024 vertex limit on any single .md3 piece. just putting that out there.

Yeah, there is a 512 vertex limit per surface. Not sure if there is a surface limit.
Title: Re: Higher Poly Tremulous
Post by: Crava_Loft on July 27, 2010, 04:43:10 am
[deleted]
Title: Re: Higher Poly Tremulous
Post by: gimhael on July 27, 2010, 06:35:47 am
the MD3 format supports this:

Code: [Select]
#define MD3_MAX_TRIANGLES   8192    // per surface
#define MD3_MAX_VERTS       4096    // per surface
#define MD3_MAX_SHADERS     256     // per surface
#define MD3_MAX_FRAMES      1024    // per model
#define MD3_MAX_SURFACES    32      // per model
#define MD3_MAX_TAGS        16      // per frame

but the renderer has lower limits:

Code: [Select]
// surface geometry should not exceed these limits
#define SHADER_MAX_VERTEXES 1000
#define SHADER_MAX_INDEXES  (6*SHADER_MAX_VERTEXES)

(But you can change it to a higher number and recompile the engine)
Title: Re: Higher Poly Tremulous
Post by: Firstinaction on July 27, 2010, 10:11:24 am
I have this so far. next too the alien next.
Title: Re: Higher Poly Tremulous
Post by: mooseberry on July 27, 2010, 10:22:12 am
ok you show me that in game and I will be impressed.
Title: Re: Higher Poly Tremulous
Post by: Crava_Loft on July 27, 2010, 10:28:29 am
[deleted]
Title: Re: Higher Poly Tremulous
Post by: CreatureofHell on July 27, 2010, 10:32:12 am
That human is extremely ugly.

That granger is extremely epic win.
Title: Re: Higher Poly Tremulous
Post by: Gregstein on July 27, 2010, 01:00:45 pm
May i help you?
I have skills in Blender(modelling, rigging and animating, UV mapping and texturing) and Photoshop?
PM/give signal another way and I'm ready to go.
Title: Re: Higher Poly Tremulous
Post by: SlackerLinux on July 27, 2010, 02:19:41 pm
That human is extremely ugly.

That granger is extremely epic win.
yes why does the human look like he is in a wetsuit(a very loose wetsuit) not what i would want the current models to be changed to

the granger is epic we soo need the devs to make grangers corpses turn into this after a bit
Title: Re: Higher Poly Tremulous
Post by: nubcake on July 27, 2010, 02:23:25 pm
Considering models are one the most FPS draining things, im not sure how well high poly models would integrate into a real game
Title: Re: Higher Poly Tremulous
Post by: Gregstein on July 27, 2010, 02:46:35 pm
Nice human  ;D really
could you put him into something less loosy and shopw his face?
Title: Re: Higher Poly Tremulous
Post by: gimhael on July 27, 2010, 03:05:06 pm
Considering models are one the most FPS draining things, im not sure how well high poly models would integrate into a real game

You could make lower poly models too for LOD.
Title: Re: Higher Poly Tremulous
Post by: Gregstein on July 27, 2010, 03:49:50 pm
Does tremulous support normal mapping?

If I can have Hi poly models and medium ones(not so many as Hi poly, but more then orginal) I could create those.
Title: Re: Higher Poly Tremulous
Post by: superspirality on July 27, 2010, 05:38:39 pm
(http://karvajalka.satgnu.net/gallery/categories/models/skeletor.jpg)
where is your god now!
That one is made by Iltavuo, credit his work! xD
Seems like a neat idea though I'm sure it will need more computing power.
Title: Re: Higher Poly Tremulous
Post by: Crava_Loft on July 27, 2010, 07:13:39 pm
[deleted]
Title: Re: Higher Poly Tremulous
Post by: Aelita on July 27, 2010, 09:18:43 pm
I have this so far. next too the alien next.

... what the fuck is that? Looks like some TF2 reject.
Title: Re: Higher Poly Tremulous
Post by: Crava_Loft on July 27, 2010, 10:34:00 pm
[deleted]
Title: Re: Higher Poly Tremulous
Post by: superspirality on July 27, 2010, 10:42:17 pm
check the image source it is karvajalka from satgnu
Huh. Iltavuo said that's his own work.
I presume it's the same person though. :)
Anyways, the human makes me lol.
Title: Re: Higher Poly Tremulous
Post by: Aviator on July 27, 2010, 11:08:33 pm
I have this so far. next too the alien next.

... what the fuck is that? Looks like some TF2 reject.
TF2 reject with a wetsuit.
Title: Higher Poly Tremulous
Post by: Firstinaction on August 03, 2010, 04:58:06 am
A new High poly charcter Im working on.      Feedback is much appreciated.
Title: Re: Higher Poly Tremulous
Post by: Aelita on August 03, 2010, 05:31:21 am
He looks like he's fresh out of a child's movie.
Title: Re: Higher Poly Tremulous
Post by: BattleGranger on August 03, 2010, 01:34:03 pm
He looks like he's fresh out of a child's movie.

Or one of the aliens in an Eiffel 65 music video.
Title: Re: Higher Poly Tremulous
Post by: Conzul on August 03, 2010, 06:26:00 pm
A new High poly charcter Im working on.      Feedback is much appreciated.
Well if you hide him under a bit of body armor, it should be okay. Unless he's attached to a map where aliens invade a dude-ranch.
Title: Re: Higher Poly Tremulous
Post by: Pazuzu on August 03, 2010, 07:20:56 pm
A new High poly charcter Im working on.      Feedback is much appreciated.
Well if you hide him under a bit of body armor, it should be okay. Unless he's attached to a map where aliens invade a dude-ranch.
s/body armor/body and face armor
Title: Re: Higher Poly Tremulous
Post by: dragoon[dragoon] on August 07, 2010, 05:19:45 am
u need to work on the torso make him skinny and buff and make him have a face like a war movie guy like Rambo their fighting aliens not overgrown spiders lol the first human made me poop
Title: Re: Higher Poly Tremulous
Post by: Crava_Loft on August 07, 2010, 09:47:28 am
[deleted]
Title: Re: Higher Poly Tremulous
Post by: Si-wins on August 10, 2010, 01:47:25 am
u need to work on the torso make him skinny and buff and make him have a face like a war movie guy like Rambo their fighting aliens not overgrown spiders lol the first human made me poop

it made you poop? *expletives removed*