diff --git a/nel/tools/build_gamedata/all_dev.bat b/nel/tools/build_gamedata/all_dev.bat index 5e573433a..cfbc4f1c3 100644 --- a/nel/tools/build_gamedata/all_dev.bat +++ b/nel/tools/build_gamedata/all_dev.bat @@ -1,17 +1,17 @@ title Ryzom Core: 0_setup.py --noconf -0_setup.py --noconf +python 0_setup.py --noconf title Ryzom Core: 1_export.py -1_export.py +python 1_export.py title Ryzom Core: 2_build.py -2_build.py +python 2_build.py title Ryzom Core: 3_install.py -3_install.py +python 3_install.py title Ryzom Core: a1_worldedit_data.py -a1_worldedit_data.py +python a1_worldedit_data.py title Ryzom Core: b1_client_dev.py -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: b3_shard_dev.py -b3_shard_dev.py +python b3_shard_dev.py title Ryzom Core: Ready diff --git a/nel/tools/build_gamedata/all_install_dev.bat b/nel/tools/build_gamedata/all_install_dev.bat index 4dbaa3bbb..45786bb27 100644 --- a/nel/tools/build_gamedata/all_install_dev.bat +++ b/nel/tools/build_gamedata/all_install_dev.bat @@ -1,11 +1,11 @@ title Ryzom Core: 3_install.py -3_install.py +python 3_install.py title Ryzom Core: a1_worldedit_data.py -a1_worldedit_data.py +python a1_worldedit_data.py title Ryzom Core: b1_client_dev.py -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: b3_shard_dev.py -b3_shard_dev.py +python b3_shard_dev.py title Ryzom Core: Ready diff --git a/nel/tools/build_gamedata/characters_dev.bat b/nel/tools/build_gamedata/characters_dev.bat index 7bee2aaef..e8e48bf18 100644 --- a/nel/tools/build_gamedata/characters_dev.bat +++ b/nel/tools/build_gamedata/characters_dev.bat @@ -1,11 +1,11 @@ title Ryzom Core: 1_export.py (CHARACTERS) -1_export.py -ipj common/characters common/characters_maps_hr +python 1_export.py -ipj common/characters common/characters_maps_hr title Ryzom Core: 2_build.py (CHARACTERS) -2_build.py -ipj common/characters common/characters_maps_hr +python 2_build.py -ipj common/characters common/characters_maps_hr title Ryzom Core: 3_install.py (CHARACTERS) -3_install.py -ipj common/characters common/characters_maps_hr +python 3_install.py -ipj common/characters common/characters_maps_hr title Ryzom Core: b1_client_dev.py (CHARACTERS) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (CHARACTERS) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: Ready (CHARACTERS) diff --git a/nel/tools/build_gamedata/executables_dev.bat b/nel/tools/build_gamedata/executables_dev.bat index b61388296..afc968964 100644 --- a/nel/tools/build_gamedata/executables_dev.bat +++ b/nel/tools/build_gamedata/executables_dev.bat @@ -1,15 +1,15 @@ title Ryzom Core: 0_setup.py (EXECUTABLES) -0_setup.py --noconf -ipj common/gamedev common/exedll common/cfg common/data_common +python 0_setup.py --noconf -ipj common/gamedev common/exedll common/cfg common/data_common title Ryzom Core: 1_export.py (EXECUTABLES) -1_export.py -ipj common/gamedev common/exedll common/cfg common/data_common +python 1_export.py -ipj common/gamedev common/exedll common/cfg common/data_common title Ryzom Core: 2_build.py (EXECUTABLES) -2_build.py -ipj common/gamedev common/exedll common/cfg common/data_common +python 2_build.py -ipj common/gamedev common/exedll common/cfg common/data_common title Ryzom Core: 3_install.py (EXECUTABLES) -3_install.py -ipj common/gamedev common/exedll common/cfg common/data_common +python 3_install.py -ipj common/gamedev common/exedll common/cfg common/data_common title Ryzom Core: b1_client_dev.py -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: b3_shard_dev.py -b3_shard_dev.py +python b3_shard_dev.py title Ryzom Core: Ready diff --git a/nel/tools/build_gamedata/fauna_dev.bat b/nel/tools/build_gamedata/fauna_dev.bat index 5f5c7a90e..468913800 100644 --- a/nel/tools/build_gamedata/fauna_dev.bat +++ b/nel/tools/build_gamedata/fauna_dev.bat @@ -1,11 +1,11 @@ title Ryzom Core: 1_export.py (FAUNA) -1_export.py -ipj common/fauna +python 1_export.py -ipj common/fauna title Ryzom Core: 2_build.py (FAUNA) -2_build.py -ipj common/fauna +python 2_build.py -ipj common/fauna title Ryzom Core: 3_install.py (FAUNA) -3_install.py -ipj common/fauna +python 3_install.py -ipj common/fauna title Ryzom Core: b1_client_dev.py (FAUNA) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (FAUNA) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: Ready (FAUNA) diff --git a/nel/tools/build_gamedata/interface_dev.bat b/nel/tools/build_gamedata/interface_dev.bat index 17d45a024..21f8f920b 100644 --- a/nel/tools/build_gamedata/interface_dev.bat +++ b/nel/tools/build_gamedata/interface_dev.bat @@ -1,9 +1,9 @@ title Ryzom Core: 1_export.py (INTERFACE) -1_export.py -ipj common/gamedev common/data_common common/exedll common/cfg common/interface common/sfx common/fonts common/outgame +python 1_export.py -ipj common/gamedev common/data_common common/exedll common/cfg common/interface common/sfx common/fonts common/outgame title Ryzom Core: 2_build.py (INTERFACE) -2_build.py -ipj common/gamedev common/data_common common/exedll common/cfg common/interface common/sfx common/fonts common/outgame +python 2_build.py -ipj common/gamedev common/data_common common/exedll common/cfg common/interface common/sfx common/fonts common/outgame title Ryzom Core: 3_install.py (INTERFACE) -3_install.py -ipj common/gamedev common/data_common common/exedll common/cfg common/interface common/sfx common/fonts common/outgame +python 3_install.py -ipj common/gamedev common/data_common common/exedll common/cfg common/interface common/sfx common/fonts common/outgame title Ryzom Core: b1_client_dev.py -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: Ready diff --git a/nel/tools/build_gamedata/leveldesign_dev.bat b/nel/tools/build_gamedata/leveldesign_dev.bat index a7040aa92..59e5834c2 100644 --- a/nel/tools/build_gamedata/leveldesign_dev.bat +++ b/nel/tools/build_gamedata/leveldesign_dev.bat @@ -1,13 +1,13 @@ title Ryzom Core: 1_export.py (LEVELDESIGN) -1_export.py -ipj common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share +python 1_export.py -ipj common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share title Ryzom Core: 2_build.py (LEVELDESIGN) -2_build.py -ipj common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share +python 2_build.py -ipj common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share title Ryzom Core: 3_install.py (LEVELDESIGN) -3_install.py -ipj common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share +python 3_install.py -ipj common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share title Ryzom Core: b1_client_dev.py (LEVELDESIGN) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (LEVELDESIGN) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: b3_shard_dev.py -b3_shard_dev.py +python b3_shard_dev.py title Ryzom Core: Ready diff --git a/nel/tools/build_gamedata/objects_dev.bat b/nel/tools/build_gamedata/objects_dev.bat index cdd7ac243..836940386 100644 --- a/nel/tools/build_gamedata/objects_dev.bat +++ b/nel/tools/build_gamedata/objects_dev.bat @@ -1,11 +1,11 @@ title Ryzom Core: 1_export.py (OBJECTS) -1_export.py -ipj common/objects +python 1_export.py -ipj common/objects title Ryzom Core: 2_build.py (OBJECTS) -2_build.py -ipj common/objects +python 2_build.py -ipj common/objects title Ryzom Core: 3_install.py (OBJECTS) -3_install.py -ipj common/objects +python 3_install.py -ipj common/objects title Ryzom Core: b1_client_dev.py (OBJECTS) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (OBJECTS) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: Ready (OBJECTS) diff --git a/nel/tools/build_gamedata/panoply_dev.bat b/nel/tools/build_gamedata/panoply_dev.bat index 3ab3f4e0d..4a4de6cbf 100644 --- a/nel/tools/build_gamedata/panoply_dev.bat +++ b/nel/tools/build_gamedata/panoply_dev.bat @@ -1,11 +1,11 @@ title Ryzom Core: 1_export.py (PANOPLY) -1_export.py -ipj common/characters_maps_hr +python 1_export.py -ipj common/characters_maps_hr title Ryzom Core: 2_build.py (PANOPLY) -2_build.py -ipj common/characters_maps_hr +python 2_build.py -ipj common/characters_maps_hr title Ryzom Core: 3_install.py (PANOPLY) -3_install.py -ipj common/characters_maps_hr +python 3_install.py -ipj common/characters_maps_hr title Ryzom Core: b1_client_dev.py (PANOPLY) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (PANOPLY) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: Ready (PANOPLY) diff --git a/nel/tools/build_gamedata/ring_landscape_dev.bat b/nel/tools/build_gamedata/ring_landscape_dev.bat index 2bcac4dc1..81d010c2a 100644 --- a/nel/tools/build_gamedata/ring_landscape_dev.bat +++ b/nel/tools/build_gamedata/ring_landscape_dev.bat @@ -1,15 +1,15 @@ title Ryzom Core: 0_setup.py (RING LANDSCAPE) -0_setup.py --noconf -ipj continents/r2_desert continents/r2_forest continents/r2_jungle continents/r2_lakes continents/r2_roots +python 0_setup.py --noconf -ipj continents/r2_desert continents/r2_forest continents/r2_jungle continents/r2_lakes continents/r2_roots title Ryzom Core: 1_export.py (RING LANDSCAPE) -1_export.py -ipj continents/r2_desert continents/r2_forest continents/r2_jungle continents/r2_lakes continents/r2_roots +python 1_export.py -ipj continents/r2_desert continents/r2_forest continents/r2_jungle continents/r2_lakes continents/r2_roots title Ryzom Core: 2_build.py (RING LANDSCAPE) -2_build.py -ipj continents/r2_desert continents/r2_forest continents/r2_jungle continents/r2_lakes continents/r2_roots +python 2_build.py -ipj continents/r2_desert continents/r2_forest continents/r2_jungle continents/r2_lakes continents/r2_roots title Ryzom Core: 3_install.py (RING LANDSCAPE) -3_install.py -ipj continents/r2_desert continents/r2_forest continents/r2_jungle continents/r2_lakes continents/r2_roots +python 3_install.py -ipj continents/r2_desert continents/r2_forest continents/r2_jungle continents/r2_lakes continents/r2_roots title Ryzom Core: a1_worldedit_data.py (RING LANDSCAPE) -a1_worldedit_data.py +python a1_worldedit_data.py title Ryzom Core: b1_client_dev.py (RING LANDSCAPE) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (RING LANDSCAPE) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: Ready (RING LANDSCAPE) diff --git a/nel/tools/build_gamedata/ring_landscape_forest_dev.bat b/nel/tools/build_gamedata/ring_landscape_forest_dev.bat index c2b2de729..650fec234 100644 --- a/nel/tools/build_gamedata/ring_landscape_forest_dev.bat +++ b/nel/tools/build_gamedata/ring_landscape_forest_dev.bat @@ -1,15 +1,15 @@ title Ryzom Core: 0_setup.py (RING LANDSCAPE) -0_setup.py --noconf -ipj continents/r2_forest +python 0_setup.py --noconf -ipj continents/r2_forest title Ryzom Core: 1_export.py (RING LANDSCAPE) -1_export.py -ipj continents/r2_forest +python 1_export.py -ipj continents/r2_forest title Ryzom Core: 2_build.py (RING LANDSCAPE) -2_build.py -ipj continents/r2_forest +python 2_build.py -ipj continents/r2_forest title Ryzom Core: 3_install.py (RING LANDSCAPE) -3_install.py -ipj continents/r2_forest +python 3_install.py -ipj continents/r2_forest title Ryzom Core: a1_worldedit_data.py (RING LANDSCAPE) -a1_worldedit_data.py +python a1_worldedit_data.py title Ryzom Core: b1_client_dev.py (RING LANDSCAPE) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (RING LANDSCAPE) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: Ready (RING LANDSCAPE) diff --git a/nel/tools/build_gamedata/ring_landscape_jungle_dev.bat b/nel/tools/build_gamedata/ring_landscape_jungle_dev.bat index 3a3dfb782..097e080ab 100644 --- a/nel/tools/build_gamedata/ring_landscape_jungle_dev.bat +++ b/nel/tools/build_gamedata/ring_landscape_jungle_dev.bat @@ -1,15 +1,15 @@ title Ryzom Core: 0_setup.py (RING LANDSCAPE) -0_setup.py --noconf -ipj continents/r2_jungle +python 0_setup.py --noconf -ipj continents/r2_jungle title Ryzom Core: 1_export.py (RING LANDSCAPE) -1_export.py -ipj continents/r2_jungle +python 1_export.py -ipj continents/r2_jungle title Ryzom Core: 2_build.py (RING LANDSCAPE) -2_build.py -ipj continents/r2_jungle +python 2_build.py -ipj continents/r2_jungle title Ryzom Core: 3_install.py (RING LANDSCAPE) -3_install.py -ipj continents/r2_jungle +python 3_install.py -ipj continents/r2_jungle title Ryzom Core: a1_worldedit_data.py (RING LANDSCAPE) -a1_worldedit_data.py +python a1_worldedit_data.py title Ryzom Core: b1_client_dev.py (RING LANDSCAPE) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (RING LANDSCAPE) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: Ready (RING LANDSCAPE) diff --git a/nel/tools/build_gamedata/ring_landscape_lakes_dev.bat b/nel/tools/build_gamedata/ring_landscape_lakes_dev.bat index c4598ee3e..355e33b03 100644 --- a/nel/tools/build_gamedata/ring_landscape_lakes_dev.bat +++ b/nel/tools/build_gamedata/ring_landscape_lakes_dev.bat @@ -1,15 +1,15 @@ title Ryzom Core: 0_setup.py (RING LANDSCAPE) -0_setup.py --noconf -ipj continents/r2_lakes +python 0_setup.py --noconf -ipj continents/r2_lakes title Ryzom Core: 1_export.py (RING LANDSCAPE) -1_export.py -ipj continents/r2_lakes +python 1_export.py -ipj continents/r2_lakes title Ryzom Core: 2_build.py (RING LANDSCAPE) -2_build.py -ipj continents/r2_lakes +python 2_build.py -ipj continents/r2_lakes title Ryzom Core: 3_install.py (RING LANDSCAPE) -3_install.py -ipj continents/r2_lakes +python 3_install.py -ipj continents/r2_lakes title Ryzom Core: a1_worldedit_data.py (RING LANDSCAPE) -a1_worldedit_data.py +python a1_worldedit_data.py title Ryzom Core: b1_client_dev.py (RING LANDSCAPE) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (RING LANDSCAPE) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: Ready (RING LANDSCAPE) diff --git a/nel/tools/build_gamedata/ring_landscape_roots_dev.bat b/nel/tools/build_gamedata/ring_landscape_roots_dev.bat index 124b8fbdf..284d57877 100644 --- a/nel/tools/build_gamedata/ring_landscape_roots_dev.bat +++ b/nel/tools/build_gamedata/ring_landscape_roots_dev.bat @@ -1,15 +1,15 @@ title Ryzom Core: 0_setup.py (RING LANDSCAPE) -0_setup.py --noconf -ipj continents/r2_roots +python 0_setup.py --noconf -ipj continents/r2_roots title Ryzom Core: 1_export.py (RING LANDSCAPE) -1_export.py -ipj continents/r2_roots +python 1_export.py -ipj continents/r2_roots title Ryzom Core: 2_build.py (RING LANDSCAPE) -2_build.py -ipj continents/r2_roots +python 2_build.py -ipj continents/r2_roots title Ryzom Core: 3_install.py (RING LANDSCAPE) -3_install.py -ipj continents/r2_roots +python 3_install.py -ipj continents/r2_roots title Ryzom Core: a1_worldedit_data.py (RING LANDSCAPE) -a1_worldedit_data.py +python a1_worldedit_data.py title Ryzom Core: b1_client_dev.py (RING LANDSCAPE) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (RING LANDSCAPE) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: Ready (RING LANDSCAPE) diff --git a/nel/tools/build_gamedata/sky_dev.bat b/nel/tools/build_gamedata/sky_dev.bat index 13169bbcb..e72927708 100644 --- a/nel/tools/build_gamedata/sky_dev.bat +++ b/nel/tools/build_gamedata/sky_dev.bat @@ -1,11 +1,11 @@ title Ryzom Core: 1_export.py (LEVELDESIGN) -1_export.py -ipj common/sky common/sfx common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share +python 1_export.py -ipj common/sky common/sfx common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share title Ryzom Core: 2_build.py (LEVELDESIGN) -2_build.py -ipj common/sky common/sfx common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share +python 2_build.py -ipj common/sky common/sfx common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share title Ryzom Core: 3_install.py (LEVELDESIGN) -3_install.py -ipj common/sky common/sfx common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share +python 3_install.py -ipj common/sky common/sfx common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language shard/data_leveldesign shard/data_game_share title Ryzom Core: b1_client_dev.py (LEVELDESIGN) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: b2_shard_data.py (LEVELDESIGN) -b2_shard_data.py +python b2_shard_data.py title Ryzom Core: Ready diff --git a/nel/tools/build_gamedata/sound_dev.bat b/nel/tools/build_gamedata/sound_dev.bat index 13243f315..dd6ad120a 100644 --- a/nel/tools/build_gamedata/sound_dev.bat +++ b/nel/tools/build_gamedata/sound_dev.bat @@ -1,9 +1,9 @@ title Ryzom Core: 1_export.py (SOUND) -1_export.py -ipj common/sound +python 1_export.py -ipj common/sound title Ryzom Core: 2_build.py (SOUND) -2_build.py -ipj common/sound +python 2_build.py -ipj common/sound title Ryzom Core: 3_install.py (SOUND) -3_install.py -ipj common/sound +python 3_install.py -ipj common/sound title Ryzom Core: b1_client_dev.py (SOUND) -b1_client_dev.py +python b1_client_dev.py title Ryzom Core: Ready (SOUND)