Achievement Scouts LogoAchievement Scouts
ยฉ 2026 Achievement Scouts|Privacy Policy|Meet the Staff|About Us|Platform Stats|Supporters|Built by Cris R.
GameRestricted Removed

Running Sausage (605520)

DevelopersNL Studio
Tags
Action
Achievements
9
SH Points
3,589
Steam

Progress

Curation

Running Sausage
Running Sausage(605520)
RestrictedInformational
Internal (no store page)
Jan 30, 2026, 10:00 AM
Curated by
Hi Dog
Updated by
Bobogoobo
2D auto-runner platformer. Beat every 5th level up to level 35, then use console command for otherwise broken achievement. Console (F12) cheese available. ~5 minutes to 100% using the console.
Full Review
Running Sausage

Running Sausage

Restricted Removed(605520)
InformationalJan 30, 2026, 10:00 AM
Internal (no store page)
โ€ข
Curated by Hi Dog
โ€ข
Updated by Bobogoobo
2D auto-runner platformer. Beat every 5th level up to level 35, then use console command for otherwise broken achievement. Console (F12) cheese available. ~5 minutes to 100% using the console.
Full Review
Scout Intel
ยทLast updated May 21, 2026, 08:40 AM
โ„น๏ธ You can use the console to move yourself to the finish line. If you do this for the first 35 levels you will get all but one achievement.

๐Ÿ† Start a new game, start level 1 and then open console/inspector with F12.

๐Ÿ† Toggle to "Console" in the inspector, and paste the following command while being in a level. This will put you just before the finish line (layoutWidth * 0.995 means at 99,5% completion of the level).

(function() {
    var runtime = cr_getC2Runtime();
    var layoutWidth = runtime.running_layout.width;
    var teleportX = layoutWidth * 0.995;
    var playerType = runtime.types_by_index.find(t => t.name === "t10" || t.behaviors.some(b => b.behavior instanceof cr.behaviors.Platform));
    if (playerType && playerType.instances[0]) {
        var player = playerType.instances[0];
        player.x = teleportX;
        player.y -= 50; 
        var p = player.behavior_insts.find(b => b.behavior instanceof cr.behaviors.Platform);
        if (p) {
            p.dx = 0;
            p.dy = 0;
        }
    }
})();
๐Ÿ† Repeat for the next 35 levels to get all working achievements, then run the following code for the final achievement.

var r = cr_getC2Runtime();
r.eventsheets['end'] = r.eventsheets['steam'];
r.changelayout = r.layouts['end'];

Cheese strategy provided by
HD
Hi Dog
(level skip) and Bobogoobo (achievement fix).
Discussion
Updated Feb 17, 2026, 05:06 PM by lylat

Scouts Progress

RankUserAchievementsProgressPlaytimeLast Unlock