mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add documentation and example for getting started
This commit is contained in:
8
docs/example/ExtendZone/build.sh
Normal file
8
docs/example/ExtendZone/build.sh
Normal 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
|
Reference in New Issue
Block a user