Sunday, September 5, 2010

Command Command Revolution 3.0 Released!

It's been ten days since my post about Command Command Revolution 3.0! Now that my computer is up and running again, I have finally been able to package the already finished CCR 3.0 for upload. Now it's on the Sourceforge project.

Download Command Command Revolution 3.0 here. The tar file containing ccr is now compressed with 7zip to make it even smaller than before. Please make sure you have the following packages so you can unpack the file:
  • tar
  • p7zip

If you do not have either of these packages, download and install them by typing sudo aptitude install tar && sudo aptitude install p7zip.

Updates:
  • Lots of bug fixes
  • Completely redesigned kernel
  • New level format


Click here to view the warranty and here to view the license.

To install Command Command Revolution, follow these instructions:
  1. Download the tar.7z file here or type wget http://sourceforge.net/projects/cmdcmdrev/files/Source/ccr3-0.tar.7z/download
  2. Open terminal and navigate to the location of the tar file
  3. Type p7zip -d ccr3-0.tar.7z && tar xvf ccr.tar && rm ccr.tar
  4. Type cd ccr
  5. Run ./install.sh as a superuser
  6. Make sure /usr/local/bin/ is in your path
  7. Run ./settingsinstall.sh on all users you want to play ccr on. Make sure you do not run it as a superuser! Run it as the user you want to play ccr on.
  8. Delete the ccr install folder by typing cd .. && rm -r ccr
  9. To play ccr, type ccr.sh in the terminal.

To run Command Command Revolution without having a superuser install it, follow these instructions:
  1. Download the tar.7z file here or type wget http://sourceforge.net/projects/cmdcmdrev/files/Source/ccr3-0.tar.7z/download
  2. Open terminal and navigate to the location of the tar file
  3. Type p7zip -d ccr3-0.tar.7z && tar xvf ccr.tar && rm ccr.tar
  4. Type cd ccr
  5. ./settingsinstall.sh
  6. To run, navigate to ccr/bin/ and type ./ccr.sh.

To install Command Command Revolution on a jailbroken iDevice, follow the instructions below. If you have the package Aptitude, replace apt-get with aptitude in the commands below.
  1. Make your you have either Mobile Terminal or OpenSSH installed
  2. SSH into your iDevice or open Mobile Terminal
  3. Type su
  4. If you do not have the package Tape Archive, install it by typing apt-get install tar. If you don't know whether or not you have it, install it. If you already have it, it will not install anything.
  5. If you do not have the package 7-zip, install it by typing apt-get install p7zip. Again, if you don't know whether or not you have it, install it. If you already have it, it will not install anything.
  6. If you do not have the package wget, install it by typing apt-get install wget.
  7. Type exit
  8. Type wget http://sourceforge.net/projects/cmdcmdrev/files/Source/ccr3-0.tar.7z/download
  9. Type 7z e ccr3-0.tar.7z
  10. Type rm ccr3-0.tar.7z
  11. Type tar xvf ccr.tar
  12. Type rm ccr.tar
  13. Type cd ccr
  14. Type su
  15. Type ./install.sh and hit return when prompted to
  16. Type exit
  17. Type ./settingsinstall.sh and hit return if prompted to
  18. Type cd ..
  19. Type rm -r ccr
  20. Type ccr.sh to play ccr


Credits

Everyone who helped me make CCR better is listed here.

Nanduhirion

Levels
  • Shell Slave: The Servitude
  • Shell Slave: The Rescue

No comments:

Post a Comment