mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 15:10:33 +00:00
implemented CSkidmarks
This commit is contained in:
parent
7eee938de2
commit
6288d36f34
4 changed files with 263 additions and 16 deletions
|
@ -16,12 +16,6 @@ such that we have a working game at all times.
|
|||
- Since re3 is a DLL that works with original GTA III for now, you need Simple DLL Loader. You can get it [here](https://github.com/aap/simpledllloader).
|
||||
- Build re3 or download it from one of the above links (Debug or Release).
|
||||
- Make sure you included the re3 in `plugins.cfg` or `dlls.cfg`.
|
||||
- re3 starts the script `main_freeroam.scm` that comes along with it by default, so you should copy it to from `gamefiles/` to your game's `data/` directory.
|
||||
|
||||
 **Notice**
|
||||
|
||||
If you want to load original script/story, press and hold G while game is loading.
|
||||
This includes both starting new game and loading save game.
|
||||
|
||||
 **Notice if you will build it**
|
||||
|
||||
|
@ -51,7 +45,6 @@ CPools - save/loading
|
|||
CRecordDataForChase
|
||||
CRecordDataForGame
|
||||
CRoadBlocks
|
||||
CSkidmarks
|
||||
CStats
|
||||
CTrafficLights
|
||||
CWeapon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue