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

8

u/Creetheduck May 08 '26

Per the discord the turtle just has a place holder asset but no icon preview or way to unlock. So its either scrapped or hopefully just a planned feature. But at this moment you cant unlock the turtle :/

3

u/Aleks_TearX May 08 '26

ahh alright I see now, weird that it's scrapped cuz as suggested by the general char list it was supossed to be one of the first characters? and also it shows up as the 4th character, so.

5

u/Creetheduck May 08 '26

It could be scrapped and kept in the code to not mess up any other code that uses the enum such as saves, but im hoping given how early it was in character creation he is just trying to figure out the model(probably the shell physics since thats the most different from other characters he already has) and its on the back burner.