From 4daee7c8575b3274ca91dd8b6087a119db47830a Mon Sep 17 00:00:00 2001 From: CodeCodon Date: Sun, 26 Jul 2015 23:27:36 -0500 Subject: [PATCH] remove btm files --- .../game/abstract/combat/makedata.btm | 36 -------- .../compiled/game/abstract/makedata.btm | 2 - .../loot/loot_items/cash_loot/makedata.btm | 55 ------------ .../loot/loot_items/consumables/makedata.btm | 55 ------------ .../loot_items/crafting_loot/makedata.btm | 55 ------------ .../loot/loot_items/kashyyyk/makedata.btm | 55 ------------ .../loot/loot_items/mustafar/makedata.btm | 55 ------------ .../loot/loot_items/weapons/makedata.btm | 55 ------------ .../loot/loot_items/wearables/makedata.btm | 55 ------------ .../loot/loot_types/creature/makedata.btm | 55 ------------ .../loot/loot_types/droid/makedata.btm | 55 ------------ .../loot/loot_types/kashyyyk/makedata.btm | 55 ------------ .../loot/loot_types/mustafar/makedata.btm | 55 ------------ .../loot/loot_types/npc/makedata.btm | 55 ------------ .../compiled/game/datatables/makedata.btm | 55 ------------ .../datatables/missions/faction/makedata.btm | 36 -------- .../datatables/missions/makeDataTables.btm | 2 - .../datatables/missions/naboo/makedata.btm | 36 -------- .../datatables/missions/tatooine/makedata.btm | 36 -------- .../game/datatables/npc_lair/makedata.btm | 36 -------- .../datatables/tangible/makeDataTables.btm | 2 - .../game/object/compile_all_templates.btm | 19 ---- .../compiled/game/object/compile_tdf.btm | 9 -- .../game/object/compile_templates.btm | 9 -- .../object/creature/player/compile_all.btm | 9 -- .../game/object/creature/player/edit_all.btm | 9 -- .../compiled/game/object/edit_all.btm | 9 -- .../compiled/game/object/edit_tdf.btm | 9 -- .../compiled/game/object/makealldata.btm | 3 - .../compiled/game/object/makedata.btm | 30 ------- .../systems/missions/compile_all_scripts.btm | 86 ------------------- .../compiled/game/universe/makedata.btm | 36 -------- .../abstract/slot/arrangement/makedata.btm | 36 -------- .../slot/arrangement/wearables/makedata.btm | 36 -------- .../abstract/slot/descriptor/makedata.btm | 36 -------- .../slot/slot_definition/makedata.btm | 36 -------- .../abstract/terrain_surface/makedata.btm | 3 - .../compiled/game/chat/makedata.btm | 36 -------- .../compiled/game/combat/makedata.btm | 36 -------- .../compiled/game/creation/makedata.btm | 36 -------- .../old_profession_default/makedata.btm | 36 -------- .../compiled/game/customization/makedata.btm | 36 -------- .../game/datatables/appearance/makedata.btm | 14 --- .../datatables/customization/makedata.btm | 37 -------- .../game/datatables/form/makedata.btm | 37 -------- .../game/datatables/form/spawner/makedata.btm | 37 -------- .../compiled/game/datatables/makedata.btm | 40 --------- .../game/datatables/modifiers/makedata.btm | 1 - .../game/datatables/mount/makedata.btm | 4 - .../space/asteroidfield/makedata.btm | 37 -------- .../datatables/space/formation/makedata.btm | 37 -------- .../footprint/building/player/makedata.btm | 37 -------- .../installation/battlefield/makedata.btm | 37 -------- .../installation/generators/makedata.btm | 37 -------- .../installation/manufacture/makedata.btm | 37 -------- .../installation/mining_gas/makedata.btm | 37 -------- .../installation/mining_liquid/makedata.btm | 37 -------- .../installation/mining_ore/makedata.btm | 37 -------- .../installation/mining_organic/makedata.btm | 37 -------- .../compiled/game/footprint/makedata.btm | 37 -------- .../compiled/game/misc/makedata.btm | 1 - .../game/object/compile_all_templates.btm | 20 ----- .../compiled/game/object/compile_tdf.btm | 9 -- .../game/object/compile_templates.btm | 9 -- .../object/creature/player/compile_all.btm | 9 -- .../compiled/game/object/edit_tdf.btm | 9 -- .../compiled/game/object/edit_templates.btm | 9 -- .../compiled/game/object/makealldata.btm | 3 - .../compiled/game/object/makedata.btm | 17 ---- .../compiled/game/terrain/makedata.btm | 41 --------- 70 files changed, 2160 deletions(-) delete mode 100644 sku.0/sys.server/compiled/game/abstract/combat/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/abstract/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_items/cash_loot/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_items/consumables/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_items/crafting_loot/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_items/kashyyyk/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_items/mustafar/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_items/weapons/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_items/wearables/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_types/creature/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_types/droid/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_types/kashyyyk/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_types/mustafar/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_types/npc/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/missions/faction/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/missions/makeDataTables.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/missions/naboo/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/missions/tatooine/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/npc_lair/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/datatables/tangible/makeDataTables.btm delete mode 100644 sku.0/sys.server/compiled/game/object/compile_all_templates.btm delete mode 100644 sku.0/sys.server/compiled/game/object/compile_tdf.btm delete mode 100644 sku.0/sys.server/compiled/game/object/compile_templates.btm delete mode 100644 sku.0/sys.server/compiled/game/object/creature/player/compile_all.btm delete mode 100644 sku.0/sys.server/compiled/game/object/creature/player/edit_all.btm delete mode 100644 sku.0/sys.server/compiled/game/object/edit_all.btm delete mode 100644 sku.0/sys.server/compiled/game/object/edit_tdf.btm delete mode 100644 sku.0/sys.server/compiled/game/object/makealldata.btm delete mode 100644 sku.0/sys.server/compiled/game/object/makedata.btm delete mode 100644 sku.0/sys.server/compiled/game/script/systems/missions/compile_all_scripts.btm delete mode 100644 sku.0/sys.server/compiled/game/universe/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/abstract/slot/arrangement/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/abstract/slot/arrangement/wearables/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/abstract/slot/descriptor/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/abstract/slot/slot_definition/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/abstract/terrain_surface/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/chat/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/combat/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/creation/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/creation/old_profession_default/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/customization/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/datatables/appearance/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/datatables/customization/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/datatables/form/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/datatables/form/spawner/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/datatables/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/datatables/modifiers/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/datatables/mount/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/datatables/space/asteroidfield/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/datatables/space/formation/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/footprint/building/player/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/footprint/installation/battlefield/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/footprint/installation/generators/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/footprint/installation/manufacture/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/footprint/installation/mining_gas/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/footprint/installation/mining_liquid/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/footprint/installation/mining_ore/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/footprint/installation/mining_organic/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/footprint/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/misc/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/object/compile_all_templates.btm delete mode 100644 sku.0/sys.shared/compiled/game/object/compile_tdf.btm delete mode 100644 sku.0/sys.shared/compiled/game/object/compile_templates.btm delete mode 100644 sku.0/sys.shared/compiled/game/object/creature/player/compile_all.btm delete mode 100644 sku.0/sys.shared/compiled/game/object/edit_tdf.btm delete mode 100644 sku.0/sys.shared/compiled/game/object/edit_templates.btm delete mode 100644 sku.0/sys.shared/compiled/game/object/makealldata.btm delete mode 100644 sku.0/sys.shared/compiled/game/object/makedata.btm delete mode 100644 sku.0/sys.shared/compiled/game/terrain/makedata.btm diff --git a/sku.0/sys.server/compiled/game/abstract/combat/makedata.btm b/sku.0/sys.server/compiled/game/abstract/combat/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.server/compiled/game/abstract/combat/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.server/compiled/game/abstract/makedata.btm b/sku.0/sys.server/compiled/game/abstract/makedata.btm deleted file mode 100644 index 8854d098f..000000000 --- a/sku.0/sys.server/compiled/game/abstract/makedata.btm +++ /dev/null @@ -1,2 +0,0 @@ -@for /r %x in (*.tpf) do (@echo %x... & pushd & cd %@PATH[%x] & TemplateCompiler -compile %@FILENAME[%x] & popd) -@pause \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/cash_loot/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_items/cash_loot/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/cash_loot/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/consumables/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_items/consumables/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/consumables/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/crafting_loot/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_items/crafting_loot/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/crafting_loot/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/kashyyyk/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_items/kashyyyk/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/kashyyyk/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/mustafar/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_items/mustafar/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/mustafar/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/weapons/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_items/weapons/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/weapons/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/wearables/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_items/wearables/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/wearables/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/creature/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_types/creature/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/creature/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/droid/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_types/droid/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/droid/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/kashyyyk/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_types/kashyyyk/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/kashyyyk/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/mustafar/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_types/mustafar/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/mustafar/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/npc/makedata.btm b/sku.0/sys.server/compiled/game/datatables/loot/loot_types/npc/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/npc/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/makedata.btm b/sku.0/sys.server/compiled/game/datatables/makedata.btm deleted file mode 100644 index 36da651f8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/makedata.btm +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -for /r %x in (*.xml) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -iff %@EXT[%INFILE] == xml then & ( - datatabletool -i %INFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& else ( - datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -) -& endiff -return - -:LABEL_end -@echo off -call cfgread.btm -if %ROOTSWGDIRECTORY=="" goto errorHandler -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %INFILE -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit diff --git a/sku.0/sys.server/compiled/game/datatables/missions/faction/makedata.btm b/sku.0/sys.server/compiled/game/datatables/missions/faction/makedata.btm deleted file mode 100644 index ed0b63875..000000000 --- a/sku.0/sys.server/compiled/game/datatables/missions/faction/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -datatabletool -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.server/compiled/game/datatables/missions/makeDataTables.btm b/sku.0/sys.server/compiled/game/datatables/missions/makeDataTables.btm deleted file mode 100644 index 7dfd6e9ad..000000000 --- a/sku.0/sys.server/compiled/game/datatables/missions/makeDataTables.btm +++ /dev/null @@ -1,2 +0,0 @@ -@for /r %x in (*.tab) do (@echo %x... & pushd & cd %@PATH[%x] & datatabletool -i %@FILENAME[%x] & popd) -@pause \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/datatables/missions/naboo/makedata.btm b/sku.0/sys.server/compiled/game/datatables/missions/naboo/makedata.btm deleted file mode 100644 index ed0b63875..000000000 --- a/sku.0/sys.server/compiled/game/datatables/missions/naboo/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -datatabletool -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.server/compiled/game/datatables/missions/tatooine/makedata.btm b/sku.0/sys.server/compiled/game/datatables/missions/tatooine/makedata.btm deleted file mode 100644 index ed0b63875..000000000 --- a/sku.0/sys.server/compiled/game/datatables/missions/tatooine/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -datatabletool -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.server/compiled/game/datatables/npc_lair/makedata.btm b/sku.0/sys.server/compiled/game/datatables/npc_lair/makedata.btm deleted file mode 100644 index fd9a9dfd8..000000000 --- a/sku.0/sys.server/compiled/game/datatables/npc_lair/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.tab) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.server/compiled/game/datatables/tangible/makeDataTables.btm b/sku.0/sys.server/compiled/game/datatables/tangible/makeDataTables.btm deleted file mode 100644 index 7dfd6e9ad..000000000 --- a/sku.0/sys.server/compiled/game/datatables/tangible/makeDataTables.btm +++ /dev/null @@ -1,2 +0,0 @@ -@for /r %x in (*.tab) do (@echo %x... & pushd & cd %@PATH[%x] & datatabletool -i %@FILENAME[%x] & popd) -@pause \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/compile_all_templates.btm b/sku.0/sys.server/compiled/game/object/compile_all_templates.btm deleted file mode 100644 index 6fef8c919..000000000 --- a/sku.0/sys.server/compiled/game/object/compile_all_templates.btm +++ /dev/null @@ -1,19 +0,0 @@ -@echo off -@SET TPF_COMPILER=TemplateCompiler - -set startDir=%_cwd - -for /a:-r %j in (*.tpf) DO ( - @echo Compiling %j - %TPF_COMPILER -compile %j -) -for /a:d /h /r %i in (*) do ( - cd "%i" - for /a:-r %j in (*.tpf) DO ( - @echo Compiling %j - %TPF_COMPILER -compile %j - ) -) - -:end -cd "%startDir" diff --git a/sku.0/sys.server/compiled/game/object/compile_tdf.btm b/sku.0/sys.server/compiled/game/object/compile_tdf.btm deleted file mode 100644 index ecf2be5e2..000000000 --- a/sku.0/sys.server/compiled/game/object/compile_tdf.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TDF_COMPILER=TemplateDefinitionCompiler - -@FOR %i IN (*.tdf) DO ( -%TDF_COMPILER %i -@IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.server/compiled/game/object/compile_templates.btm b/sku.0/sys.server/compiled/game/object/compile_templates.btm deleted file mode 100644 index bd238b95f..000000000 --- a/sku.0/sys.server/compiled/game/object/compile_templates.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TPF_COMPILER=TemplateCompiler - -@FOR %i IN (*.tpf) DO ( -%TPF_COMPILER -compile %i -@IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.server/compiled/game/object/creature/player/compile_all.btm b/sku.0/sys.server/compiled/game/object/creature/player/compile_all.btm deleted file mode 100644 index a028657d3..000000000 --- a/sku.0/sys.server/compiled/game/object/creature/player/compile_all.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TPF_COMPILER=TemplateCompiler.exe - -@FOR /A:-r %i IN (*.tpf) DO ( -%TPF_COMPILER -compile %i -@IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.server/compiled/game/object/creature/player/edit_all.btm b/sku.0/sys.server/compiled/game/object/creature/player/edit_all.btm deleted file mode 100644 index 57fa595a8..000000000 --- a/sku.0/sys.server/compiled/game/object/creature/player/edit_all.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TPF_COMPILER=TemplateCompiler.exe - -@FOR %i IN (*.tpf) DO ( -%TPF_COMPILER -edit %i -@IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.server/compiled/game/object/edit_all.btm b/sku.0/sys.server/compiled/game/object/edit_all.btm deleted file mode 100644 index 36408c53d..000000000 --- a/sku.0/sys.server/compiled/game/object/edit_all.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TPF_COMPILER=serverTemplateCompiler - -@FOR %i IN (*.tpf) DO ( -%TPF_COMPILER -edit %i -@IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.server/compiled/game/object/edit_tdf.btm b/sku.0/sys.server/compiled/game/object/edit_tdf.btm deleted file mode 100644 index 177133725..000000000 --- a/sku.0/sys.server/compiled/game/object/edit_tdf.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TDF_COMPILER=templateDefinitionCompiler - -@FOR %i IN (*.tdf) DO ( -%TDF_COMPILER -edit %i -@rem @IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.server/compiled/game/object/makealldata.btm b/sku.0/sys.server/compiled/game/object/makealldata.btm deleted file mode 100644 index 52a6a5061..000000000 --- a/sku.0/sys.server/compiled/game/object/makealldata.btm +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -for /r %x in (*.tpf) do (@echo %x... & pushd & cd %@PATH[%x] & TemplateCompiler -compile %@FILENAME[%x] & popd) -pause diff --git a/sku.0/sys.server/compiled/game/object/makedata.btm b/sku.0/sys.server/compiled/game/object/makedata.btm deleted file mode 100644 index 02bd16786..000000000 --- a/sku.0/sys.server/compiled/game/object/makedata.btm +++ /dev/null @@ -1,30 +0,0 @@ - - -echo off -set ROOT=%ROOTSWGDIRECTORY\all\tools\design\cfgread.btm -call %ROOT -rem clientspec is ROOTCLIENTSPEC -rem root dir is ROOTSWGDIRECTORY -set SCRIPTFILE=%@FULL[%1] -set TESTPATH=%@PATH[%SCRIPTFILE] -set WORKINGSTRING=%@INSTR[%@INC[%@LEN[%ROOTSWGDIRECTORY]],%@LEN[%TESTPATH],%TESTPATH] -set SLASHINDEX=%@INDEX[%WORKINGSTRING,\] -set ROOTBRANCH=%@INSTR[0,%SLASHINDEX,%WORKINGSTRING] -set TEMPLATECOMPILER=%ROOTSWGDIRECTORY\%ROOTBRANCH\exe\win32\templatecompiler.exe -echo on -%TEMPLATECOMPILER -compile %1 -echo off -if %ROOTSWGDIRECTORY=="" goto errorHandler - - -if not exist %ROOTSWGDIRECTORY\all\tools\design\designtools.cfg quit -set RELOADTARGET=%ROOTSWGDIRECTORY\all\tools\design\universalreload.btm -call %RELOADTARGET %1 -quit -:errorHandler -@echo off -echo You are missing a config file in your swg/all/tools/design directory. -echo You should have a designtools.cfg in that directory. -quit - - diff --git a/sku.0/sys.server/compiled/game/script/systems/missions/compile_all_scripts.btm b/sku.0/sys.server/compiled/game/script/systems/missions/compile_all_scripts.btm deleted file mode 100644 index 952012478..000000000 --- a/sku.0/sys.server/compiled/game/script/systems/missions/compile_all_scripts.btm +++ /dev/null @@ -1,86 +0,0 @@ -@echo off -setlocal - -set startDir=%_cwd - -REM FIND WHERE SCRIPT_PREP.PYC IS - -set preprocessor="" -set lim=%@WORDS[";", %path] -do i = 0 to %@DEC[%lim] - set test=%@WORD[";", %i, %path] - if exist %test\script_prep.pyc ( - set preprocessor=%test\script_prep.pyc - ) -enddo -if %preprocessor="" ( - echo can't find script_prep.pyc in your path! - goto end -) - - -REM FIND THE BASE SOURCE AND DESTINATION DIRECTORIES FOR JAVA - -for %j in (*.script;*.scriptlib;*.java) do ( - set k=%@FULL[%j] - set i=%@INDEX[%k,script] - if %i ne -1 ( - set JAVASOURCEPATH=%@LEFT[%@EVAL[%i - 1],%k] - goto foundSourcePath - ) -) - -echo can't find directory "script" in path -goto end - -:foundSourcePath -set JAVACLASSPATH=%@REPLACE[dsrc,data,%JAVASOURCEPATH] - - -REM RECURSIVELY GO DOWN THE DIRECTORIES, COMPILING SCRIPTS INTO JAVA FILES - -cd "%startDir" -for %scriptfile in (*.script;*.scriptlib) do ( - gosub compileScript -) -for /a:d /h /r %i in (*) do ( - cd %i - for %scriptfile in (*.script;*.scriptlib) do ( - gosub compileScript - ) -) - - -REM NOW COMPILE ALL THE JAVA FILES WE CREATED - -cd "%startDir" -for %javafile in (*.java) do ( - gosub compileJava -) -for /a:d /h /r %i in (*) do ( - cd %i - for %javafile in (*.java) do ( - gosub compileJava - ) -) - -goto end - - -:compileScript -echo converting %@REPLACE[%JAVASOURCEPATH\, , %@FULL[%scriptfile]] to Java -python %preprocessor -nocompile %scriptfile > NUL -return - -:compileJava -set INFILE=%@FULL[%javafile] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -if not exist %OUTPATH md /s %OUTPATH -echo compiling %@REPLACE[%JAVASOURCEPATH\, , %@FULL[%javafile]] -javac -classpath "%JAVACLASSPATH" -d "%JAVACLASSPATH" -sourcepath "%JAVASOURCEPATH" -g -deprecation %javafile -return - - -:end -cd "%startDir" -endlocal diff --git a/sku.0/sys.server/compiled/game/universe/makedata.btm b/sku.0/sys.server/compiled/game/universe/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.server/compiled/game/universe/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/abstract/slot/arrangement/makedata.btm b/sku.0/sys.shared/compiled/game/abstract/slot/arrangement/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.shared/compiled/game/abstract/slot/arrangement/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/abstract/slot/arrangement/wearables/makedata.btm b/sku.0/sys.shared/compiled/game/abstract/slot/arrangement/wearables/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.shared/compiled/game/abstract/slot/arrangement/wearables/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/abstract/slot/descriptor/makedata.btm b/sku.0/sys.shared/compiled/game/abstract/slot/descriptor/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.shared/compiled/game/abstract/slot/descriptor/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/abstract/slot/slot_definition/makedata.btm b/sku.0/sys.shared/compiled/game/abstract/slot/slot_definition/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.shared/compiled/game/abstract/slot/slot_definition/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/abstract/terrain_surface/makedata.btm b/sku.0/sys.shared/compiled/game/abstract/terrain_surface/makedata.btm deleted file mode 100644 index 52a6a5061..000000000 --- a/sku.0/sys.shared/compiled/game/abstract/terrain_surface/makedata.btm +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -for /r %x in (*.tpf) do (@echo %x... & pushd & cd %@PATH[%x] & TemplateCompiler -compile %@FILENAME[%x] & popd) -pause diff --git a/sku.0/sys.shared/compiled/game/chat/makedata.btm b/sku.0/sys.shared/compiled/game/chat/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.shared/compiled/game/chat/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/combat/makedata.btm b/sku.0/sys.shared/compiled/game/combat/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.shared/compiled/game/combat/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/creation/makedata.btm b/sku.0/sys.shared/compiled/game/creation/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.shared/compiled/game/creation/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/creation/old_profession_default/makedata.btm b/sku.0/sys.shared/compiled/game/creation/old_profession_default/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.shared/compiled/game/creation/old_profession_default/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/customization/makedata.btm b/sku.0/sys.shared/compiled/game/customization/makedata.btm deleted file mode 100644 index 37f5aed10..000000000 --- a/sku.0/sys.shared/compiled/game/customization/makedata.btm +++ /dev/null @@ -1,36 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/datatables/appearance/makedata.btm b/sku.0/sys.shared/compiled/game/datatables/appearance/makedata.btm deleted file mode 100644 index 39b3f2be6..000000000 --- a/sku.0/sys.shared/compiled/game/datatables/appearance/makedata.btm +++ /dev/null @@ -1,14 +0,0 @@ -@echo off -if "%1" == "" goto all - -:one -DataTableTool -i %1 -goto end - -:all -DataTableTool -i appearance_table.tab -DataTableTool -i door_style.tab -DataTableTool -i wearable_appearance_map.tab -DataTableTool -i appearance_info_table.tab - -:end diff --git a/sku.0/sys.shared/compiled/game/datatables/customization/makedata.btm b/sku.0/sys.shared/compiled/game/datatables/customization/makedata.btm deleted file mode 100644 index 429ea820c..000000000 --- a/sku.0/sys.shared/compiled/game/datatables/customization/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (include\*.tab) do (gosub LABEL_process) -for /r %x in (*.tab) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -datatabletool -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/datatables/form/makedata.btm b/sku.0/sys.shared/compiled/game/datatables/form/makedata.btm deleted file mode 100644 index 429ea820c..000000000 --- a/sku.0/sys.shared/compiled/game/datatables/form/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (include\*.tab) do (gosub LABEL_process) -for /r %x in (*.tab) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -datatabletool -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/datatables/form/spawner/makedata.btm b/sku.0/sys.shared/compiled/game/datatables/form/spawner/makedata.btm deleted file mode 100644 index 429ea820c..000000000 --- a/sku.0/sys.shared/compiled/game/datatables/form/spawner/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (include\*.tab) do (gosub LABEL_process) -for /r %x in (*.tab) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -datatabletool -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/datatables/makedata.btm b/sku.0/sys.shared/compiled/game/datatables/makedata.btm deleted file mode 100644 index db72e7477..000000000 --- a/sku.0/sys.shared/compiled/game/datatables/makedata.btm +++ /dev/null @@ -1,40 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (include\*.tab) do (gosub LABEL_process) -for /r %x in (*.tab) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -p4 edit %INFILE -p4 edit %OUTFILE - -datatabletool -i %INFILE -o %OUTFILE -- -s SharedFile searchPath10=..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game searchPath10=..\..\..\..\..\..\data\sku.0\sys.server\compiled\game -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/datatables/modifiers/makedata.btm b/sku.0/sys.shared/compiled/game/datatables/modifiers/makedata.btm deleted file mode 100644 index ff48c3c81..000000000 --- a/sku.0/sys.shared/compiled/game/datatables/modifiers/makedata.btm +++ /dev/null @@ -1 +0,0 @@ -DataTableTool -i modifiers.tab diff --git a/sku.0/sys.shared/compiled/game/datatables/mount/makedata.btm b/sku.0/sys.shared/compiled/game/datatables/mount/makedata.btm deleted file mode 100644 index 4d64429c8..000000000 --- a/sku.0/sys.shared/compiled/game/datatables/mount/makedata.btm +++ /dev/null @@ -1,4 +0,0 @@ -DataTableTool -i valid_scale_range.tab -DataTableTool -i logical_saddle_name_map.tab -DataTableTool -i saddle_appearance_map.tab -DataTableTool -i rider_pose_map.tab diff --git a/sku.0/sys.shared/compiled/game/datatables/space/asteroidfield/makedata.btm b/sku.0/sys.shared/compiled/game/datatables/space/asteroidfield/makedata.btm deleted file mode 100644 index 429ea820c..000000000 --- a/sku.0/sys.shared/compiled/game/datatables/space/asteroidfield/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (include\*.tab) do (gosub LABEL_process) -for /r %x in (*.tab) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -datatabletool -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/datatables/space/formation/makedata.btm b/sku.0/sys.shared/compiled/game/datatables/space/formation/makedata.btm deleted file mode 100644 index 429ea820c..000000000 --- a/sku.0/sys.shared/compiled/game/datatables/space/formation/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (include\*.tab) do (gosub LABEL_process) -for /r %x in (*.tab) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=iff -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -datatabletool -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/footprint/building/player/makedata.btm b/sku.0/sys.shared/compiled/game/footprint/building/player/makedata.btm deleted file mode 100644 index bdf7289dd..000000000 --- a/sku.0/sys.shared/compiled/game/footprint/building/player/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=sfp -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH -if exist %OUTFILE (if "%@ATTRIB[%OUTFILE,R,p]" == "1" (p4 edit %OUTFILE)) - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/footprint/installation/battlefield/makedata.btm b/sku.0/sys.shared/compiled/game/footprint/installation/battlefield/makedata.btm deleted file mode 100644 index bdf7289dd..000000000 --- a/sku.0/sys.shared/compiled/game/footprint/installation/battlefield/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=sfp -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH -if exist %OUTFILE (if "%@ATTRIB[%OUTFILE,R,p]" == "1" (p4 edit %OUTFILE)) - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/footprint/installation/generators/makedata.btm b/sku.0/sys.shared/compiled/game/footprint/installation/generators/makedata.btm deleted file mode 100644 index bdf7289dd..000000000 --- a/sku.0/sys.shared/compiled/game/footprint/installation/generators/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=sfp -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH -if exist %OUTFILE (if "%@ATTRIB[%OUTFILE,R,p]" == "1" (p4 edit %OUTFILE)) - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/footprint/installation/manufacture/makedata.btm b/sku.0/sys.shared/compiled/game/footprint/installation/manufacture/makedata.btm deleted file mode 100644 index bdf7289dd..000000000 --- a/sku.0/sys.shared/compiled/game/footprint/installation/manufacture/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=sfp -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH -if exist %OUTFILE (if "%@ATTRIB[%OUTFILE,R,p]" == "1" (p4 edit %OUTFILE)) - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/footprint/installation/mining_gas/makedata.btm b/sku.0/sys.shared/compiled/game/footprint/installation/mining_gas/makedata.btm deleted file mode 100644 index bdf7289dd..000000000 --- a/sku.0/sys.shared/compiled/game/footprint/installation/mining_gas/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=sfp -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH -if exist %OUTFILE (if "%@ATTRIB[%OUTFILE,R,p]" == "1" (p4 edit %OUTFILE)) - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/footprint/installation/mining_liquid/makedata.btm b/sku.0/sys.shared/compiled/game/footprint/installation/mining_liquid/makedata.btm deleted file mode 100644 index bdf7289dd..000000000 --- a/sku.0/sys.shared/compiled/game/footprint/installation/mining_liquid/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=sfp -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH -if exist %OUTFILE (if "%@ATTRIB[%OUTFILE,R,p]" == "1" (p4 edit %OUTFILE)) - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/footprint/installation/mining_ore/makedata.btm b/sku.0/sys.shared/compiled/game/footprint/installation/mining_ore/makedata.btm deleted file mode 100644 index bdf7289dd..000000000 --- a/sku.0/sys.shared/compiled/game/footprint/installation/mining_ore/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=sfp -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH -if exist %OUTFILE (if "%@ATTRIB[%OUTFILE,R,p]" == "1" (p4 edit %OUTFILE)) - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/footprint/installation/mining_organic/makedata.btm b/sku.0/sys.shared/compiled/game/footprint/installation/mining_organic/makedata.btm deleted file mode 100644 index bdf7289dd..000000000 --- a/sku.0/sys.shared/compiled/game/footprint/installation/mining_organic/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=sfp -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH -if exist %OUTFILE (if "%@ATTRIB[%OUTFILE,R,p]" == "1" (p4 edit %OUTFILE)) - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/footprint/makedata.btm b/sku.0/sys.shared/compiled/game/footprint/makedata.btm deleted file mode 100644 index bdf7289dd..000000000 --- a/sku.0/sys.shared/compiled/game/footprint/makedata.btm +++ /dev/null @@ -1,37 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for /r %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=sfp -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH -if exist %OUTFILE (if "%@ATTRIB[%OUTFILE,R,p]" == "1" (p4 edit %OUTFILE)) - -miff -i %INFILE -o %OUTFILE -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - -:LABEL_end diff --git a/sku.0/sys.shared/compiled/game/misc/makedata.btm b/sku.0/sys.shared/compiled/game/misc/makedata.btm deleted file mode 100644 index 78a487212..000000000 --- a/sku.0/sys.shared/compiled/game/misc/makedata.btm +++ /dev/null @@ -1 +0,0 @@ -@perl ..\..\..\..\..\..\tools\buildCrcStringTable.pl ..\..\..\..\..\..\data\sku.0\sys.shared\compiled\game\misc\planet_crc_string_table.iff planet_crc_string_table.txt \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/compile_all_templates.btm b/sku.0/sys.shared/compiled/game/object/compile_all_templates.btm deleted file mode 100644 index ecce4d7d3..000000000 --- a/sku.0/sys.shared/compiled/game/object/compile_all_templates.btm +++ /dev/null @@ -1,20 +0,0 @@ -@echo off -@SET TPF_COMPILER=TemplateCompiler - -set startDir=%_cwd - -for /a:d /h /r %i in (*) do ( - cd "%i" - for %j in (*.tpf) DO ( - @echo Compiling %j - %TPF_COMPILER -compile %j - ) -) - -for %j in (*.tpf) DO ( - @echo Compiling %j - %TPF_COMPILER -compile %j -) - -:end -cd "%startDir" diff --git a/sku.0/sys.shared/compiled/game/object/compile_tdf.btm b/sku.0/sys.shared/compiled/game/object/compile_tdf.btm deleted file mode 100644 index ecf2be5e2..000000000 --- a/sku.0/sys.shared/compiled/game/object/compile_tdf.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TDF_COMPILER=TemplateDefinitionCompiler - -@FOR %i IN (*.tdf) DO ( -%TDF_COMPILER %i -@IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.shared/compiled/game/object/compile_templates.btm b/sku.0/sys.shared/compiled/game/object/compile_templates.btm deleted file mode 100644 index bd238b95f..000000000 --- a/sku.0/sys.shared/compiled/game/object/compile_templates.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TPF_COMPILER=TemplateCompiler - -@FOR %i IN (*.tpf) DO ( -%TPF_COMPILER -compile %i -@IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.shared/compiled/game/object/creature/player/compile_all.btm b/sku.0/sys.shared/compiled/game/object/creature/player/compile_all.btm deleted file mode 100644 index a028657d3..000000000 --- a/sku.0/sys.shared/compiled/game/object/creature/player/compile_all.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TPF_COMPILER=TemplateCompiler.exe - -@FOR /A:-r %i IN (*.tpf) DO ( -%TPF_COMPILER -compile %i -@IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.shared/compiled/game/object/edit_tdf.btm b/sku.0/sys.shared/compiled/game/object/edit_tdf.btm deleted file mode 100644 index d0dcb4c82..000000000 --- a/sku.0/sys.shared/compiled/game/object/edit_tdf.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TDF_COMPILER=templateDefinitionCompiler - -@FOR %i IN (*.tdf) DO ( -%TDF_COMPILER -edit %i -@IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.shared/compiled/game/object/edit_templates.btm b/sku.0/sys.shared/compiled/game/object/edit_templates.btm deleted file mode 100644 index b0b9cf483..000000000 --- a/sku.0/sys.shared/compiled/game/object/edit_templates.btm +++ /dev/null @@ -1,9 +0,0 @@ -@SET TPF_COMPILER=..\..\..\..\..\..\..\..\exe\win32\templateCompiler - -@FOR %i IN (*.tpf) DO ( -%TPF_COMPILER -edit %i -@IF errorlevel != 0 GOTO end -) - -:end - diff --git a/sku.0/sys.shared/compiled/game/object/makealldata.btm b/sku.0/sys.shared/compiled/game/object/makealldata.btm deleted file mode 100644 index 52a6a5061..000000000 --- a/sku.0/sys.shared/compiled/game/object/makealldata.btm +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -for /r %x in (*.tpf) do (@echo %x... & pushd & cd %@PATH[%x] & TemplateCompiler -compile %@FILENAME[%x] & popd) -pause diff --git a/sku.0/sys.shared/compiled/game/object/makedata.btm b/sku.0/sys.shared/compiled/game/object/makedata.btm deleted file mode 100644 index d0df2fb8e..000000000 --- a/sku.0/sys.shared/compiled/game/object/makedata.btm +++ /dev/null @@ -1,17 +0,0 @@ - - -echo off -set ROOT=%ROOTSWGDIRECTORY\all\tools\design\cfgread.btm -call %ROOT -rem clientspec is ROOTCLIENTSPEC -rem root dir is ROOTSWGDIRECTORY -set SCRIPTFILE=%@FULL[%1] -set TESTPATH=%@PATH[%SCRIPTFILE] -set WORKINGSTRING=%@INSTR[%@INC[%@LEN[%ROOTSWGDIRECTORY]],%@LEN[%TESTPATH],%TESTPATH] -set SLASHINDEX=%@INDEX[%WORKINGSTRING,\] -set ROOTBRANCH=%@INSTR[0,%SLASHINDEX,%WORKINGSTRING] -set TEMPLATECOMPILER=%ROOTSWGDIRECTORY\%ROOTBRANCH\exe\win32\templatecompiler.exe -echo on -%TEMPLATECOMPILER -compile %1 -echo off - diff --git a/sku.0/sys.shared/compiled/game/terrain/makedata.btm b/sku.0/sys.shared/compiled/game/terrain/makedata.btm deleted file mode 100644 index 81893efc6..000000000 --- a/sku.0/sys.shared/compiled/game/terrain/makedata.btm +++ /dev/null @@ -1,41 +0,0 @@ -@echo off - -rem ================================================================= -rem -rem makedata template for .mif files -rem asommers -rem -rem copyright 2002, sony online entertainment -rem -rem ================================================================= - -if "%1" == "" goto LABEL_all - -:LABEL_one -for %x in (%1) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_all -for %x in (*.mif) do (gosub LABEL_process) -goto LABEL_end - -:LABEL_process -set INFILE=%@FULL[%x] -set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]] -set OUTNAME=%@NAME[%INFILE] -set OUTEXT=trn -set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT - -rem -- make sure outpath exists -if not exist %OUTPATH md /s %OUTPATH - -@rem p4 edit %OUTFILE > nul -miff -i %INFILE -o %OUTFILE -@rem p4 add %OUTFILE > nul -@rem p4 add %INFILE > nul -echo %@FILENAME[%INFILE] -^> %@FILENAME[%OUTFILE] -return - - - -:LABEL_end