-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added basic version info on menu, modified .bat for mod, added iwd lo…
…ading function pointer
- Loading branch information
Showing
10 changed files
with
67 additions
and
3 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
Binary file not shown.
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 |
---|---|---|
@@ -1,10 +1,18 @@ | ||
del mod.ff | ||
del xcommon_cod4qol.iwd | ||
|
||
xcopy ui ..\..\raw\ui /SY | ||
xcopy ui_mp ..\..\raw\ui_mp /SY | ||
xcopy images ..\..\raw\images /SY | ||
xcopy materials ..\..\raw\materials /SY | ||
xcopy material_proprieties ..\..\raw\material_proprieties /SY | ||
copy /Y mod.csv ..\..\zone_source | ||
|
||
cd ..\..\bin | ||
linker_pc.exe -language english -compress -cleanup mod | ||
cd ..\mods\cod4qol | ||
copy ..\..\zone\english\mod.ff | ||
copy ..\..\zone\english\mod.ff | ||
del ..\..\zone\english\qol.ff | ||
ren ..\..\zone\english\mod.ff qol.ff | ||
|
||
7za a -r -tzip xcommon_cod4qol.iwd images |
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.