The move thing doesnt work because it will move it from the original BF2
1. moves the Levels-folder back to BF2-mod and
2. runs BF2.exe ?
The file layout is really simple: in your ...\Battlefield 2\mods\ you have move_levels.bat
in your mod-folders , also BF2 you have a batch-file that calls the move_levels.bat and starts the mod.
**********************************
file layout
...\Battlefield 2\mods\move_levels.bat
Code:
move /Y ..\bf2\Levels . move /Y ..\mod1\Levels . move /Y ..\mod2\Levels . move /Y ..\mod3\Levels .
Code:
call ..\move_levels.bat cd .. cd .. bf2.exe +menu 1 +fullscreen 1
Code:
call ..\move_levels.bat cd .. cd .. bf2.exe +menu 1 +fullscreen 1 +modPath mods/mod1
I hope this was a little better to understand how it works.
I tested this and it works very well, but maybe you have to decide for yourself if it makes sense to move your levels-folder around on evry gamestart. I dont think that there is a risc or something, but if you have a big partition and a great amount of free space then you dont have to do this.
mfg
Comment