Author Topic: R_LoadMD3 Error  (Read 10684 times)

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
R_LoadMD3 Error
« 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?
« Last Edit: May 09, 2009, 07:05:04 pm by Lonly »

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: R_LoadMD3 Error
« Reply #1 on: May 09, 2009, 10:48:49 pm »
What do you think the problem is.
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: R_LoadMD3 Error
« Reply #2 on: May 10, 2009, 01:06:44 am »
Might it be what the error actually reads... too many vertices?

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Re: R_LoadMD3 Error
« Reply #3 on: May 10, 2009, 02:39:47 am »
what are verticles though. And how do i make them lower.

UniqPhoeniX

  • Spam Killer
  • *
  • Posts: 1376
  • Turrets: +66/-32
Re: R_LoadMD3 Error
« Reply #4 on: May 10, 2009, 05:38:02 am »

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: R_LoadMD3 Error
« Reply #5 on: May 10, 2009, 07:06:52 am »
That's not too helpful

BLOOP

BASICALLY YO NOOB RIFLE IS TOO COMPLICATED FOR THE TREMULOUS.
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

gimhael

  • Posts: 546
  • Turrets: +70/-16
Re: R_LoadMD3 Error
« Reply #6 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.

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: R_LoadMD3 Error
« Reply #7 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.

;)

Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

Odin

  • Spam Killer
  • *
  • Posts: 1767
  • Turrets: +113/-204
    • My Website
Re: R_LoadMD3 Error
« Reply #8 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).

reaper122

  • Posts: 16
  • Turrets: +0/-6
Re: R_LoadMD3 Error
« Reply #9 on: May 11, 2009, 11:44:29 pm »
emmm and the TREMULOUS    just use tga and jpg no bmp :)
 

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: R_LoadMD3 Error
« Reply #10 on: May 12, 2009, 05:05:05 am »
emmm and the TREMULOUS    just use tga and jpg no bmp :)
 

Try not using mspaint.
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.