Homeworld 2 : AutoBig
Karos Graveyard ::
Function Reference :: Scope Reference :: Variable Reference
Most recent edit on 2005-10-24 17:41:38 by Veltro01

Additions:
TOCStart name="TOCProj1" alias="data" relativeroot=""

Deletions:
TOCStart name="TOCProj1" alias="data" relativeroot=""



Edited on 2005-10-24 17:40:40 by Veltro01

No differences.


Edited on 2005-06-20 01:00:29 by MiKail

Additions:


Deletions:




Edited on 2005-06-20 01:00:05 by MiKail

Additions:
TOCStart name="TOCProj1" alias="data" relativeroot=""

Deletions:

TOCStart name="TOCProj1" alias="data" relativeroot=""




Edited on 2005-06-20 00:59:16 by MiKail

Additions:



Deletions:




Edited on 2005-06-20 00:58:50 by MiKail

Additions:




Edited on 2005-03-31 17:44:46 by Veltro01

Additions:
The archive created by the following batch files is recognized as "data" by Homeworld2.exe when placed in the Homeworld2\Data\ folder because of the alias="data" parameter in "head.txt".

Deletions:
The archive created by the following batch files is recognized as "data" by Homeworld2.exe when placed in the Homeworld2\Data\ folder because of the alias="data" parameter.



Edited on 2005-03-31 17:44:08 by Veltro01

Additions:
The batch file "doBigProj1.bat" compresses and puts the archive in the right folder which is called by Proj1.bat.

Deletions:
The batch file "doBigProj1.bat" compresses and puts the archive in the right folder.



Edited on 2005-03-31 17:43:18 by Veltro01

Additions:
The archive created by the following batch files is recognized as "data" by Homeworld2.exe when placed in the Homeworld2\Data\ folder because of the alias="data" parameter.

Deletions:
The archive created by the following batch files is recognized by Homeworld2.exe when placed in the Homeworld2\Data\ folder.



Edited on 2005-03-31 17:40:49 by Veltro01

Additions:
d:\progra~1\sierra\homewo~1\Proj1.bat:
D:\HW2Proj\doBigProj1.bat:
D:\HW2Proj\head.txt:
D:\HW2Proj\foot.txt:
D:\HW2Proj\f.f:
D:\HW2Proj\y.y:


Deletions:
Proj1.bat:
doBigProj1.bat:
head.txt:
foot.txt:
f.f:
y.y:




Edited on 2005-03-31 17:38:39 by Veltro01

Additions:
The archive created by the following batch files is recognized by Homeworld2.exe when placed in the Homeworld2\Data\ folder.

Deletions:
The archive created by the following batch files is recognized by Homeworld2.exe when placed in the Homeworld2\Data folder.



Edited on 2005-03-31 17:38:09 by Veltro01

Additions:
To create a big file and execute homeworld 2 with one single mouseclick:
You need to modify all dirs/driveletters for your use.
Place Archive.exe, doBigProj1.bat, f.f, foot.txt, head.txt, msvcp70.dll, msvcr70.dll, y.y in D:\HW2Proj\
msvcp70.dll and msvcr70.dll are needed for Archive.exe.
Place all your 'data' in d:\HW2Proj\Proj1\.
The archive created by the following batch files is recognized by Homeworld2.exe when placed in the Homeworld2\Data folder.
The batch file "doBigProj1.bat" compresses and puts the archive in the right folder.
Create the following batchfile in your "Homeworld2"-folder and create a shortcut to it on your desktop.
This will be the file you will be executing with "one single mouse click".
(remove the yellow question marks, that's wickid, some kinde of feature of this page):


Deletions:
To create a big file and execute homeworld 2 with one single mouse click:
(modify all dirs for your use)
(Place Archive.exe, doBigProj1.bat, f.f, foot.txt, head.txt, msvcp70.dll, msvcr70.dll, y.y in D:\HW2Proj\)
(Place all your 'data' in d:\HW2Proj\Proj1)
Create a batch file and create a shortcut to it on your desktop (without the yellow question marks, that's wickid):




Edited on 2005-03-31 17:13:32 by Veltro01

Additions:
Create a batch file and create a shortcut to it on your desktop (without the yellow question marks, that's wickid):

Deletions:
Create a batch file and create a shortcut to it on your desktop (without the question mark, that's wickid):



Edited on 2005-03-23 05:48:36 by Veltro01

Additions:
(Place all your 'data' in d:\HW2Proj\Proj1)



Edited on 2005-03-22 15:45:43 by Veltro01

Additions:
Create a batch file and create a shortcut to it on your desktop (without the question mark, that's wickid):

Deletions:
Create a batch file and create a shortcut to it on your desktop:



Edited on 2005-03-22 15:45:00 by Veltro01

No differences.


Edited on 2005-03-22 15:44:18 by Veltro01

Additions:
head.txt:
foot.txt:
f.f:
y.y:


Deletions:
head.txt
foot.txt
f.f
y.y




Edited on 2005-03-22 15:43:00 by Veltro01

Additions:
Homeworld2.exe -mod Proj1.big -nomovies -luatrace -debug

Deletions:
Homeworld2.exe -mod Proj2.big -nomovies -luatrace -debug



Oldest known version of this page was edited on 2005-03-22 15:38:25 by Veltro01 []
Page view:
To create a big file and execute homeworld 2 with one single mouse click:
(modify all dirs for your use)
(Place Archive.exe, doBigProj1.bat, f.f, foot.txt, head.txt, msvcp70.dll, msvcr70.dll, y.y in D:\HW2Proj\)

Create a batch file and create a shortcut to it on your desktop:


Proj1.bat:

@echo off
cd D:\HW2Proj\
call doBigProj1.bat
cd d:\progra~1\sierra\homewo~1\Bin\Release\
Homeworld2.exe -mod Proj2.big -nomovies -luatrace -debug
REM -ssTGA


doBigProj1.bat:

@echo off
type head.txt>buildarchive.txt
dir /s /a-d /b .\Proj1\*.*
buildarchive.txt
type foot.txt
buildarchive.txt
Archive -a Proj1.big -c buildarchive.txt -r D:\HW2Proj\Proj1
echo.
echo.
IF EXIST d:\progra~1\sierra\homewo~1\data\Proj1.big xcopy Proj1.big d:\progra~1\sierra\homewo~1\data\Proj1.big<y.y
IF NOT EXIST d:\progra~1\sierra\homewo~1\data\Proj1.big xcopy Proj1.big d:\progra~1\sierra\homewo~1\data\Proj1.big<f.f
pause


head.txt

Archive name="Proj1"
TOCStart name="TOCProj1" alias="data" relativeroot=""
FileSettingsStart defcompression="1"
Override wildcard="*.*" minsize="-1" maxsize="100" ct="0"
Override wildcard="*.mp3" minsize="-1" maxsize="-1" ct="0"
Override wildcard="*.wav" minsize="-1" maxsize="-1" ct="0"
Override wildcard="*.jpg" minsize="-1" maxsize="-1" ct="0"
Override wildcard="*.lua" minsize="-1" maxsize="-1" ct="2"
SkipFile wildcard="*_.*" minsize="-1" maxsize="-1"
FileSettingsEnd


foot.txt

TOCEnd


f.f

f


y.y

y
:: ::