Skip to content

Commit

Permalink
Standardize texture names (#90)
Browse files Browse the repository at this point in the history
* Include _co suffix for textures

* Standardize fiat 125p texture names
  • Loading branch information
3Mydlo3 authored Apr 4, 2024
1 parent 55b252f commit f93e44f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions addons/cup_vehicles/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class CfgVehicles
DisplayName = "Polish Police";
author = "Renchon";
textures[] = {
QPATHTOF(assets\textures\pol57xD.paa),
QPATHTOF(assets\textures\lada_glass_ca5.paa)
QPATHTOF(assets\textures\fiat_125p_pol_co.paa),
QPATHTOF(assets\textures\fiat_125p_pol_glass_co.paa)
};
factions[] = { "BLU_GEN_F" };
};
Expand Down Expand Up @@ -85,8 +85,8 @@ class CfgVehicles
displayNameShort = "Fiat 125p";

hiddenSelectionsTextures[] = {
QPATHTOF(assets\textures\pol57xD.paa),
QPATHTOF(assets\textures\lada_glass_ca5.paa)
QPATHTOF(assets\textures\fiat_125p_pol_co.paa),
QPATHTOF(assets\textures\fiat_125p_pol_glass_co.paa)
};

textureList[] = { "PolishPolice", 1 };
Expand Down
4 changes: 2 additions & 2 deletions addons/vehicles/CfgVehicles.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define HATCHBACK_POLICE_TEXTURE QPATHTOF(assets\textures\hatchback_01_police.paa)
#define HATCHBACK_SPORT_POLICE_TEXTURE QPATHTOF(assets\textures\hatchback_01_police_highway.paa)
#define HATCHBACK_POLICE_TEXTURE QPATHTOF(assets\textures\hatchback_01_police_co.paa)
#define HATCHBACK_SPORT_POLICE_TEXTURE QPATHTOF(assets\textures\hatchback_01_police_highway_co.paa)

class CfgVehicles
{
Expand Down

0 comments on commit f93e44f

Please sign in to comment.