-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from Laupetin/feature/improved-ipak-building
Improve IPak building
- Loading branch information
Showing
13 changed files
with
200 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Oops, something went wrong.