Skip to content

sevonj/sr2_chonker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 3, 2025
20e7b44 · Mar 3, 2025
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SR2 Chonker

Saints Row 2 city map editor
Restarted from scratch

image

Repository Contents

  • SR2 Chonker
    Map editor built in Godot game engine. Not particularly useful in its current state.

  • SR2 Types
    Rust library for SR2 types, reverse-engineered from game assets. Completely separate of Godot or Chonker, and therefore potentially useful for other tools as well. Note that things may and will be renamed and moved around as more gets figured out.

  • Misc. developent tools

    • ./types_validator - A development tool for testing if sr2_types behaves correctly
    • ./chunk_mangler - A research tool for finding the purpose of different fields in chunk files.

Development

Directories

Building

Requirements:

Steps:

  1. Build the Rust source.
    • Run cargo build in project/libgodorsr2
    • Use --release flag to make it release build.
  2. Export godot project like normal or run it in the editor.

(Volition pls share documentation)
(rip)