jlcebrian / SOR4Explorer

Simple modding utility for Streets of Rage 4
MIT License
29 stars 10 forks source link

SOR4Explorer

Simple modding utility for Streets of Rage 4

This small utility shows a file navigator and allows you to browse the game's textures, copy them to the clipboard, and export them as PNG.

Eventually, it will also allow you to replace textures, but at the moment it's unclear if the game would load additional texture files or the replacements need to be written inside the existing big files, which would be pretty cumbersome and slow.

Installation

This program uses the .Net Core 5 preview. Get it from

https://dotnet.microsoft.com/download/dotnet/5.0

and then

dotnet run

Usage

Trivia

The game seems to be very data-driven.

The file named 'bigfile' contains a serialization of custom .Net objects including data for all the characters, moves, levels and a lot of other stuff. If this file is correctly reverse-engineered, there is a chance modders would eventually be able to add new character or moves to the game, instead of just making texture swaps.