Skip to content

Commit

Permalink
Fix for Road Cracks Layering
Browse files Browse the repository at this point in the history
Fix for textures:
- 114, 115, 37, 38, 78, 90, 91, 92, 96, 97
  • Loading branch information
MiguelRita committed Aug 25, 2024
1 parent f962c26 commit 2db76f3
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 16 deletions.
3 changes: 2 additions & 1 deletion CustomDecals/Ground/Texture114 - Tar Patch/decal.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"Float": {
"_DrawOrder": 110,
"_Metallic": 0,
"_Smoothness": 0,
"colossal_DecalLayerMask": 7,
"colossal_DecalLayerMask": 6,
"_NormalOpacity": 0,
"_MetallicOpacity": 0,
"UiPriority": 9100
Expand Down
3 changes: 2 additions & 1 deletion CustomDecals/Ground/Texture115 - Tar Patch/decal.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"Float": {
"_DrawOrder": 110,
"_Metallic": 0,
"_Smoothness": 0,
"colossal_DecalLayerMask": 7,
"colossal_DecalLayerMask": 6,
"_NormalOpacity": 0,
"_MetallicOpacity": 0,
"UiPriority": 9100
Expand Down
5 changes: 3 additions & 2 deletions CustomDecals/Ground/Texture37 - Road Crack/decal.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"Float": {
"_DrawOrder": 110,
"_Metallic": 0,
"_Smoothness": 0,
"colossal_DecalLayerMask": 3,
"colossal_DecalLayerMask": 6,
"_NormalOpacity": 0,
"_MetallicOpacity": 0,
"UiPriority": 9340
"UiPriority": 9100
},
"Vector": {
"colossal_MeshSize": {
Expand Down
5 changes: 3 additions & 2 deletions CustomDecals/Ground/Texture38 - Road Crack/decal.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"Float": {
"_DrawOrder": 110,
"_Metallic": 0,
"_Smoothness": 0,
"colossal_DecalLayerMask": 3,
"colossal_DecalLayerMask": 6,
"_NormalOpacity": 0,
"_MetallicOpacity": 0,
"UiPriority": 9340
"UiPriority": 9100
},
"Vector": {
"colossal_MeshSize": {
Expand Down
5 changes: 3 additions & 2 deletions CustomDecals/Ground/Texture78 - Damaged/decal.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"Float": {
"_DrawOrder": 110,
"_Metallic": 0,
"_Smoothness": 0,
"colossal_DecalLayerMask": 7,
"colossal_DecalLayerMask": 6,
"_NormalOpacity": 0,
"_MetallicOpacity": 0,
"UiPriority": 9341
"UiPriority": 9100
},
"Vector": {
"colossal_MeshSize": {
Expand Down
3 changes: 2 additions & 1 deletion CustomDecals/Ground/Texture90 - Road Dust/decal.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"Float": {
"_DrawOrder": 110,
"_Metallic": 0,
"_Smoothness": 0,
"colossal_DecalLayerMask": 7,
"colossal_DecalLayerMask": 6,
"_NormalOpacity": 0,
"_MetallicOpacity": 0,
"UiPriority": 8400
Expand Down
3 changes: 2 additions & 1 deletion CustomDecals/Ground/Texture91 - Road Dust/decal.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"Float": {
"_DrawOrder": 110,
"_Metallic": 0,
"_Smoothness": 0,
"colossal_DecalLayerMask": 7,
"colossal_DecalLayerMask": 6,
"_NormalOpacity": 0,
"_MetallicOpacity": 0,
"UiPriority": 9100
Expand Down
5 changes: 3 additions & 2 deletions CustomDecals/Ground/Texture92 - Road Dust/decal.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"Float": {
"_DrawOrder": 110,
"_Metallic": 0,
"_Smoothness": 0,
"colossal_DecalLayerMask": 7,
"colossal_DecalLayerMask": 6,
"_NormalOpacity": 0,
"_MetallicOpacity": 0,
"UiPriority": 9100
"UiPriority": 9100
},
"Vector": {
"colossal_MeshSize": {
Expand Down
5 changes: 3 additions & 2 deletions CustomDecals/Ground/Texture96 - Road Damage/decal.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"Float": {
"_DrawOrder": 110,
"_Metallic": 0,
"_Smoothness": 0,
"colossal_DecalLayerMask": 7,
"colossal_DecalLayerMask": 6,
"_NormalOpacity": 0,
"_MetallicOpacity": 0,
"UiPriority": 9100
"UiPriority": 9100
},
"Vector": {
"colossal_MeshSize": {
Expand Down
4 changes: 2 additions & 2 deletions CustomDecals/Ground/Texture97 - Road Damage/decal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"Float": {
"_Metallic": 0,
"_Smoothness": 0,
"colossal_DecalLayerMask": 7,
"colossal_DecalLayerMask": 6,
"_NormalOpacity": 0,
"_MetallicOpacity": 0,
"UiPriority": 9100
"UiPriority": 9100
},
"Vector": {
"colossal_MeshSize": {
Expand Down

0 comments on commit 2db76f3

Please sign in to comment.