tUpdate to match latest Windows - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit fbec2e9f2bd24c8f0f604d4b1c5b3ce1f7d8e757
parent 1522ef79fde515d771e15772860a649ab0744b65
Author: Ben Webb 
Date:   Sat,  5 Dec 2020 01:01:23 -0800

Update to match latest Windows

Diffstat:
  M doc/windows.html                    |      38 ++++++++++++++++---------------

1 file changed, 20 insertions(+), 18 deletions(-)
---
diff --git a/doc/windows.html b/doc/windows.html
t@@ -12,26 +12,17 @@
 
 

dopewars and Microsoft Windows

-

dopewars now runs natively on Win32 systems (95, 98, NT, 2000). It runs by -default as a dopewars client, using the familiar Windows interface. However, -if you prefer the "original look" text mode interface, this is still -available; just right click on a shortcut to dopewars, and add -t to -the end of the command line. To run a dopewars server, add -s -instead.

+

dopewars runs natively on Win32 systems (XP or later). It runs by +default as a dopewars client, using the familiar Windows interface, but +the traditional text-mode client is also available on Windows, as well as +the dopewars server and AI players. +

Binaries can be obtained from the main download site, or -dopewars will compile with the free -Cygwin tools under Win32. -dopewars uses the GLib library, which can -be obtained for Windows from -http://www.gimp.org/~tml/gimp/win32/. The installation procedure is the -same as that for Unix systems - download the -tarball, extract the files, change into the created directory, run the -configure script, and then make. This builds a native -Win32 binary, which does not need the Cygwin libraries to run. See the -INSTALL file in the source code distribution (.tar.gz file) for further -details.

+dopewars can be +built +from source code.

In virtually all respects, the Unix and Win32 versions of dopewars should be identical. Both will accept the same command line parameters and configuration t@@ -44,12 +35,23 @@ configuration file dopewars-config.txt from the directory in which the dopewars binary was installed, followed by a per-user configuration file of the same name in the AppData directory.

+

The dopewars server can function as a +Windows service when run with +the -N flag. One way to set this up is to use the +sc create utility from a command prompt, e.g.

+ +

sc create dopewars binpath= "C:\Program Files\dopewars-1.5.12\dopewars.exe -N"

+ +

Note that this will run dopewars as the Local System user, so will look for +high score/config files (and create a log file) in the corresponding AppData +directory, e.g. C:\Windows\System32\config\systemprofile\AppData\Local.

+

- Last update: 30-11-2020
+ Last update: 05-12-2020
Valid XHTML 1.1