mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 18:39:57 +00:00
clean up
This commit is contained in:
parent
b705be0e87
commit
0a36d49d2c
20 changed files with 115 additions and 302 deletions
|
@ -7,6 +7,8 @@ such that we have a working game at all times.
|
|||
Apparently you can download a binary of the latest version
|
||||
[here](https://ci.appveyor.com/api/projects/aap/re3/artifacts/bin%2FReleaseCI%2Fre3.dll?branch=master).
|
||||
|
||||
Re3 starts the script main_freeroam.scm by default. Make sure you copy it to your data directory.
|
||||
|
||||
# Strategy
|
||||
|
||||
A good approach is to start at the fringes of the code base,
|
||||
|
@ -43,6 +45,9 @@ CCollision
|
|||
CCullZones
|
||||
CTheZones
|
||||
CPathFind
|
||||
CCam
|
||||
CParticle
|
||||
CParticleMgr
|
||||
```
|
||||
|
||||
# Low hanging fruit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue