• Add Review
  • Subscribe
  • Nominate
  • Submit Media
  • RSS
Cybernetic cats have come back in time from the future and our mice have been forced to leave their homes in search of a new home and cheese.

The game is an arcade puzzle game. Give your mice skills in order to get them to the exit. Each level has its own limits on how many mice you have to save and what skills are at your disposal. Mine, Bash, climb, float, build, jump and explode your way to freedom.

The game is quite short and uses a password system so you can always restart at the level you was last at.

Latest Blog

No blog entries have been posted yet.

  • Completed
  • grindalf
  • RPG Toolkit
  • Action Puzzle
  • 04/23/2014 11:03 AM
  • 04/18/2018 12:14 PM
  • 06/27/2009
  • 11990
  • 1
  • 56

Posts

Pages: 1
When I want to start it up, it says "A remoteable class was not found in (user folder path)", not where I installed it to be certain.
Strange...The rpgtoolkit can be a bit buggy on some peoples computers.
I'm not sure if it's the same error, but when i start the game, this error pops up:
A remotable class was not found in
C:\Users\<user>\AppData\Local\Temp\TKTemp\Plugin\MenuHelp.dll.

after i skip it with ctrl button, another error pops up:
RPGCode Error
Prg\start_screen.prg
Near line 37: Could not find method keydown.

is there a way to fix this?
Try running as administrator.
The RPGToolkit needs administrative privileges in order to access its plugins. This was not a problem in the past but with newer versions of windows it will deny it access to the plugin.
The plugin adds new commands to the coding database. In this case the command KeyDown.
Because the plugin fails to load the Toolkit reads the command keydown and assumes its a method but cannot find that method in the code anywhere.
In case you don't know how. You need to Right click then choose "Run as Administrator" when you run the exe
author=grindalf
Try running as administrator.
The RPGToolkit needs administrative privileges in order to access its plugins. This was not a problem in the past but with newer versions of windows it will deny it access to the plugin.
The plugin adds new commands to the coding database. In this case the command KeyDown.
Because the plugin fails to load the Toolkit reads the command keydown and assumes its a method but cannot find that method in the code anywhere.
In case you don't know how. You need to Right click then choose "Run as Administrator" when you run the exe
thanks! it works.
Pages: 1