now erase EVERYTHING BETWEEN THE " and the " in ALL THE EXPORT_DIR LINES![/color]
For God's sake, understand, everyone, that you do NOT need to change all lines, but only the one that is not commented.
I swear to God I will write a
proper tutorial. EDIT: I did.
you will find like this :[/color]
@echo off
python process_init.py
python process_global_variables.py
python process_strings.py
python process_skills.py
python process_music.py
python process_animations.py
python process_meshes.py
python process_sounds.py
python process_skins.py
python process_map_icons.py
python process_factions.py
python process_items.py
python process_scenes.py
python process_troops.py
python process_particle_sys.py
python process_scene_props.py
python process_tableau_materials.py
python process_presentations.py
python process_party_tmps.py
python process_parties.py
python process_quests.py
python process_info_pages.py
python process_scripts.py
python process_mission_tmps.py
python process_game_menus.py
python process_simple_triggers.py
python process_dialogs.py
python process_global_variables_unused.py
python process_postfx.py
@del *.pyc
echo.
echo ______________________________
echo.
echo Script processing has ended.
echo Press any key to exit. . .
pause>nul
ERASE THIS CODE COMPLETELY AND REPLACE IT WITH THIS :
@echo off
process_init.py
process_global_variables.py
process_strings.py
process_skills.py
process_music.py
process_animations.py
process_meshes.py
process_sounds.py
process_skins.py
process_map_icons.py
process_factions.py
process_items.py
process_scenes.py
process_troops.py
process_particle_sys.py
process_scene_props.py
process_tableau_materials.py
process_presentations.py
process_party_tmps.py
process_parties.py
process_quests.py
process_info_pages.py
process_scripts.py
process_mission_tmps.py
process_game_menus.py
process_simple_triggers.py
process_dialogs.py
process_global_variables_unused.py
process_postfx.py
@del *.pyc
echo.
echo ______________________________
echo.
echo Script processing has ended.
echo Press any key to exit. . .
pause>nul
Hm. Care to elaborate why you do this, given that I've never, in all of my years of modding M&B, heard of it. This seems to make no sense unless you can't setup your PATH environmental variable
and your Python folder is in your ModSys folder. (Or something. Not sure because I've never needed to do it.)