meetric1 / gmod-infinite-map

GNU General Public License v3.0
179 stars 30 forks source link

Texture bug #130

Closed Glaynder closed 4 months ago

Glaynder commented 5 months ago

I decided to upload my own map using this addon. I did everything exactly according to the instructions in github. I used the 64-bit version of Garry's Mod. But for some reason after I went to the map all the textures were intertwined with each other. However, the collision seems to remain in place. I also turned off all the addons I had.

gm_infmap_objexample0000

meetric1 commented 5 months ago

2 possible reasons:

  1. Your textures aren't being exported from blender properly
  2. You are over the maximum triangle limit per material
xCeezyx commented 5 months ago

You need to split up the mesh so its not above the triangle limit

Glaynder commented 5 months ago

I solved this problem. Yes, it was a matter of a large number of triangles. Now the map loads without bugs.