My new mod

When I learn to mod What time period would you like the Wheel of Time mod to be in

  • Aiel War

    Votes: 18 39.1%
  • Randland Time period

    Votes: 3 6.5%
  • Artur Pendrag

    Votes: 6 13.0%
  • Or Seanchan Lands

    Votes: 3 6.5%
  • Or Someother place like Shara or Land of The Madmen

    Votes: 5 10.9%
  • Trolloc Wars

    Votes: 11 23.9%

  • Total voters
    46
  • Poll closed .

Users who are viewing this thread

thanks

but why pretend it doesnt exist :?: :shock:
now i have to uninstal it and destroy it :razz:

:Edit No i only dont understand what winter means by make it go to the path variables i go to the menu but i dont know where to send it.
 
LzrdDragoon said:
thanks

but why pretend it doesnt exist :?: :shock:
now i have to uninstal it and destroy it :razz:

:Edit No i only dont understand what winter means by make it go to the path variables i go to the menu but i dont know where to send it.

Your path is just a list of place where your OS looks for commands.  It needs to know where python lives to make calls to python work.

For the simple stuff, the modding is very easy usually, but some parts are very frustrating so back up the directory all the time and keep restarting the game to check it is not crapping out on you.
 
Just replace the contents of your build_module.bat file with this:


@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
 
:?:

already sounds too compilicated to me  :shock: :roll: not to mention i cant model for **** and i have to get cadin sor and aiel spears

with those items i could make a half bad mod
then work my way up  :grin:
 
LzrdDragoon said:

Find the build_module.bat file, right click and press edit, or open it with notepad. Inside the file, press ctrl-a and delete. Then copy this:

Code:
@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

and paste in the built_module.bat.
 
I can't wait...i love the great books of the Wheel of Time...very very very fantastic idea...


And i prefer Aiel like rand against the white tower :grin:
 
LzrdDragoon said:
  ___
{o,o}
|)__)
-"-"-
O RLY?
Oh now i get it XD i just opened the file didn't edit it

But what do i do after that?

You have to click on "open with..." and select notepad. and then can you do the other thing I said.
 
Back
Top Bottom