Skip to content

Commit 4bac806

Browse files
committed
Readme
1 parent 6a479de commit 4bac806

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
# renderware-preview
1+
# renderware-preview
2+
3+
This is a dotnet 6 WPF application for previewing GTA:SA skin models in 3D, with support for live-reloading texture changes.
4+
5+
## Download
6+
- Download the .exe from the [most recent release](https://github.com/NanoBob/renderware-preview/releases)
7+
8+
## Usage
9+
- Start the application
10+
- Select your GTA:SA install directory (If you have MTA:SA installed it should do this automatically)
11+
- Select the skin you want to preview
12+
- Select the correct texture (some skins have multiple textures)
13+
- (Optional) export the default texture using the "export" button
14+
- Select the image you wish to live-reload
15+
- Modify your image and save, this should instantly be represented in the preview.
16+
17+
### Controls
18+
In order to move the camera hold one of the mouse buttons on the 3D preview and:
19+
- Use WASD for lateral movement
20+
- Use shift to move the camera up
21+
- Use control to move the camera down
22+
- Use space to move the camera faster
23+
- Use the mouse to rotate the camera
24+
25+
## Tech stack
26+
The project is built using dotnet 6.0, WPF. Using https://github.com/nanobob/renderwareio for reading renderware files (img, dff, txd, ide). And uses WPF's 3D viewport for the preview rendering.
27+
28+
## Contributing
29+
Contributions are welcome, if you have any questions contact me on Discord (NanoBob#7142)

0 commit comments

Comments
 (0)