Continuity
-migrated-
Continuity
Submitted By:
Launch Trainer!
Brain Keyboard Only Maze Platform Puzzle

Wondering where the hacks are at? Register or Sign In to find out!


Wondering where the sol files are at? Register or Sign In to find out!

Continuity

Auto-Post
Last Updated: 09/19/2012 02:29

Continuity

-migrated-
Last Updated: 04/02/2010 15:59

Continuity - 35 pts. (new window)
5
 

Four-Square Graduate

  Complete level 7
30
 

Mobius Strip

  Complete all 32 levels

Game Dscription
Continuity, a free online Puzzle & Skill game brought to you by Armor Games. A sliding-tile platformer. Awarded Best Student Game at the 2010 Independent Games Festival. Continuity was created by Elias Holmlid, Dmitri Kurteanu, Guy Lima, Jr., and Stefan Mikaelsson.
Continuity Posted on: 04/02/2010 11:46am
Quote Post
http://www.kongregate.com/games/glimajr/continuity

Sothink doesn't show any code in any swf files, so I can't find any hacks. Reinstalling doesn't seem to work. I'll update this post if I find a way to fix it.
Re: Continuity Posted on: 04/02/2010 1:24pm
Quote Post
What hacks could you do anyways?? oh.. maybe, dont need keys to open doors....


if you just want badges here is the sol file... still have to beat the last level though for badges to register...
Code: [Select]
sol location:
chat.kongregate.comgamez0073515liveContinuity.swf
Re: Continuity Posted on: 04/02/2010 1:46pm
Quote Post
System Bot
code shows up ok for me.  Beat any level to get the badges.  You can just use the last one to get both, but you might get them out of order.

easy
14 13 00 00 60 fd 25 24 01 a0 60 c3 11 66 ba 0d a1 73
14 00 00 00 02 02 02 02 02 02 02 02 02 02 02 02 24 07

hard
14 13 00 00 60 fd 25 24 01 a0 60 c3 11 66 ba 0d a1 73
14 00 00 00 02 02 02 02 02 02 02 02 02 02 02 02 24 20

This post was imported from an account that no longer exists!
Previous Name: Anonymous
Re: Continuity Posted on: 04/02/2010 2:08pm
Quote Post
Quote from: "praetor"
code shows up ok for me.  Beat any level to get the badges.  You can just use the last one to get both, but you might get them out of order.

easy
14 13 00 00 60 fd 25 24 01 a0 60 c3 11 66 ba 0d a1 73
14 00 00 00 02 02 02 02 02 02 02 02 02 02 02 02 24 07

hard
14 13 00 00 60 fd 25 24 01 a0 60 c3 11 66 ba 0d a1 73
14 00 00 00 02 02 02 02 02 02 02 02 02 02 02 02 24 20
Works great. Got me both badges. Thanks!
Re: Continuity Posted on: 04/02/2010 2:15pm
Quote Post
hey praetor, where do you find the badges in the code for this game? i see where the api is loaded but cant find badges. im probably just over looking them.
Re: Continuity Posted on: 04/02/2010 2:49pm
Quote Post
System Bot
Search for submit

Here is the function

private function levelFinished(event:LevelFinishedEvent) : void
        {
            var _loc_3:int = 0;
            mRoomsMoved = event.moves;
            SaveLevelData();
            var _loc_2:* = CheckIfLastLevel(false);
            SaveLevelProgress(false, _loc_2);
            if (mLevelSet == LEVELSET_MAIN)
            {
                _loc_3 = (mCurrentLevel + 1) - mSkippedList.length;
            }
            else if (mLevelSet == LEVELSET_SKIPPED)
            {
                _loc_3 = mLevelNr - (mSkippedList.length - 1);
            }
            Application.application.kongregate.stats.submit("LevelsCompleted", _loc_3);
            return;

This post was imported from an account that no longer exists!
Previous Name: Anonymous
Re: Continuity Posted on: 04/02/2010 3:59pm
Quote Post
Quote from: "praetor"
Search for submit

AWESOME! Thanks man. Got the civilizations wars badges now. Teach a bro to fish as they say...