Problems with ingame editor..

正在查看此主题的用户

ELMO

Recruit
When i press the "Build_module" it says that windows cant find python as a program or something like that.

So i need help so i can mess around and maybe even make a "real" mod :smile:
 
that isn't a ingame editor problem, it's a python problem.
change the content og build_module.bak to:
插入代码块:
@echo off
set OLDPATH=%PATH%
set PATH=C:\Python24;%PATH%

python process_strings.py
python process_sounds.py
python process_particle_sys.py
python process_skins.py
python process_items.py
python process_map_icons.py
python process_factions.py
python process_scene_props.py
python process_scenes.py
python process_troops.py
python process_party_tmps.py
python process_parties.py
python process_quests.py
python process_scripts.py
python process_mission_tmps.py
python process_game_menus.py
python process_simple_triggers.py
python process_dialogs.py

set PATH=%OLDPATH%
del *.pyc
echo.
echo ______________________________
echo.
echo Script processing has ended.
echo Press any key to exit. . .
pause>nul
 
Well this might be a nooby question but how can i change it?  :oops:

E: Got it to work! Thank you!
 
后退
顶部 底部