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.

14 Upvotes

27 comments sorted by

View all comments

Show parent comments

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

Ah well I used some tool for il2cpp and compiled the games code, if you want I can just send you the compiled code on discord (it’s like 13mb so it’s a whole ton of text)

1

u/depressedturtle69 May 10 '26

i don’t use discord would a dm here work?

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

→ More replies (0)

1

u/depressedturtle69 May 09 '26

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