[RDH]Zerted wrote:Here is how to get your debug output when you have the DVD version of the game and BF2_modtools.exe doesn't work.
Requirments:
You have SWBF2 installed.
You have the Server Manager installed.
You have a map to test.
Some understanting of batch files and/or the willingness to go look up the SWBF2 commands
Steps:
1) Go to the server manager's directory
2) Create a folder named "addon"
3) Copy the map you want to test, and paste it into the new addon folder
4) Create a batch file (.bat) to launch your map.
Here is an example batch file, with the modID being ABC:
C:
cd "C:\games\SWBF2 PC Server v1.1"
BattlefrontII.exe /gamename "Testing Map" /win /norender /resolution 200 200 /autonet dedicated /playercount 1 /bots 15 ABCc_con 400 400
(You will need to change this to fit your computer's setup.)
5) Launch the batch file to start the server.
6) The log file is stored at server manager\BFront2.log
7) If you want to, run SWBF2 like you normally do and join the server.
In C:\BF2_ModTools there's a file called modtools.exe (the one with the clone trooper on it.).
Copy it into LucasArts\Star Wars Battlefront II\GameData and run the map with it. When you run the map, a file called BFront2 will be created.
ok, i create the bat file in the C:\Programme\LucasArts\Star Wars Battlefront II PC Server Folder
the bat file looks like this:
Code: Select all
C:
cd "C:\Programme\LucasArts\Star Wars Battlefront II PC Server"
BattlefrontII.exe /gamename "Testin Map" win /norender /resolution 200 200 /autonet dedicated /playercount 1 /bots 15 TESc_con 400 400cant open win.lvl
i changed win in the bat file in tes (tes is my project ID)
and i get the message
cant open tes.lvl



