Git Product home page Git Product logo

sor4explorer's Introduction

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

  • Drop the SOR4 installation folder (which will contain just a 'data' and a 'x64' subfolder) into the window.
  • You can double click an image and export/copy it from the image's context menu, drag them to a folder, etc.
  • In order to export textures in bulk, right click a folder in the left tree and choose 'Save as...' (warning: slow!)

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.

sor4explorer's People

Contributors

jlcebrian avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.