Tremulous Forum

Mods => Mod Releases => HUDs => Topic started by: Lonly on May 09, 2009, 06:45:19 pm

Title: R_LoadMD3 Error
Post by: Lonly on May 09, 2009, 06:45:19 pm
I have a model and this is the error:

http://img99.imageshack.us/img99/163/errorm.gif

So I added a script to the scripts folder called rifle.script

and I typed this code in it:

models/weapons/rifles
{
   {
    map models/weapons/rifles/rifles.bmp
    blendFunc GL_ONE GL_ZERO
    tcMod scroll 0.1 0.01
    rgbGen identity
  }
    {
    map models/weapons/rifles/rifles.bmp
    blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
    rgbGen lightingDiffuse
  }

}

still same. Any help?
Title: Re: R_LoadMD3 Error
Post by: mooseberry on May 09, 2009, 10:48:49 pm
What do you think the problem is.
Title: Re: R_LoadMD3 Error
Post by: Bissig on May 10, 2009, 01:06:44 am
Might it be what the error actually reads... too many vertices?
Title: Re: R_LoadMD3 Error
Post by: Lonly on May 10, 2009, 02:39:47 am
what are verticles though. And how do i make them lower.
Title: Re: R_LoadMD3 Error
Post by: UniqPhoeniX on May 10, 2009, 05:38:02 am
http://lmgtfy.com/?q=vertices
Title: Re: R_LoadMD3 Error
Post by: mooseberry on May 10, 2009, 07:06:52 am
That's not too helpful

BLOOP (http://img.tomshardware.com/us/2006/07/24/graphics_beginners_guide/glossary_vertices.jpg)

BASICALLY YO NOOB RIFLE IS TOO COMPLICATED FOR THE TREMULOUS.
Title: Re: R_LoadMD3 Error
Post by: gimhael on May 10, 2009, 07:07:25 am
Your model is too detailed, you have to reduce the number of triangles. (Basically the vertexes are the corner points of the triangles of the model.)
Unfortunately the engine has the stupid limit that it cannot pass more than 1000 vertexes to the GPU in a single call and so the developers limited the models to 1000 vertexes too.
Title: Re: R_LoadMD3 Error
Post by: mooseberry on May 10, 2009, 07:10:28 am
Your model is too detailed, you have to reduce the number of triangles. (Basically the vertexes are the corner points of the triangles of the model.)
Unfortunately the engine has the stupid limit that it cannot pass more than 1000 vertexes to the GPU in a single call and so the developers limited the models to 1000 vertexes too.


BASICALLY YO NOOB RIFLE IS TOO COMPLICATED FOR THE TREMULOUS.

;)

Title: Re: R_LoadMD3 Error
Post by: Odin on May 10, 2009, 03:54:03 pm
Your model is too detailed, you have to reduce the number of triangles. (Basically the vertexes are the corner points of the triangles of the model.)
Unfortunately the engine has the stupid limit that it cannot pass more than 1000 vertexes to the GPU in a single call and so the developers limited the models to 1000 vertexes too.
In 1999 this limit was acceptable. It is also a hard-coded limit(as in they put it in themselves).
Title: Re: R_LoadMD3 Error
Post by: reaper122 on May 11, 2009, 11:44:29 pm
emmm and the TREMULOUS    just use tga and jpg no bmp :)
 
Title: Re: R_LoadMD3 Error
Post by: mooseberry on May 12, 2009, 05:05:05 am
emmm and the TREMULOUS    just use tga and jpg no bmp :)
 

Try not using mspaint.