Add example project for building an IPak with corresponding ff

This commit is contained in:
Jan 2023-10-21 12:27:47 +02:00
parent 1384c912e5
commit 2c09cc11e9
6 changed files with 40 additions and 0 deletions

View File

@ -4,6 +4,9 @@
// Overwrite the name of the zone to be "ui"
>name,ui
// Set type to fastfile
>type,fastfile
// Add custom assets
material,,clanlvl_box
material,,xp

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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