Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Then I’d spend hours “reviser engineering” as there is an incredible lack of tutorial stuff for this game.
Ultimately, it is great there are people like who you release this awesome mods, this is one of my favorites, thanks a lot for what you do
Still, its really impressing that you knew about the .vmt paths!
I honestly have never found this as an easy task, modding in general is difficult, I tried once do a car but never managed to complete it.
I Was and i am a really new developer here haha, so these errors were very usual, thanks for taking the time btw, its a simple fix but, due to my limited time, i cannot do it that fast
I took the liberty of decompile the addon, see why it is missing textures and in reality textures are not missing, it is just the path in some of the VMTs, I found issues with the Taxi, police Sedan and the SUV, both civillian and police.
For the police sedan and Taxi, it was in the VMT with their respective names, the line "$detail" referenced something named glass, with a path not available in the addon, I switched to "$detail" "models/dg/veh/sedan/glass" and that seemed to work.
For the SUVs, had to fix "parts.vmt", the issue was in "$detail" again, it was referring the same path I could not find in the addon (models/td1/veh/glass) but to fix this one, I had to use "models/dg/veh/4x4/black" and that fixed the issue with the SUV.
I found the wreck of the Silverado (short one), was missing a VMT after loading the file in Blender, I simply copied and pasted in the same folder the VMT named "body_no_1.vmt" and had to rename it to "body_1_no.vmt"