Tools

Here you can find descriptions and download links to my tools and modding repository dumps

FMOD-GOF2-Recreated

A replica of Galaxy On Fire 2’s FMOD Designer Project file. Intended to allow more complex sound and event modifications. The project is not fully finished and will probably feature discrepencies in comparison with the original file.

I would really appreciate contributions to the repo and thus the process of getting closer and closer to the original .fdp file 🙂

Weapbin

Weapbin.py is a tool made for modifying the weapons.bin file from Galaxy On Fire 2. It can extract the hardpoint data from weapons.bin, as well as reassemble it.

gofdetect

This tool can extract strings from the .bin and .lang files of Galaxy On Fire 2. It can also write new .lang files. Originally written for the development of the Galaxy On Fire Google Translate Mod (GOFGT).

  • langdetect: Can extract from AND write into the language files (.lang)
  • bindetect: Can extract strings from the names_*.bin, systems.bin, stations.bin and agents.bin files

binmodder

Binmodder is a python program for replacing strings in Galaxy On Fire 2’s .bin files. Made as a GUI experiment and specifically for the Development of the GOFGT Mod. Therefore it can also randomly translate the strings a ton of times, which leads to some very funny “translations”

Not my proudest piece of code, so there’s a very big emphasis on “GUI experiment”. Therefore it’s also at the bottom 😛

Repository Dumps

Here are the GitHub repository of my working repositories for some of my modifications. The purpose of these repositories is it to show other modders from the community my method/workflow, not release any useful tools. However some of the scripts included in them could prove to be of use to other modders.

GOFGT-Tools

“This repository inhabits most of the tools i used to make the Galaxy On Fire Google Translate Mod. None of these files where made for publishing. I intended to post my working directory, so other modders can take a look at the methods I used. I then decided to only post the scripts and spreadsheets and not any generated or vanilla sound files.”

GOF3DGT

Here you can find my repository for the Galaxy On Fire 3D (GOF1) Google Translated Mod for SymbianOS. If you want to make an even more broken translation, you can just clone the repository, change the amount of translations and then run the translations.py script.