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:
14
docs/example/ExtendZone/zone_source/ExtendZoneProject.zone
Normal file
14
docs/example/ExtendZone/zone_source/ExtendZoneProject.zone
Normal file
@ -0,0 +1,14 @@
|
||||
// Set the game to "Call Of Duty: Modern Warfare 3"
|
||||
>game,IW5
|
||||
|
||||
// Overwrite the name of the zone to be "ui"
|
||||
>name,ui
|
||||
|
||||
// Add custom assets
|
||||
material,,clanlvl_box
|
||||
material,,xp
|
||||
material,,gxp
|
||||
menulist,ui/mod.txt
|
||||
|
||||
// Include the assets of the original zone
|
||||
include,ui
|
Reference in New Issue
Block a user