Garry's Mod

Garry's Mod

2,611 oy
[CTVehicles] Shared Textures
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
İçerik Türü: Eklenti
Eklenti Türü: Araç
Eklenti Etiketleri: Rol Yapma, Gerçekçilik
Dosya Boyutu
Gönderilme
Güncellenme
26.088 MB
31 Mar 2018 @ 11:47
27 Tem 2023 @ 5:25
37 Değişiklik Notu ( görüntüle )

İndirmek için abone ol
[CTVehicles] Shared Textures

𝓒𝓣𝓥 tarafından 1 koleksiyonda
CTVehicles Collection
57 öğe
Açıklama
Info
Shared Texture pack for my cars. Also adds a few other miscellaneous things. Download and missing texture issues will be (hopefully) non existent.

Configurations
Some cars may have some extra features below, which can be toggled. Most vehicles with such features will have them listed on its addon description.

Clientside ConVars:
simf_firstpersonsounds_enabled - Enables the dynamic sound system
After changing this mode you need to restart the map or reconnect.

Serverside ConVars:
ctv_random_bg_enabled - Enables the vehicle to spawn with randomnized bodygroups
ctv_selective_color_enabled - Enables the vehicle to spawn with certain selected colours
ctv_random_skin_enabled - Enables the vehicle to spawn with a randomly chosen skin

ConVar Values:
"0" - disabled
"1" - enabled (default)

Q/A
Q: Dis addon contain no cars!!1!1
A: This addon only contains textures shared between all my cars and some other stuff. It does nothing else.

Q: Can u port xxxx car?!
A: I don't take requests.

Q: How 2 git lights
A: Get VCMod [www.gmodstore.com]

Q: random thing no work?
A: Delete the .gma addon file so that it can redownload.

Q: Da hek why texture still no show but I dl shared Tex alr?
A: Steam downloading bug, delete both shared texture and vehicle .gma files to allow a complete redownload.

Q: Make a even better img?
A:

Join the CTVehicles Group to stay updated for releases and events!

Credits
Textures from Forza (Turn 10 Studios), ProjectCars (Slightly Mad Studios)

DO NOT MODIFY OR REUPLOAD THIS ADDON WITHOUT MY PERMISSION.
32 Yorum
3650 4 Oca 2024 @ 12:28 
missing:steamthumbsdown:
h_dando 9 Kas 2023 @ 18:05 
i redownload but still no work
h_dando 9 Kas 2023 @ 18:01 
textures still missing
Karma 30 Oca 2023 @ 23:40 
Hello, I am asking for Permission to put this into my Content Pack. Credit and Link to Original Addon will be put in the Description
BaoXing 25 Haz 2022 @ 22:46 
i downloaded shared textures but its still missing
Pako 15 Mar 2022 @ 0:18 
uhh still missing textures
엘-750-BM 16 Şub 2021 @ 1:28 
This addon keeps uninstalling itself whenever I close down my Gmod, I have to keep reinstalling it onto my PC because of it
storm37000 11 Şub 2021 @ 13:42 
Im more referring to the think hooks in the other vehicles that are constantly finding a specific class.
𝓒𝓣𝓥  [yaratıcı] 11 Şub 2021 @ 2:59 
Thank you for the help. However, If you are referring to the simulated wheel collision, I’ve already tested that it was the only way to ensure it always works else the wheels would be floating in the air when the player is not inside the vehicle, making it seem odd.
storm37000 9 Şub 2021 @ 12:34 
Using a Think/Tick hook is VERY inefficient for what your doing, you should NEVER do a ents. function inside it. Please dont make the mistake of TDM having a ton of think hooks that cause server lag with a large number of vehicles installed.
You should use PlayerSpawnedVehicle and create a hook inside there for that specific vehicle that is destroyed if the vehicle becomes invalid(removed). You can also use PlayerEnteredVehicle and PlayerLeaveVehicle to add and remove the hook if you can have it run only when there is a player inside the vehicle.