Willster419 / RelhaxModpackDatabase

The database and backend tools for database managers
GNU General Public License v3.0
6 stars 3 forks source link

Awfultanker colour issues #32

Closed Arkhorse closed 5 years ago

Arkhorse commented 5 years ago

Awfultanker colour options have a patching issue

"texture": "\"standard_blue64.dds\"",

Slashes should not be added "standard_green64.dds" is the actual requested patch

Current patch code: `

json edit app \\res_mods\\versiondir\\scripts\\client\\gui\\mods\\at_servermarker\\AT_ServerMarker_config.json texture .* standard_green64.dds

` The result:

{ "texture": "\"standard_blue64.dds\"", "textureScaleArcade": 0.65, "textureScaleSniper": 0.8, "markerScaleServer": 0.8, "markerScaleClient": 1.0, "hideClientMarkerReload": false, "preventTeamDamage": false, "showOnTop": false, "showUnsupported": true, "minimumSizeLimit": true }

Willster419 commented 5 years ago

not sure why the patcher would do this. when it detects a string type value for replace, it should place the value in raw. if you try to setup that patch manually in the designer, what does it do?

Arkhorse commented 5 years ago

Not this.... It works fine. Only after installing does it do this.

Arkhorse commented 5 years ago

I can no longer reproduce the issue. Re-enabling it and closing this.

elektrosmoker commented 5 years ago

some patches worked, but not all patches used the same format. i think this was a copy/paste issue. FIXED 4 ALL COLORS

LOCKED