Jump to content

What engine this game use ?


Hellatze

Recommended Posts

Yes, the game engine was written in C++ from the ground up. All the files with really interesting data (like Sector names and Galaxy save data) seem to be encrypted in some way or hidden away behind other "cryptowalls". Good luck modding!

 

Out of interest, what assets are you trying to modify?

Link to comment
Share on other sites

  • 2 weeks later...
  • Boxelware Team

We're using our own engine and we don't encrypt anything, not saves, not resources, nothing. We do use compression for sector and player files though, it's z lib compression with an offset before the actual data for portability between versions. When we release the modding update I'll add more specific info to how the save files are stored.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...