mirror of
https://github.com/two-torial/two-torial.git
synced 2026-07-24 14:20:12 -05:00
445 B
445 B
!!! tip ""
- Extract the update to your game directory, ensure directories align and overwrite files when prompted
- Open `prop\ea3-config.xml` and find the `<ext>` line:
```xml
<ext __type="str">NewDateCode</ext>
```
- Update the datecode to match your new game version and save
- If `prop\bootstrap.xml` exists, also update its `<release_code>` line:
```xml
<release_code>NewDateCode</release_code>
```