This is a guide to modifying your skater’s appearance via JSON file editing for Skater XL.
Начиная
In order to do these customizations, you will need to edit the .json files. To locate the files, open a folder and go to:
С:\Пользователи<your PC username>\AppData\LocalLow\Easy Day Studios\SkaterXL\Players
Be sure to replace <your PC username> with your username on your PC.
The first thing you’ll need to do is make sure you’ve generated the JSON files. Чтобы сделать это, while in the game, select each playable skater from the menu. Check the folder while doing so to ensure you have .json files. You should end up with:
- Customization_brandonwestgate.json
- Customization_evansmith.json
- Customization_female.json
- Customization_male.json
- Customization_tiagolemos.json
- Customization_tomasta.json
Clothing/Hair Customizations
Within any character JSON file will be 3 main sections:
"clothingGear"
"boardGear"
"body"
This guide will be focusing on “clothingGear” и “boardGear” as there isn’t much that can be done with “тело”. We’ll start off in “clothingGear”.
The simplest thing you can do is remove clothing layers. Stored within “clothingGear” is the code for your skater’s hair or hat, рубашка, брюки, и обувь. A typical “clothingGear” entry would look something like this:
"clothingGear": [ { "textureChanges": [ { "textureID": "albedo", "texturePath": "CharacterCustomization/Hair/MHairAfroLong_Long_Afro_Black" } ], "значокПуть": нулевой, "тип": "mhairafrolong", "имя": "Long Afro Black", "isCustom": ЛОЖЬ, "теги": [] }, { "textureChanges": [ { "textureID": "albedo", "texturePath": "CharacterCustomization/Clothings/Default Male/MHoodie/MHoodie_411_Logo_Hoody_White" }, { "textureID": "rgmtao", "texturePath": "CharacterCustomization/Clothings/Default Male/MHoodie/MHoodie_411_Logo_Hoody...RgMtAo" } ], "значокПуть": нулевой, "тип": "mhoodie", "имя": "411 Logo Hoody White", "isCustom": ЛОЖЬ, "теги": [] }, { "textureChanges": [ { "textureID": "albedo", "texturePath": "CharacterCustomization/Clothings/Default Male/MPants/MPants_Blank_Chino_Dark_Blue" } ], "значокПуть": нулевой, "тип": "mpants", "имя": "Blank Chino Dark Blue", "isCustom": ЛОЖЬ, "теги": [] }, { "textureChanges": [ { "textureID": "albedo", "texturePath": "CharacterCustomization/Clothings/Default Male/MShoes/MShoes/MShoes_Unbranded_Black" }, { "textureID": "нормальный", "texturePath": "CharacterCustomization/Clothings/Default Male/MShoes/MShoes/MShoes_Unbranded...Normal" } ], "значокПуть": нулевой, "тип": "mshoes", "имя": "Unbranded Black", "isCustom": ЛОЖЬ, "теги": [] } ],
By removing an entire item entry from this code, we can remove that particular item. Take the above code, let’s say we want to remove the hair entirely for the buzzed head look. Простой;
"clothingGear": [ { "textureChanges": [ { "textureID": "albedo", "texturePath": "CharacterCustomization/Clothings/Default Male/MHoodie/MHoodie_411_Logo_Hoody_White" }, { "textureID": "rgmtao", "texturePath": "CharacterCustomization/Clothings/Default Male/MHoodie/MHoodie_411_Logo_Hoody...RgMtAo" } ], "значокПуть": нулевой, "тип": "mhoodie", "имя": "411 Logo Hoody White", "isCustom": ЛОЖЬ, "теги": [] }, { "textureChanges": [ { "textureID": "albedo", "texturePath": "CharacterCustomization/Clothings/Default Male/MPants/MPants_Blank_Chino_Dark_Blue" } ], "значокПуть": нулевой, "тип": "mpants", "имя": "Blank Chino Dark Blue", "isCustom": ЛОЖЬ, "теги": [] }, { "textureChanges": [ { "textureID": "albedo", "texturePath": "CharacterCustomization/Clothings/Default Male/MShoes/MShoes/MShoes_Unbranded_Black" }, { "textureID": "нормальный", "texturePath": "CharacterCustomization/Clothings/Default Male/MShoes/MShoes/MShoes_Unbranded...Normal" } ], "значокПуть": нулевой, "тип": "mshoes", "имя": "Unbranded Black", "isCustom": ЛОЖЬ, "теги": [] } ],
What was removed was the following:
{ "textureChanges": [ { "textureID": "albedo", "texturePath": "CharacterCustomization/Hair/MHairAfroLong_Long_Afro_Black" } ], "значокПуть": нулевой, "тип": "mhairafrolong", "имя": "Long Afro Black", "isCustom": ЛОЖЬ, "теги": [] },
All this code = your hair. Neat huh?
So let’s say we want to remove everything. Our hair, рубашка, брюки, и обувь. By removing everything in the “clothingGear” раздел, вот так…
"clothingGear": [
],
…we get the following for any of the 6 currently available skaters:
Following this same principle, we can also have some fun with skater’s hairstyles. Например, we can give the female base skater a men’s hairstyle;
Or we can give a male skater a female hairstyle, although this doesn’t work out very nicely for some reason. The hair somewhat clips into the male’s head;
We can also give the named skaters who can’t normally have hair added, some hair, or even a hat! Например, here’s Tiago Lemos with blonde dreads;
Deck Customizations
There are a few things you can do with your deck:
- “Hoverboard” режим
- “Rollerskates” режим
- Plain white grip tape
- Bright pink grip tape (need to do plain white first)
Снова, following the above clothing and hair customization tips, we can have some fun with our decks. Your normal “boardGear” section would look something like this:
"boardGear": [ { "textureChanges": [ { "textureID": "albedo", "texturePath": "BoardCustomization/Deck_Skater_XL_Obstacles_Deck" } ], "значокПуть": нулевой, "тип": "палуба", "имя": "Skater XL Obstacles Deck", "isCustom": ЛОЖЬ, "теги": [] }, { "textureChanges": [ { "textureID": "albedo", "texturePath": "BoardCustomization/GripTape_Easy_Day_Logo" } ], "значокПуть": нулевой, "тип": "griptape", "имя": "Easy Day Logo", "isCustom": ЛОЖЬ, "теги": [] }, { "textureChanges": [ { "textureID": "нормальный", "texturePath": "BoardCustomization/Trucks/TrucksIndependent_Independent_Silver%2FRed%2FCross.Normal" }, { "textureID": "albedo", "texturePath": "BoardCustomization/Trucks/TrucksIndependent_Independent_Silver%2FRed%2FCross" }, { "textureID": "rgmtao", "texturePath": "BoardCustomization/Trucks/TrucksIndependent_Independent_Silver%2FRed%2FCross.RgMtAo" } ], "значокПуть": нулевой, "тип": "trucksindependent", "имя": "Independent Silver/Red/Cross", "isCustom": ЛОЖЬ, "теги": [] }, ],
So by removing the “textureChanges” sections for your trucks and wheels, you can do hoverboard mode;
Или, by removing the grip tape and deck, you can do rollerblade mode;
Или, by removing just the grip tape, but leaving the deck, you can get this plain white grip tape;
And for a secondary fun trick, once you have the plain white grip tape, go to your skater’s customization for the grip tape but don’t select a grip tape. Вместо, once you’ve previewed a grip, back out. You’ll notice your grip tape is now pink, вот так;
I am not sure if the plain white or pink grip is visible to other players (нравиться, which do they see when it goes pink? Or do they just see pink all the time?
И очевидно, if you remove the trucks, схватить, палуба, and wheels, you’ll have no board;
Предупреждение: If you set up no wheels or trucks on one skater, be warned that switching to that skater from another skater that does have wheels or trucks will cause your wheelless/truckless skater’s board to regain wheels and trucks. It helps to modify all 6 JSON files to the same thing for wheels and trucks to prevent accidental regaining of wheels and trucks.
Things That Do Not Work
- Trying to set your male/female standard skater’s body skin color and head skin color to two different things does not work. I tried setting the head to dark and the body to light for the female and when I loaded in-game, she was fully dark. Да, the body and head skin colors are stored separately in the JSON.
- Trying to glitch the textures of your skater’s body by swapping in the texture line from a hairstyle or something does not work. The game is pretty decent at detecting improper things being set and fixing it, aside from the whole “being able to fully remove your hair, одежда, обувь, and even deck” вещь. You may notice sometimes that your skater will switch to the default outfit. This is the game’s issue detection kicking in.
- Trying to set one skater’s head onto another skater’s body does not work.
Это все, чем мы делимся сегодня для этого. Фигурист XL гид. Это руководство было первоначально создано и написано 404UNF. На случай, если нам не удастся обновить это руководство, вы можете найти последнее обновление, следуя этому связь.
how do i code the body like skin and that?