boxden / The-Lobby

Map for Garry's Mod. Created with Hammer++ Build 8868
https://steamcommunity.com/sharedfiles/filedetails/?id=2886996246
MIT License
0 stars 0 forks source link

Change all path (Materials & Models) #17

Open boxden opened 6 months ago

boxden commented 6 months ago

Description

Many users who have reviewed the map have black and pink materials.
This happens because users put different conflicting mods.

Solution

Materials

  1. Move all used materials to another folder. .vmt, .vtf
  2. Change the paths in the .vmt file for each material.
  3. Select the modified materials in Hammer++.

Models

  1. Decompile all used models.
  2. Change the location of the materials.
  3. Write the correct paths for each model in the .qc file.
  4. Compile all models.
  5. Select the compiled models in Hammer++.

Status