Add documentation and example for getting started

This commit is contained in:
Jan
2023-10-05 20:16:54 +02:00
parent 7850166aba
commit 16a4f5a307
7 changed files with 1002 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
# Load the original zone from the game folder.
GAME_FOLDER='C:/Program Files (x86)/Steam/steamapps/common/Call of Duty Modern Warfare 3'
# Load the original zone into the Linker to be able to use its assets from in-memory.
# If you want to overwrite the vanilla zone later
Linker --load "$GAME_FOLDER/zone/english/ui.ff" ExtendZoneProject