Garry's Mod
2,594 valoraciones
[CTVehicles] Shared Textures
   
Premiar
Favoritos
Favorito
Quitar
Tipo de contenido: Extensión
Tipo de extensión: Vehículo
Etiqueta de extensión: Juego de rol, Realismo
Tamaño
Publicado el
Actualizado el
26.088 MB
31 MAR 2018 a las 11:47
27 JUL 2023 a las 5:25
37 notas sobre cambios ( ver )

Suscríbete para descargar
[CTVehicles] Shared Textures

En 1 colección creada por 𝓒𝓣𝓥
CTVehicles Collection
57 artículos
Descripción
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 comentarios
3650 4 ENE a las 12:28 
missing:steamthumbsdown:
h_dando 9 NOV 2023 a las 18:05 
i redownload but still no work
h_dando 9 NOV 2023 a las 18:01 
textures still missing
Karma 30 ENE 2023 a las 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 JUN 2022 a las 22:46 
i downloaded shared textures but its still missing
Pako 15 MAR 2022 a las 0:18 
uhh still missing textures
엘-750-BM 16 FEB 2021 a las 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 FEB 2021 a las 13:42 
Im more referring to the think hooks in the other vehicles that are constantly finding a specific class.
𝓒𝓣𝓥  [autor] 11 FEB 2021 a las 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 FEB 2021 a las 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.