Updated the help.

master
Pacman Ghost 6 years ago
parent 3c9b357e1b
commit 36a2ec3519
  1. BIN
      examples/Hill 621 (Scenario E).png
  2. BIN
      examples/Hube's Pocket (Scenario G).png
  3. BIN
      examples/The Streets Of Stalingrad (Scenario C).png
  4. BIN
      vasl_templates/webapp/static/help/images/hint.gif
  5. BIN
      vasl_templates/webapp/static/help/images/info.gif
  6. BIN
      vasl_templates/webapp/static/help/images/ob_vehicles.png
  7. BIN
      vasl_templates/webapp/static/help/images/ob_vehicles.small.png
  8. BIN
      vasl_templates/webapp/static/help/images/warning.gif
  9. 18
      vasl_templates/webapp/static/help/index.html
  10. 19
      vasl_templates/webapp/static/help/main.css

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 KiB

After

Width:  |  Height:  |  Size: 6.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 KiB

After

Width:  |  Height:  |  Size: 421 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -153,6 +153,22 @@ We can also add ad-hoc notes describing where and how units should setup.
<p> <img src="images/pf.png" class="preview" style="width:15em;float:right;">
Finally, if special support weapons such as PF and BAZ are in play, snippets are available with information for them, and as with vehicles/ordnance, they are date-aware and update themselves accordingly.
<h2> Configuring the program </h2>
<h4> Showing VASL counter images in the UI </h4>
<p> If you want VASL counter images to appear in the UI, you need to tell the program where to find the VASL module (i.e. the <tt>vasl-X.X.X.vmod</tt> file you load into VASSAL):
<ul>
<li> If you are running the Windows desktop application, open the <em>Server settings</em> dialog from the <em>File</em> menu and configure it there.
<li> If you are running the web server directly, create a file called <tt>site.cfg</tt> in the <tt>$/vasl_templates/webapp/config/</tt> directory and configure it there (there is an example file you can rename and edit).
</ul>
<div class="info"> You should configure version 6.3.3, or 6.4.0 thru 6.4.2, of the VASL module. </div>
<h4> Showing VASL counter images in OB snippets </h4>
<p> Once you've configured the VASL module, if you want to also show VASL counter images in the OB snippets that you copy in the VASL scenario, turn this on in the <em>User settings</em> dialog from the main application menu.
<div class="info"> If you turn this feature on, the program must be running every time you load the scenario into VASL. </div>
</div>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
@ -246,7 +262,7 @@ Note that if they enter HTML into the SSR text, it will be inserted verbatim int
<p> If you want to customize how the HTML snippets are generated, you could just edit the files directly, but the down-side of doing this is that if you install a new version of the program, you will lose your changes.
<p><img src="images/load-template-pack.png" class="preview" style="width:10em;float:right;">
A better way is to create your own set of template files, ZIP them up and load it as a <em>template pack</em>.
<p> If you're running the desktop program, you can specify the template pack to start with, so that you don't have to manually upload it each time i.e.
<p> If you're running the desktop application, you can specify the template pack to start with, so that you don't have to manually upload it each time i.e.
<div class="code">
vasl-template.exe --template-pack my-template-pack.zip
</div>

@ -6,6 +6,7 @@ h2 { margin-top: 1em ; clear: both ; color: #666 ; }
h4 { margin-top: 0.5em ; clear: both ; color: #666 ; }
p { margin-top: 0.5em ; }
li { margin-left: 1em ; }
.code { white-space: pre ; font-family: monospace ; margin: 0 1em 1em 2em ; }
/* -------------------------------------------------------------------- */
@ -28,3 +29,21 @@ p { margin-top: 0.5em ; }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#helptabs-license .content { white-space: pre ; font-family: monospace ; }
/* -------------------------------------------------------------------- */
div.info {
margin: 0.5em ; padding: 0.5em 0.5em 0.5em 30px ;
background: url(images/info.gif) 2px 2px no-repeat ;
font-size: 80% ; font-style: italic ;
}
div.hint {
margin: 0.5em ; padding: 0.5em 0.5em 0.5em 30px ;
background: url(images/hint.gif) 2px 2px no-repeat ;
font-size: 80% ; font-style: italic ;
}
div.warning {
margin: 0.5em ; padding: 0.5em 0.5em 0.5em 30px ;
background: url(images/warning.gif) 2px 2px no-repeat ;
font-size: 80% ; font-style: italic ;
}

Loading…
Cancel
Save