-
-
Notifications
You must be signed in to change notification settings - Fork 21
Feature Support Matrix
x87 edited this page Jan 23, 2022
·
29 revisions
GTA III | GTA VC | GTA SA | re3 | reVC | GTA III: DE | GTA VC: DE | GTA SA: DE | |
---|---|---|---|---|---|---|---|---|
CS support | ✓ | ✓ | ⚠(1) | ✓ | ✓ | 🗙 | 🗙 | ✓ |
JS support | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
FXT files support | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | 🗙 | ✓ |
FxtStore | ✓ | ✓ | ✓ | ✓ | ✓ | ⚠(2) | 🗙 | ⚠(2) |
log(...) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
showTextBox(...) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | 🗙 | ✓ |
op(...) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
version in menu | ✓ | ✓ | ✓ | ✓ | ✓ | 🗙 | 🗙 | 🗙 |
new custom commands | ✓ | ✓ | 🗙 | ✓ | ✓ | ✓ | ✓ | ✓ |
usage of custom commands in main.scm | ✓ | ✓ | ⚠(1) | ✓ | ✓ | 🗙 | ✓ | ✓ |
Memory Read and Write | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Memory.Translate | 🗙 | 🗙 | 🗙 | ✓ | ✓ | 🗙 | 🗙 | 🗙 |
Memory.Fn | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
hot reload of cs scripts | ✓ | ✓ | 🗙 | ✓ | ✓ | 🗙 | 🗙 | ✓ |
hot reload of js scripts | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
hot reload of fxt files | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | 🗙 | ✓ |
scm log | ✓ | ✓ | 🗙(3) | ✓ | ✓ | ✓ | ✓ | ✓ |
VS Code typings | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
- ⚠(1) - only with CLEO 4 library
- ⚠(2) - GTA III: DE and GTA SA: DE do not support private FXT storage, all scripts use and modify one shared storage
- 🗙(3) - available as a separate plugin