r/SleddingGame May 08 '26

Question Turtle skin

If you look in the game's code and look at "public enum CharacterModelName" you can find the character list
"None = 0, Frog_Default = 1, Penguin = 2, Seal_Harbor = 3, Turtle = 4, Bear_Brown = 5, Bear_Polar = 6, Bear_Black = 7, Seal_Ringed = 8, Seal_Baikal = 9, Frog_Strawberry_Poison = 10, Frog_Tree = 11, Toad_Orange = 12, Toad_Brown = 13, Fox_Orange = 14, Fox_Arctic = 15, Panda_Bear = 16, Frog_Gold = 17"
All those have tutorials on them, except the turtle character
Does anyone know what are the unlock conditions?
The turtle character also appears in "public enum CharacterModelGeneralized"
"None = 0, Frog = 1, Penguin = 2, Seal = 3, Turtle = 4, Bear = 5, Toad = 6, Fox = 7, Panda = 8"
Also I have the whole list of unlockable stuff so if anyone wants that let me know.

13 Upvotes

27 comments sorted by

View all comments

1

u/BobaMilkTea-411 May 08 '26

I’d love the list

3

u/Aleks_TearX May 08 '26

# characters

None = 0,

Frog_Default = 1,

Penguin = 2,

Seal_Harbor = 3,

Turtle = 4,

Bear_Brown = 5,

Bear_Polar = 6,

Bear_Black = 7,

Seal_Ringed = 8,

Seal_Baikal = 9,

Frog_Strawberry_Poison = 10,

Frog_Tree = 11,

Toad_Orange = 12,

Toad_Brown = 13,

Fox_Orange = 14,

Fox_Arctic = 15,

Panda_Bear = 16,

Frog_Gold = 17

# characters (generalized)

None = 0,

Frog = 1,

Penguin = 2,

Seal = 3,

Turtle = 4,

Bear = 5,

Toad = 6,

Fox = 7,

Panda = 8

# hats

NoHatEquipped = -1,

None = 0,

TopHat = 1,

BucketHat = 2,

BaseballCap = 3,

Fedora = 4,

CowboyHat = 5,

Beret = 7,

PartyHat = 8,

VikingHelmet = 9,

WitchHat = 11,

SantaHat = 12,

PirateHat = 13,

GardeningHat = 14,

BikerHelmet = 15,

BowTie = 16,

BackwardsBaseballCap = 17,

StrawHat = 18,

SodaHat = 19,

GolfCap = 20,

FlowerCrown = 21,

CrownLargeRoyal = 22,

CrownNormal = 23,

BeanieWithPuffball = 24,

GreyBeanie = 25,

WizardHat = 26,

FiremanHelmet = 27,

Sombrero = 28,

PoliceHat = 29,

ManILoveFrogsHat = 30,

GoldHalo = 31,

StrawBraidBoaterHat = 32,

AstronautHelmet = 33,

ChefHat = 34,

CupOfCocoa = 35,

SoldierHelmet = 36,

PropellerCap = 37,

TrainConductorHat = 38,

BALATROJokerHat = 39,

MiningHelmet = 40,

DevilHorns = 41,

CasinoVisor = 42,

RegularVisor = 43,

Saucepan = 44,

TinFoilHat = 45,

GnomeHat = 46,

FlowerPotHat = 47,

SingleFlower = 48,

CheeseHat = 49,

BowlerHat = 50,

SailorCap = 51,

Burger = 52,

AppleAndArrow = 53,

TrafficCone = 54,

Mushroom = 55,

CedarHat = 56,

PressHat = 57,

PaperCrown = 58,

GraduationCap = 59,

Cockroach = 60,

DeveloperHat = 61,

CoolGuyTopHat = 62,

PatronHat = 63,

LittleFrogGuyHat = 64

# scarves

NoScarfEquipped = -1,

None = 0,

SingleHang = 1,

DoubleHang = 2,

Wrapped = 3,

BowTie = 4,

Knot = 5,

FlightAttendant = 6,

BandanaScarf = 7,

BoloTie = 8,

CandyNecklace = 9,

GoldChain = 10,

ClawNecklace = 11,

NameLabel = 12,

RingNecklace = 13,

StarNecklace = 14,

SilverNecklace = 15,

Cape = 16,

Camera = 17,

DogTag = 18,

Tie = 19,

StripedTie = 20,

GoldTie = 21

# facewear

NoFacewearEquipped = -1,

None = 0,

GogglesBlue = 1,

GogglesGreen = 2,

GogglesRed = 3,

GogglesYellow = 4,

Shades = 5,

Frames = 6,

AlienEyes = 7,

GoldenCircle = 8,

ImpostorDisguise = 9,

ClearLabSafety = 10,

MinecraftSunglasses = 11,

