Page 1 of 1

Buged Collision Map Maker (CaWE)

Posted: 2010-08-13, 10:50
by bigjj13
Hi,

I found a bug in CaWE, If I make a collision map, and try to run the model in Cafu, there is no collision model, but there is a error in the console:
"Warning:Problem with parsing the collision model file "Games/DeathMatch/Models/Player/Jaffa.cmap" near byte 69 (5,227%) of the file."

After this message I did this:
I replaced

Code: Select all

// Cafu Map File
// Written by CaWE, the Cafu World Editor.
Version 13


{
  classname "worldspawn"
  shlmap_patchsize "200.0"
  lightmap_patchsize "200.0"
  mru_mat_0 "Textures/meta/collisionmodel"
  mru_mat_1 "Textures/Kai/cemento16"
with

Code: Select all

// Cafu Map File
// Written by CaWE, the Cafu World Editor.


{ // Entity 0 (the world)
  classname "worldspawn"
  lightmap_patchsize "200.0"
  shlmap_patchsize "200.0"
  wind_velocity "0.0"
  wind_velocity_var "0.0"
  precipitation_intensity "3"
  fog_density "0.0025"
  fog_start "0.0"
  fog_end "1.0"
  fog_color "0 0 0"
  mapfile_version "11"
after that it worked.

Re: Buged Collision Map Maker (CaWE)

Posted: 2010-08-13, 14:27
by Carsten
Thank you very much for your report!
I'll look into this asap!

Re: Buged Collision Map Maker (CaWE)

Posted: 2010-08-15, 01:04
by Carsten
Ok, this is now fixed in SVN trunk, r117.
Again, many thanks for your report! :up: