diff --git a/docs/example/ExtendZone/zone_source/ExtendZoneProject.zone b/docs/example/ExtendZone/zone_source/ExtendZoneProject.zone index 7a10900d..7a02c8fb 100644 --- a/docs/example/ExtendZone/zone_source/ExtendZoneProject.zone +++ b/docs/example/ExtendZone/zone_source/ExtendZoneProject.zone @@ -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 diff --git a/docs/example/IPakZone/build.sh b/docs/example/IPakZone/build.sh new file mode 100644 index 00000000..c7fafd22 --- /dev/null +++ b/docs/example/IPakZone/build.sh @@ -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" \ No newline at end of file diff --git a/docs/example/IPakZone/images/sample_image.iwi b/docs/example/IPakZone/images/sample_image.iwi new file mode 100644 index 00000000..e69de29b diff --git a/docs/example/IPakZone/zone_source/IPakZone.zone b/docs/example/IPakZone/zone_source/IPakZone.zone new file mode 100644 index 00000000..21f50b40 --- /dev/null +++ b/docs/example/IPakZone/zone_source/IPakZone.zone @@ -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 diff --git a/docs/example/IPakZone/zone_source/IPakZone_ff.zone b/docs/example/IPakZone/zone_source/IPakZone_ff.zone new file mode 100644 index 00000000..42f9fb2c --- /dev/null +++ b/docs/example/IPakZone/zone_source/IPakZone_ff.zone @@ -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 diff --git a/docs/example/IPakZone/zone_source/IPakZone_ipak.zone b/docs/example/IPakZone/zone_source/IPakZone_ipak.zone new file mode 100644 index 00000000..a7b8e0c4 --- /dev/null +++ b/docs/example/IPakZone/zone_source/IPakZone_ipak.zone @@ -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