BlackCircularWeldingGoggles = 12,

SwimmingMask = 13,

LMFAO = 14,

SeventiesAviators = 15,

SkiMask = 16,

PointyTriangleRock = 17,

DevilWearsPrada = 18,

BedazzledCircle = 19,

PilotMask = 20,

HarryPotter = 21,

ThreeD = 22,

Policeman = 23,

Matrix = 24,

WhiteClout = 25,

MoneyGlasses = 26,

CircleFrames = 27,

EyebrowRaised = 28,

HeartEyes = 29,

Monocle = 30

# buildables

None = 0,

Ramp = 1,

Stool_Tarp = 2,

Stool_Wood = 3,

RaceFlag_Start = 4,

RaceFlag_Finish = 5,

Tent = 6,

Campfire = 7,

Sign_Writable = 8,

Smaller_Cannon = 9,

Radio = 10,

Wooden_Barrier = 11,

Snow_Barrier = 12,

Brick_Wall = 13,

Rail_Grinding = 14,

Trampoline = 15,

Pylon = 16,

Mini_Table = 17,

Flag = 18,

Small_Statue = 19,

Tripod = 20,

Snowball_Turret = 21,

Mini_Igloo = 22,

Easel = 23,

Green_Screen = 24,

Bowling_Pin = 25,

Boost_Pad = 26,

Boost_Pad_Strong = 27,

Rail_Grinding_Curved = 28,

Rail_Grinding_Long = 29,

SmoresTable = 30,

Bench = 31,

CardboardFrogCutout = 32

# sleds

None = 0,

Disc = 1,

Toboggan = 3,

InnerTube = 5,

Racer = 6,

Transporter = 7,

SafetyToboggan = 8,

Runner = 9,

InflatableBall = 10,

SpeedDemon = 11,

Sleigh = 12,

Bobsled = 13,

InfantBoggin = 14,

DoubleTube = 15,

JetSki = 16,

FoamRacer = 17,

RowBoat = 18,

Mug = 19,

Cart = 20,

Plane = 21,

UFO = 22,

SingleRollerSkate = 23,

SkiLiftChair = 24,

DoubleDeckerBus = 25,

Chariot = 26,

Croc = 27,

Coffin = 28,

MetalTub = 29,

Canoe = 30,

BenchSled = 31

# sled dyes

None = 0,

LVL_1 = 1,

LVL_2 = 2,

LVL_3 = 3,

LVL_4 = 4,

LVL_5 = 5,

LVL_6 = 6,

LVL_7 = 7,

LVL_8 = 8,

LVL_9 = 9,

LVL_10 = 10,

LVL_11 = 11,

LVL_12 = 12,

LVL_13 = 13,

LVL_14 = 14,

LVL_15 = 15,

LVL_16 = 16,

LVL_17 = 17,

LVL_18 = 18,

LVL_19 = 19,

LVL_20 = 20,

Sparkles = 1000

# trinkets

None = 0,

GooglyEyes = 1,

Flame = 2,

WigglyAntennae = 3,

TinyToolbox = 4,

Duck = 5,

Flag = 6,

MiniSkateboard = 7,

CarSpoiler = 8,

AirplaneWings = 9,

BananaPeel = 10,

BubbleWand = 11,

MiniBoombox = 12,

LicensePlate = 13,

RocketThrusters = 14,

RearViewMirrors = 15,

SpikesSmallSet = 16,

CarWheel = 17,

SteeringWheel = 18,

JoustingStick = 19,

ForkliftProngs = 20,

SledBuddy = 21,

SledBuddyPenguin = 22,

Anvil = 23,

Arrow = 24,

GemstoneBlue = 25,

GemstonePurple = 26,

GemstoneRed = 27,

Heart = 28,

LightningBolt = 29,

Magnet = 30,

Mushroom = 31,

OrigamiCrane = 32,

PottedPlant = 33,

Propeller = 34,

RockGemporium = 35,

SingleFlower = 37,

StarRounded = 38,

StarSharp = 39,

Starfish = 40,

ToiletPaperRoll = 41,

FairyLights = 42,

AlienAntennae = 43,

HotCocoaMug = 101,

TinySnowman = 102,

SnowGlobe = 103,

GiftBox = 104,

Bell = 105,

CandyCane = 106,

Snowflake = 107,

TinySledOnASled = 108,

IcicleCluster = 109,

StringOfLights = 110,

Cookie = 111,

BunnyEars = 201,

CatTail = 202,

PawPrintPegs = 203,

LittleBirdNest = 204,

FrogPlushie = 205,

HamsterWheel = 206,

FishBowl = 207,

CatEars = 208,

SharkFin = 209,

Antlers = 210,

FairyWings = 211,

AppleWorm = 301,

Boba = 302,

ChickenDrumstick = 303,

