- This is a repo containing hacking tools and hacking related files for Octogeddon
- Save files are stored into two locations which helps prevent hacking / tamporing.
- You need to either edit both save file locations, or delete the save files from one location and using the other location each time you perform edits.
%appdata%/Roaming/Octogeddon/
Steam/userdata/525620/remote/
- The original version of the game uses a
octogeddon.sav
format. - The update that came out 10th March 2018 changed the save file format, there are now two files:
octogeddon.sv2
andoctogeddon.sv2x
- The
octogeddon.sv2x
as of now can safely be deleted and doesn't seem to affect anything, however, a backup should be kept just incase - The
octogeddon.sv2x
file is simply aoctogeddon.sav
file with a checksum added to the end
- You can find various hacked save files in the "HackedSaves" directory. These should be installed into the save files directory.
EverythingUnlockedUltimateStart
This is a save file with the game beaten, which unlocks Hard mode and Endless Ocean. You'll also start out with unlimited money when you press "New Game", and you'll be able to add an infinite number of tentacles to your Octogeddon.
- The online save file editor is available here
- Simply load in your save file, make the changes that need to be made, and then download the modified save file
- Make sure to delete old save files that are in both locations, per above
- This repo contains a tool to both unpack and repack the data.ayg file! The tool can be used to both replace existing files in an archive, and build a brand new archive from scratch!
- The tool is written with NodeJS so make sure you've downloaded and installed a copy.
- Copy your
data.ayg
file into the Unpackers directory and then rununpack.bat
to unpack all of the files -- This will create theextracted
andedited_extracted
directories. - Copy any files you wish to edit into the
edited_extracted
directory, making sure that the exact path matches in both. - Run the
repack.bat
to repack thedata.ayg
file, this will create a new filerepacked_data.ayg
.
- You need two directories
extracted
andedited_extracted
. - There are two options
build.bat
which will createpacked.ayg
andbuild_minimal.bat
which will createminimal_packed.ayg
. - The
build.bat
script will take all files that are inextracted
, andedited_extracted
and buildpacked.ayg
out of the files. The files in edited_extracted will take priority / will override anything from theextracted
directory. - The
build_minimal.bat
will createminimal_packed.ayg
which will consist only of the files inedited_extracted
, allowing for a much smaller archive.