Update README.md after git server move

This commit is contained in:
izawartka 2026-08-10 20:23:08 +02:00
parent ff91ccfe17
commit e085f790e0

View File

@ -1,10 +1,10 @@
# gta2-seuko-mod # gta2-seuko-mod
An ultimate mod menu (a.k.a. trainer) for Grand Theft Auto 2. Seuko mod is an ultimate mod menu (or trainer) for Grand Theft Auto 2.
[Video showcase](https://www.youtube.com/watch?v=5gCCe0UtBl4) [Video showcase](https://www.youtube.com/watch?v=5gCCe0UtBl4)
[![gta2-seuko-mod](https://maseuko.pl/soft/gta2-seuko-mod/seuko-mod.png)](https://maseuko.pl/soft/gta2-seuko-mod/seuko-mod.png) [![gta2-seuko-mod](https://maseuko.pl/soft/seuko-mod/img/seuko-mod.png)](https://maseuko.pl/soft/seuko-mod/img/seuko-mod.png)
## Features ## Features
@ -39,7 +39,7 @@ An ultimate mod menu (a.k.a. trainer) for Grand Theft Auto 2.
This version is recommended if you want to use this mod alone without any other mods. This version is recommended if you want to use this mod alone without any other mods.
1. Make sure you have [VC++ Redistributables](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) installed 1. Make sure you have [VC++ Redistributables](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) installed
2. Open the [latest release](https://github.com/izawartka/gta2-seuko-mod/releases/latest) page 2. Open the [Releases](https://maseuko.pl/soft/seuko-mod/releases/) page
3. Download `gta2-seuko-mod-<version>.zip` archive 3. Download `gta2-seuko-mod-<version>.zip` archive
4. Extract the contents of the downloaded archive to your GTA2 installation folder 4. Extract the contents of the downloaded archive to your GTA2 installation folder
5. Launch the game 5. Launch the game
@ -49,7 +49,7 @@ This version is recommended if you want to use this mod together with other mods
1. Make sure you have [VC++ Redistributables](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) installed 1. Make sure you have [VC++ Redistributables](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) installed
2. Download and install [ASI Loader](https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/latest) (Win32 dinput8.dll version) to your GTA2 installation folder 2. Download and install [ASI Loader](https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/latest) (Win32 dinput8.dll version) to your GTA2 installation folder
3. Open the [latest release](https://github.com/izawartka/gta2-seuko-mod/releases/latest) page 3. Open the [Releases](https://maseuko.pl/soft/seuko-mod/releases/) page
4. Download `gta2-seuko-mod-<version>-asi.zip` archive 4. Download `gta2-seuko-mod-<version>-asi.zip` archive
5. Create `scripts` folder in your GTA2 installation folder if it doesn't exist 5. Create `scripts` folder in your GTA2 installation folder if it doesn't exist
6. Extract the contents of the downloaded archive to the `scripts` folder 6. Extract the contents of the downloaded archive to the `scripts` folder
@ -67,8 +67,8 @@ Customizable quick actions can be found in `Mod menu` > `Misc` > `Quick actions`
## Contact & Support ## Contact & Support
- [seuko mod project discord server](https://discord.gg/crwjQCXRCA) (for support and discussions regarding this mod) - [Seuko mod project discord server](https://discord.gg/crwjQCXRCA)
- [h0x91b's discord server](https://discord.gg/7y2Y4Z3) (for general GTA2 modding discussions) - [h0x91b's discord server](https://discord.gg/7y2Y4Z3)
## Building ## Building
@ -80,10 +80,12 @@ Customizable quick actions can be found in `Mod menu` > `Misc` > `Quick actions`
### Build steps ### Build steps
1. Clone the repository 1. Clone the repository
```git clone https://github.com/izawartka/gta2-seuko-mod --recurse-submodules``` ```git clone https://maseuko.pl/git/izawartka/gta2-seuko-mod.git --recurse-submodules```
(yup, Github has suspended my account)
2. Open `GTA2.props` in any text editor and set `GTA2_DIR` and `GTA2_EXE` variables to point to your GTA2 installation folder and gta2.exe file respectively. 2. Open `GTA2.props` in any text editor and set `GTA2_DIR` and `GTA2_EXE` variables to point to your GTA2 installation folder and gta2.exe file respectively.
3. If you plan to build an ASI version, you'll also need to set `GTA2_ASI_DIR` and `GTA2_ASI_FILENAME` variables and install ASI Loader to your GTA2 installation folder (see the [Installation](#asi-version) section). 3. If you plan to build the ASI version, you'll also need to set `GTA2_ASI_DIR`, `GTA2_ASI_FILENAME` and `GTA2_ASI_PDB_FILENAME` variables and install ASI Loader to your GTA2 installation folder (see the [Installation](#asi-version) section).
4. Open `gta2-seuko-mod.sln` in Visual Studio. 4. Open `gta2-seuko-mod.sln` in Visual Studio.
5. Select one of the build configurations - `Debug`, `DebugAsi`, `Release`, `ReleaseAsi` or `ReleaseWithLogging`. 5. Select one of the build configurations - `Debug`, `DebugAsi`, `Release`, `ReleaseAsi` or `ReleaseWithLogging`.
6. Build the solution. 6. Build the solution.
@ -106,7 +108,7 @@ Please remember that this mod is an experimental project and may cause a lot of
## Credits ## Credits
- Original GTA2 game by DMA Design / Rockstar Games (none of the original game files are included in this project) - Original GTA2 game by DMA Design / Rockstar Games (none of the original game files are included in this project)
- Mod by [izawartka](https://github.com/izawartka) - Mod by [izawartka](https://maseuko.pl/)
- Research support by [h0x91b](https://github.com/h0x91b) - Research support by [h0x91b](https://github.com/h0x91b)
## References ## References
@ -119,4 +121,6 @@ Please remember that this mod is an experimental project and may cause a lot of
## License ## License
You can modify and distribute this mod freely as long as you credit the original authors and provide a link to [this repository](https://github.com/izawartka/gta2-seuko-mod). You are not allowed to sell this mod or any modified versions of it. ~~You can modify and distribute this mod freely as long as you credit the original authors and provide a link to [this repository](https://github.com/izawartka/gta2-seuko-mod). You are not allowed to sell this mod or any modified versions of it.~~
Starting from 2026.08.07, as my Github account got suspended, the code is temporarily read-only. Please do NOT redistribute it. If you would like to contribute, please e-mail me at `masuo [at] maseuko.pl`. You are NOT allowed to sell this mod or any modified versions of it.