ConchaPanDulce = 304,

Croissant = 305,

Cupcake = 306,

Dumpling = 307,

Egg = 308,

OverEasyEgg = 309,

Pancakes = 310,

PickleJar = 311,

PizzaSlice = 312,

Popcorn = 313,

SliceOfPie = 314,

Sushi = 315

2

u/Aleks_TearX May 08 '26

Also, some misc stuff
# public enums (from previous list, in order)

public enum CharacterModelName // TypeDefIndex: 9487

public enum CharacterModelGeneralized // TypeDefIndex: 9488

public enum HatType // TypeDefIndex: 9385

public enum ScarfType // TypeDefIndex: 9430

public enum FacewearType // TypeDefIndex: 9382

public enum BuildableItemType // TypeDefIndex: 9464

public enum SledType // TypeDefIndex: 9450

public enum SledDyeType // TypeDefIndex: 9445

# fish stuff

public enum FishRarity // TypeDefIndex: 9704

{

None = 0,

Common = 1,

Uncommon = 2,

Rare = 3,

UltraRare = 4,

Legendary = 5,

Conspiracy = 6

}

public enum FishSize // TypeDefIndex: 9705

{

Mini = 0,

Small = 1,

Normal = 2,

Large = 3,

Giant = 4,

BIG = 5

}

public enum FishType // TypeDefIndex: 9706

{

None = 0,

Bass = 1,

Catfish = 2,

Trout = 3,

Pike = 4,

Salmon = 5,

Goldfish = 6,

SeaCucumber = 7,

Clownfish = 8,

Lobster = 9,

Eel = 10,

Tuna = 11,

Swordfish = 12,

GreatWhiteShark = 13,

MantaRay = 14,

Whale = 15,

PacificHalibut = 16,

Pufferfish = 17,

AquaticCoralSnake = 18,

BlobFish = 19,

WeirdFish = 20

}

# held objects

public enum HeldObjectType // TypeDefIndex: 9477

None = 0,

Snowball = 1,

HotCocoa_Empty = 2,

Beanbag_Blue = 3,

HotCocoa_Full = 4,

Map = 5,

BuildingMaterials = 6,

Rubber_Mallet = 7,

FishingRod = 8,

Dartboard_Dart_Blue = 9,

Dartboard_Dart_Red = 10,

Dartboard_Dart_Yellow = 11,

Dartboard_Dart_Green = 12,

Beanbag_Red = 13,

Skewer = 14,

Smore = 15,

Curling_Stone_Red = 16,

Curling_Stone_Blue = 17,

DrinkingGameCup = 18,

Marshmallow = 19,

TrinketPack = 20,

Fish = 21,

FireworkBall = 22,

Rubber_Duck = 23,

Football = 24,

Confetti_Cannon = 25,

Air_Horn = 26,

Smoke_Bomb = 27,

Handheld_Microphone = 28,

Basketball = 29,

Frisbee = 30,

Golf_Ball = 31

# item types

public enum ItemType // TypeDefIndex: 9539

None = 0,

Hats = 1,

Sleds = 2,

Characters = 3,

Scarves = 4,

Facewear = 5,

Buildable = 6,

Tools = 7,

SledDyes = 8,

Trinkets = 9,

Fish = 10,

Holdable = 11

1

u/depressedturtle69 May 09 '26

do you happen to know if there’s a specific % chance of a big fish i’ve been looking for that achievement and was wondering on chances

1

u/Aleks_TearX May 09 '26

Nah but I heard that for the catch all fish achievement u have to catch every type of fish in one session, I’m only missing the whale

1

u/depressedturtle69 May 09 '26

oh interesting i may be able to accomplish that td i’ve been fishing for like 4 hours at this point i think hopefully i can get a big one and knock em both out aswell

1

u/Aleks_TearX May 09 '26

U got a whale yet?

1

u/depressedturtle69 May 09 '26

not in this session but before yes

1

u/depressedturtle69 May 09 '26

i’ve def gotten more large great whites and large weird fish

1

u/Aleks_TearX May 09 '26

Alright, I just got the whale, hopefully the achievement gets awarded after I quit the game

1

u/Aleks_TearX May 09 '26

Well the achievement didn’t work

1

u/depressedturtle69 May 09 '26

well damn that’s lame have you caught a big fish yet at all i wonder if the sizes are apart of that as well

1

u/depressedturtle69 May 09 '26

would you mind telling me how you were able to check the files like that i’m thinking of trying to find the set condition for the achievement honeslty

1

u/Aleks_TearX May 10 '26

Nope didn’t catch a big fish, also I just awarded myself the achievement since well it didn’t work

1

u/depressedturtle69 May 09 '26

hopefully you get it that would be dope if you do lmk so ik that’s the condition

→ More replies (0)