~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/doc/install_windows.html.m4

  • Committer: luke-jr
  • Date: 2006-05-29 01:55:42 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:4612
Unify tags/branches of modules released together

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(head.html.m4)
 
2
define(SECT,install_windows)
 
3
include(navbar.html.m4)
 
4
 
 
5
TITLE(WINDOWS Installation)
 
6
 
 
7
SUBSECTION(Installer)
 
8
PARAGRAPH([
 
9
Run the executable, select a directory
 
10
to install armagetron into and enjoy. Start menu entries and a desktop shortcut will be created for you.
 
11
To uninstall, start the uninstaller from the start menu.
 
12
])
 
13
 
 
14
ifelse(,,,[
 
15
SUBSECTION(Updater)
 
16
PARAGRAPH([
 
17
Run the executable. It should find and update the previous version automatically.
 
18
])
 
19
])
 
20
 
 
21
ifelse(,,,[
 
22
SUBSECTION(Zip Archive)
 
23
PARAGRAPH([
 
24
If you have the .zip-version, unpack it to the place you want PROGTITLE to be
 
25
(using WinZip, for example) and create the desktop/startmenu shortcuts 
 
26
manually by right-dragging PROGNAME.exe from the installation directory.
 
27
])
 
28
PARAGRAPH([
 
29
To uninstall, simply delete the extracted directory and the shortcuts you made.
 
30
])
 
31
])
 
32
 
 
33
SECTION(Result)
 
34
define(DOCSTYLE_RESULT,windows)
 
35
include(install_result.html.m4)
 
36
 
 
37
SECTION(OpenGL Driver)
 
38
PARAGRAPH([
 
39
PROGTITLE uses OpenGL for the 3D graphics. A software implementation of OpenGL comes
 
40
with all Windows versions and PROGTITLE can use it. Of course, if you have a 3D accelerator card,
 
41
you want to use that; usually, when you installed the driver for your card, an accelerated implementation
 
42
of OpenGL was registered with Windows.
 
43
])
 
44
PARAGRAPH([
 
45
If you experience problems with the graphics or if PROGTITLE does not even start correctly, try
 
46
installing the most recent drivers for your graphics card you can find.])
 
47
 
 
48
SUBSUBSECTION(Special notes for VooDoo addon cards (i.e. VooDoo 1,VooDoo 2):)
 
49
PARAGRAPH([
 
50
  A small problem here: the standard OPENGL32.DLL has no hardware
 
51
  acceleration. Instead, 3DFX supplies you with a file called 
 
52
  3dfxVGL.DLL [or 3dfxOGL.DLL] (found in your windows\system folder).
 
53
  Simply copy   (drag it with the right mouse button and select "copy" from the
 
54
   pop-up-menu) it into the folder "PROGNAME.exe" is in and rename it 
 
55
  there to "OPENGL32.DLL". Then, "PROGNAME.exe" will use this file 
 
56
  instead of Microsoft's standard OPENGL32.DLL. If you cannot find 
 
57
  3dfxVGL.DLL or 3dfxOGL.DLL, you should first check whether you can
 
58
  find ANY .DLL files in the folder; if not, you'll have to enable
 
59
  the item "show all files" (or similar) in the folder options.
 
60
  <br>
 
61
  If you have problems with that procedure or get crashes in glide3x.*, 
 
62
  ELINK(WEBBASE/download/opengl32.zip,download this working version) for VooDoo 2 (maybe 1) 
 
63
  and unpack it into your PROGTITLE directory. According to the driver, you
 
64
  need at least Glide 2.56 installed; it really should work if you use
 
65
  the driver version 3.02.02 (or higher?).
 
66
])
 
67
 
 
68
You need to be in 16 bit colour depth mode to run PROGTITLE on some cards
 
69
(Riva 128, some VooDoos).
 
70
 
 
71
include(sig.m4)
 
72
include(navbar.html.m4)
 
73
</body>
 
74
</html>
 
75