mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-06 08:42:35 +00:00
Add example project for building an IPak with corresponding ff
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
// Overwrite the name of the zone to be "ui"
|
// Overwrite the name of the zone to be "ui"
|
||||||
>name,ui
|
>name,ui
|
||||||
|
|
||||||
|
// Set type to fastfile
|
||||||
|
>type,fastfile
|
||||||
|
|
||||||
// Add custom assets
|
// Add custom assets
|
||||||
material,,clanlvl_box
|
material,,clanlvl_box
|
||||||
material,,xp
|
material,,xp
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# You can now either build the fastfile by building the project itself
|
||||||
|
Linker IPakZone
|
||||||
|
|
||||||
|
# ...or by building both targets separately
|
||||||
|
Linker "IPakZone/IPakZone_ff" "IPakZone/IPakZone_ipak"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
// Set the game to "Call Of Duty: Black Ops 2"
|
||||||
|
>game,T6
|
||||||
|
|
||||||
|
// Set type to none, only makes the other two projects build
|
||||||
|
>type,none
|
||||||
|
|
||||||
|
build,IPakZone_ff
|
||||||
|
build,IPakZone_ipak
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
// Set the game to "Call Of Duty: Black Ops 2"
|
||||||
|
>game,T6
|
||||||
|
|
||||||
|
// Overwrite the name of the fastfile to be "IPakZone"
|
||||||
|
>name,IPakZone
|
||||||
|
|
||||||
|
// Set type to fastfile
|
||||||
|
>type,fastfile
|
||||||
|
|
||||||
|
// Add custom assets
|
||||||
|
image,sample_image
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
// Set the game to "Call Of Duty: Black Ops 2"
|
||||||
|
>game,T6
|
||||||
|
|
||||||
|
// Overwrite the name of the ipak to be "IPakZone"
|
||||||
|
>name,IPakZone
|
||||||
|
|
||||||
|
// Set type to ipak
|
||||||
|
>type,ipak
|
||||||
|
|
||||||
|
// Add custom assets
|
||||||
|
image,sample_image
|
||||||
Reference in New Issue
Block a user