mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
8 lines
352 B
Bash
8 lines
352 B
Bash
#!/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 |