Search found 15 matches
- February 15th, 2009, 7:02 pm
- Forum: Coder’s Corner
- Topic: stderr when testing python ais
- Replies: 0
- Views: 1135
stderr when testing python ais
I use the following on Windows xp from the command line: wesnoth.exe --nogui --multiplayer --controller1=ai --controller2=ai --algorithm1=bruteforce2.py --algorithm2=tommy-0.4.7.py --scenario=multiplayer_Basilisk Both algorithms (bruteforce and tommy) are present in the proper directory. I can pick ...
- November 24th, 2007, 9:10 pm
- Forum: Technical Support
- Topic: Client Disconnected
- Replies: 40
- Views: 11117
- November 23rd, 2007, 8:08 pm
- Forum: Technical Support
- Topic: Client Disconnected
- Replies: 40
- Views: 11117
- November 23rd, 2007, 1:03 pm
- Forum: Technical Support
- Topic: Client Disconnected
- Replies: 40
- Views: 11117
- November 23rd, 2007, 3:58 am
- Forum: Technical Support
- Topic: Client Disconnected
- Replies: 40
- Views: 11117
- November 10th, 2007, 6:45 pm
- Forum: Technical Support
- Topic: 1.3.9: game will not exit when run with --nogui
- Replies: 2
- Views: 981
- November 10th, 2007, 6:04 pm
- Forum: Technical Support
- Topic: 1.3.9: game will not exit when run with --nogui
- Replies: 2
- Views: 981
1.3.9: game will not exit when run with --nogui
Version 1.3.9 on Windows XP. The game will not exit when run from the command line using the --nogui switch. Here is the whole cmd I am using: wesnoth.exe --nogui --multiplayer --controller1=ai --controller2=ai --scenario=multiplayer_Den_of_Onis Here is Stderr.txt: Battle for Wesnoth v1.3.9 Started ...
- November 3rd, 2007, 4:36 pm
- Forum: Coder’s Corner
- Topic: list of executable switches?
- Replies: 12
- Views: 5140
- November 3rd, 2007, 5:27 am
- Forum: Technical Support
- Topic: Incorrect spelling: Northeners or Northerners
- Replies: 1
- Views: 727
Incorrect spelling: Northeners or Northerners
Windows XP. BFW 1.2.7 Spelling mistake in data\factions\northerners-default.cfg The id=Northeners has left out the 2nd 'r'. #textdomain wesnoth [multiplayer_side] id=Northeners name={MENU_IMG_TXT "orcs/warrior.png~TC(1,magenta)" _"Northerners"} type=Orcish Warrior leader=Orcish W...
- November 2nd, 2007, 1:58 am
- Forum: Technical Support
- Topic: bruteforce.py AI does nothing under 1.3.9
- Replies: 15
- Views: 3642
- November 1st, 2007, 8:03 pm
- Forum: Technical Support
- Topic: bruteforce.py AI does nothing under 1.3.9
- Replies: 15
- Views: 3642
- October 31st, 2007, 1:49 pm
- Forum: Coder’s Corner
- Topic: Script/exe to test ai's
- Replies: 0
- Views: 1769
Script/exe to test ai's
I have written a script that is used to test ai's on Windows. It automates the launching of wesnoth.exe with the parameters you specify in an .ini file and collects the data into a text file. When first run it creates an .ini file with the following parameters that can be changed. [Options] Ai1=brut...
- October 30th, 2007, 6:54 pm
- Forum: Coder’s Corner
- Topic: list of executable switches?
- Replies: 12
- Views: 5140
- October 30th, 2007, 2:12 pm
- Forum: Coder’s Corner
- Topic: list of executable switches?
- Replies: 12
- Views: 5140
- October 30th, 2007, 5:06 am
- Forum: Coder’s Corner
- Topic: list of executable switches?
- Replies: 12
- Views: 5140
list of executable switches?
Can someone point me to a list of the wesnoth executable switches?
So far I have found :
--nogui
--multiplayer
--controllerX=ai
--algorithmX=ai1.py
I am unsure how to select a map for the AI's to play on. Also, is there a way to report the faction of each team to stdout?
Thank you.
So far I have found :
--nogui
--multiplayer
--controllerX=ai
--algorithmX=ai1.py
I am unsure how to select a map for the AI's to play on. Also, is there a way to report the faction of each team to stdout?
Thank you.