Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Feb 20, 2025
1 parent e5bbc27 commit 8fa0bbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Extraction and reverse-engineering tool for Star Citizen game files.

## Download
[Link](https://nightly.link/diogotr7/StarBreaker/workflows/build/master)

## Included parts

StarBreaker includes several projects, each useful to process a certain type of info or to perform a certain task
Expand Down Expand Up @@ -34,8 +37,11 @@ COMMANDS
cryxml-convert Converts a CryXmlB file to a XML file
cryxml-convert-all Converts all CryXmlB files in a folder to XML files
dcb-extract Extracts a DataCore binary file into separate xml files
dcb-generate Generates C# types for DataCore structs and enums. Allows typesafe access to DataCore records.
dds-merge Merges multiple DDS files into a single DDS file
dds-merge-all Merges all DDS files in a folder into a single DDS file
diff Dumps game information into plain text files for comparison
p4k-dump Dumps the contents a Game.p4k file
p4k-extract Extracts a Game.p4k file
proto-extract Extracts protobuf definitions from the Star Citizen executable.
proto-set-extract Extracts the protobuf descriptor set from the Star Citizen executable.
Expand Down

0 comments on commit 8fa0bbc

Please sign in to comment.