Skip to content

Commit 32c8b0d

Browse files
authored
Update README.md
1 parent af99196 commit 32c8b0d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# RDRasm
2-
Disassembler for Red Dead Redemption scripts.
2+
Disassembler for Red Dead Redemption scripts.
33

4-
![Example screenshot](.github/example.png "Example screenshot")
4+
![Example screenshot](.github/example.png "Example screenshot")
5+
6+
# Download
7+
For the latest download, navigate to the releases tab, or click [here](https://github.com/connorms/RDRasm/releases).
8+
9+
# Usage
10+
Currently, this can only open Xbox 360 versions of scripts (*.xsc). I've provided a simple example script that is intended to be used to see how the program works, without needing to extract a script from the game. I've provided the source code of that script as well, to be able to compare the disassembly with the source code of the script.
11+
12+
# Building
13+
This is intended to be built using Qt Creator with Qt 5.15.0, using MSVC 2019 32bit. It may work with other configurations, but I haven't tried with any other ways.
14+
15+
# Special Thanks
16+
* [SC-CL Team](https://bitbucket.org/scclteam/sc-cl/src/master/)
17+
* Twisted89
18+
* CabooseSaysWTF - Testing

0 commit comments

Comments
 (0)