Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
user-grinch authored May 3, 2021
1 parent bbe164d commit 9b7c872
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@
This is a `asi (dll)` plugin which allows you to write scripts for GTA SA in python. If you've used CLEO or Moonloader, it's the same thing but for python. This is still pretty
much **Work In Progress** with no **ETA**. Features may or may not work properly. Feel free to contribute if you feel like it.

Check the [release page](https://github.com/user-grinch/PyLoaderSA/releases) for downloable binaries. Autocomplete extension for VS Code is [here](https://marketplace.visualstudio.com/items?itemName=Grinch.sa-pyloader)
**Python version**: 3.8x<br/>
**Sample scripts**: [here](https://github.com/user-grinch/PyLoaderSA/tree/master/examples)<br/>
**Plugin template**: [here](https://github.com/user-grinch/PyLoaderSA/tree/plugin-template)<br/>
**VS Code extension** [here](https://marketplace.visualstudio.com/items?itemName=Grinch.sa-pyloader)<br/>
**Wiki**: [here](https://github.com/user-grinch/PyLoaderSA/wiki)<br/>

### Projects used
1. [Plugin SDK](https://github.com/DK22Pac/plugin-sdk)
### Installation
1. Install [Visual C++ Redistributable 2019 x86](https://aka.ms/vs/16/release/vc_redist.x86.exe) and [asi loader](https://www.gtagarage.com/mods/show.php?id=21709)
2. Download [PyLoader.7z](https://github.com/user-grinch/PyLoaderSA/releases) and extract everything in game directory.

**Note:** Only gta_sa.exe v1.0 US is supported. You may find somewhat documentation in the [wiki page](https://github.com/user-grinch/PyLoaderSA/wiki/).
Note: You need v1.0 of the game.

### Credits
1. [CLEO 4 devs](https://github.com/cleolibrary/CLEO4)
2. [Plugin SDK devs](https://github.com/DK22Pac/plugin-sdk)

0 comments on commit 9b7c872

Please sign in to comment.