VASSAL Bolt Action PBEM Tutorial

I will blow my own trumpet and push my Bolt Action and Chain of Command module and discuss the nature of using the computer as a virtual tabletop for our toys.  To avoid any risk of a ‘cease and desist’ my module has no mention of any well known WW2 ‘1 figure as 1 man’ set of rules.  It does just happen to have all the templates needed for Bolt Action and Chain of Command.   Co-incidentally there is also an order dice picking system using dice (to be honest cards) hidden in a bag.  The original module is on VASSAL.

VASSAL is a computer program that will run on just about any operating system (I use Linux) that will display images that can be moved around on top of each other and allows their current state to be saved.  It also includes a dice rolling and card management system and has the option to do more if you fancy diving under the hood.  This is more than enough for our sort of games and there are some very fancy modules out there for popular board games.  The system cannot know the game rules but can be set to force actions to run in a particular sequence and to carry out some of the routine bookkeeping and calculations.  VASSAL has a perfectly good designer’s manual.  This article is a less dry walk through of designing a miniatures game module.  It is best followed with the WW2 Skirmish module open in edit mode.

There are remarkably few miniatures modules out there.  This could be due to the relatively high number of possible pieces compared to many board games and the scaling factor in choosing a system to simulate.  It would be great to cover the really big games with lots of models.  To shrink these down so it all fits onto a computer screen those models are going to be pretty darn small.  VASSAL does let you zoom in and out but who wants to do all that zooming to find and move each unit or model?  If detailed images are used and there are a lot of different models involved the file size is going to bloat.  On the other hand consider a smaller scope game such as Pulp Alley, Two Hour Wargames or the ‘Song of’ series.  These require a relatively small play area that is not going to be a lot bigger than a large computer monitor.  So few zoom issues but considering the small footprint of the original it would be a better solution to play the game with models and use video conferencing software to share the game experience.  Bolt Action does fit into the Goldilocks zone, at 750 or so points anyway.  There are not too many moldels to move around.  Also the vague ‘no pre-measuring’ rule helps out.  VASSAL can be set to measure distances for movement and ranges, it can even pre-set movement distances.  In real life Bolt Action games there is a deal of fudging ranges and moving.  It is way too much trouble to measure every single model move.  Often a few figure moves within a unit are measured and the rest of the unit fudged around that.  This fits in well with less precise moves through dragging with the mouse.

In practice VASSAL can be used for PBEM although I would suggest an external voice line rather than relying on the chat function.  It has more potential as a way of trying out armies and terrain.  The big hassle with miniatures gaming is getting out all the terrain and figures.  With VASSAL terrain can be set up and troops laid out on the side of the virtual table.  The game can then be saved and played with minor variations more than once.  For example running the same forces and terrain but swapping the scenarios and victory objectives.  Another application is as a tool for writing up battle reports.

My design goal was to get something out there that was good enough.  Not to spend forever trying to get everything in.  There are a host of different troop types and weapon systems across the various protagonists.  Rather than try for them all I picked the popular systems and went with axis or allied infantry, they will fill in for whatever nations are required.  An initial step was to look at what was out there.  The most similar starting point was the 40K module.  This is not on the VASSAL site, indeed due to GW’s vigorous IP defense it takes a bit of tracking down.  It is quite possible to play Bolt Action using the 40K module.  The key problems are the lack of a dice pull system and the presence of a great deal of detail that is never going to be needed, plus the tanks look a bit odd.  On the plus side the graphics are amazing, if useless for WW2 and I worked out some design tricks for later resuse.  For graphics I went to Junior General.  They have top down graphics of a constant scale.  I posted on the forum and sent messages to the key artists and no one objected.  This gave a source of acceptable images although these needed to be scaled down and cropped to ensure that each had a transparent background.

The game and map scale was based on that used for the 40K module.  The game scale is 15 pixels to 1 inch for moving and firing. 15 pixles to 1 metre for model scale.  The infantry figures were re-scaled to look ‘about right’ next to the vehicles.  Some terrain is from Junior General, some is hand drawn.

Setting up

What follows are some design issues that I overcome and which might be of use to others in improving this module or creating others.  Any module file is just a renamed zip file.  Opening in an archive manager will show the graphics files.  I would not suggest stealing someone else’s graphics but it is useful to see the exact size in pixels used for units, markers and terrain.  Any module can also be opened in edit mode.  This gives full access to the code and layout although the nature of VASSAL will mean that you know a feature has been implemented but tracking down where can be more difficult.  The overall approach is to do a bit, save it and try it out.  This will show up issues straight away.  No one wants to create a slew of graphics and find that it all looks wrong in play.  It is relatively straightforward to swap out graphics if the original files are the same size.  So start with graphics that are good enough and swap them out when something better comes along.

This is the file structure of a brand new module.  Lots of folders, the only file with useful data sets the standard fonts.

start

A board is a good place to start.  Right click on map boards and add a map.  I used, cell scale factor = 0.2, cell width 350, cell height 125 (the default) and linked to uploaded png images 1080 * 720 pixels.

Now to test this we need a game piece.  Right click on game piece pallete, add a scrollable list, then a pull down menu.  Then add a single piece.  All it needs for the time being is a name and a single image.  I used the game scale of 15 pixles to 1 metre for models and re-sized images to fit this scale.  The image is best with a transparent background and using a circle of the backing colour as a base behind it.grifle

Save the work and open the module.  If the module opens up with 1 piece that can be moved around the board then you are off.  If not start again.  Do not create a lot of pieces at this stage.  The trick is to create piece patterns that obey certain rules then copy those patterns.

board

Another easy starter is adding a dice button.  Right clicking on the top folder of the file directory shows this amongst other actions.  Several dice buttons can be added, with different sides and combinations.

menu

This is a multi-dice window that prompts for the number of dice to roll.  The report format should be tweaked to change how the user sees the results in the output Window.

dice

Another easy but useful option is the ‘line of sight thread’.  This is added by selecting ‘Main Map’ and right clicking.  It is possible to have more than one of these (as with multiple dice).  One can be used for line of sight and another to calculate range.  The following properties work as a range ruler:

los

Game Pieces

In a miniatures game the pieces have various roles.  Popular categories would be the models that move around, the terrain that does not move after placement and the templates that do move but are translucent so the elements underneath can be seen.  In the menu 3 diagrams up is a section to add ‘game piece prototype definitions.  A definition can be given any name and set with certain traits.  This is the definition for an infantry prototype:

infantry

Each trait needs to be set with appropriate values.  Most are easy to guess.  A movement of 1″ at our scale will be 15px.  The marker layer is to get infantry on top of terrain but under templates.  Terrain is not going to need all those move traits.

terrain

The layer (not marker layer) trait is worthy of some investigation.  Choosing its properties shows a window to define layers of the object itself.  In this implementation a number of images have been created that consist of a ring on a transparent backgound.  As the user cycles through the bases with the set keys a different ring appears around the piece the trait is linked to.  This allows a piece to have a choice of rings around it.  This can be used to denote troop type (regular or veteran), wounds or what not.

base

This definition is in the SmallBase prototype and is used by the small infantry units.

layerbase

The movement or otherwise of a piece is governed by ‘does not stack’, set here for the Terrain models.  Here a piece will only move if selected with shift first.  This is to prevent a unit moving into some terrain then back out but taking the terrain with it on the way out.

stack

Here is a basic infantry piece with its prototypes and other properties.  VASSAL does not pick up the traits automatically.  They have to be typed up as required.  The restricted access setting is to restrict use of this piece to the axis side or a neutral observer.

rifle

Here is a terrain definition.

hill

Here for comparison is a template.  Note that the graphic is a tiny dot. The area of effect sets the template effect by the opacity and radius of effect.

template

area.png

The above instructions will allow a range of suitable game pieces to be created.  To help organise these and make it easier for the player to choose the correct one they should be organised into pull down menus.  Some of the templates and markers here are generic  circles, squares or dots that the player can use for their own devices.  At this point a small selection of pieces should be created and the module tested to ensure that they all work together as expected.

pieces

Cards

Bolt Action does not have any cards but these are the best mechanism to portray the dice order bag because cards can be shuffled and dealt.  VASSAL cards can be any size and the front does not have to be the same size as the back.  For Bolt Action there will be a largish back so the dice pile is easily seen but a small front so the pulled dice do not dwarf the virtual models.  A reverse of this might be Pulp Action.  Here a small back will keep the deck discrete but a large front makes the text easy to read.

For the dice bag the fronts are a small red or blue square and the back a slightly larger green square with a ‘?’.  It is not easy to create 6 sided cards to model ambush settings and the like.  Players will have to use a generic marker for ambush.  Right click on ‘Main Map’ and add a deck.  Note that the contents are face down and the deck always shuffles.

deck

Here is a blue card or chit, note the ‘return to deck’ setting.

blue.png

The Mask property is used for the back of the card.

mask

Any piece could have a mask.  Another application would be to have a brewed up image of a vehicle on the mask.  It could then be flipped when destroyed.  I cut back on the drawing work and created a generic smoke trail piece instead.

The dice bag has 1 chit/card in it at the game start so the player can find the pack.  Right click on the deck and ‘add card’.  A red and blue card also both need to be created as game pieces.  When preparing for play the gamer should choose the required number of cards and drop them in the bag (drag them on top of the deck).   That seems too much trouble but it can be automated.

Ctr_R has been set as the shortcut used to return the cards to the deck.

return

Right click on ‘Main Map’ and ‘add global key command’.   This creates a button that sends Ctr_R to all pieces on the board.

tobag

That was enough to get a ‘not Bolt Action’ module off the ground.  The easiest way to set up a game is to drag the pieces needed for each side to a space off the side of the map.  Copy and paste is as one would expect so set up 1 squad and copy as required.  Take care in that copied pieces appear exactly on top of the original.  They can be dragged out of the way but over zealous copying can lead to more units than you expected all stacked up.  the delete feature of pieces will sort this out.  If playing an on-line game 1 player can set up all the units to the side of the board before beginning the game.  This will save on pre-game down time.

It might be of help to use a wider map-board and mark a section off one side for setting up.  The artistic types might want to create pieces for coffee cups, bags and other gaming ‘junk’ to drop here.  This section should be at the side not the top and bottom as the computer screen dimension ratio in combination with game table ratios gives plenty of free space to the side of the table.  Adding more real estate to the top or bottom would zoom the whole view out to fit in the new area with the consequent loss of clarity.

 

Bolt Action – Operation Lightfoot

We had a go at scenario 7, Operation Lightfoot from Duel in the Sun going for a traditional Britsh vs German 1,000 point match up.  This scenario uses the night fighting rules and it quickly became apparant that as written it was not ideal for v2 of Bolt Action.  In night fighting no unit can be seen more than 18″ away.  On a 4′ wide board the Germans start 12″ in and the British move on board.  With no vehicles available to the British in the scenario their maximum move will be 12″ leaving them 24″ away from the closest possible German and out of sight.  Prior to the game the British had 2 pre-game bombardments, one normal and the other with -1 to the dice.  The Germans fielded 12 units and took above average casualties (1 in 6 chance of a killing blow), 1 figure killed on each of 3 separate units.  2 units  were unharmed and the rest had up to 4 pins.  On turn 1 we ran the maths and skipped the order dice pulling.  All of the British units ran on and all of the Germans rallied (or tried to).  The end result was pins all gone on all but 2 German units and those were gone by the end of turn 2.  Net result, the preliminary bombardment had limited effect and all the British start turn 2 still out of sight in the dark.  Using basic maths the game would be better if turn 1 did not exist and the whole front line moved forwards.  The British move on from their edge and the German front moves forward 24″ to the table centre.  The kill zones are unchanged but the action will start 1 turn earlier.  The Germans have 3 bunkers that the British must capture 1 and at least contest the other 2 to win.  With this revised set up the German would have to put the bunkers down on the centre line to recreate the original game time to contact.  The German will gain an extra 12″ behind him on his table edge that could be used or ignored but which provides options for placing rear area support units that were not present in the original rules write.  The pre-game bombardment can be represented by rolling a die for each German unit and losing a man on a 6.

Some other minor issues cropped up and were sorted before game in the hope of making it reasonably balanced.   The British took ‘blood curdling charge’ as their special rule.  It would be silly not to as this prevents a target being charged from firing before close combat.  The ambush rule, however, allows a unit to shoot during any opponent’s move, with a stress on any.  So does ‘blood curdling charge’ trump ambush.  In historical terms the British special rule is in the British book which is later than the v1 Bolt Action rules but not as recent as the v2.  There will be more than a few of these army book rules out there.  It would not have been difficult for Warlord to stick them all in the new rules book and declare what overrides what.  We decided to allow ambush to trump the charge feeling that without it many of the German defenders would be mutton.  The problem was partly overcome by placing the 3 bunkers (these use the linear obstacles rules) in rough terrain so the British could only charge 6″ not 12″ when assaulting them.  At that distance normal defensive fire is not allowed rendering the ‘blood curdling’ rules less useful.

The British went all infantry (not that they had any choice) with some 6 man inferior squads as meat shields out in front, some 6 man regular squads to up their dice count and some 12 man veteran squads for the big assault.  The Germans were infantry except for 2 guns, a Pak 36 and a light howitzer.  Both armies were of 2 platoons in case another 2 players wanted to join in (that did not happen).  The Germans had 2 8 man veteran squads in each of 2 bunkers and the howitzer in the other (this latter directed by scenario set up).

I did not take any photos but I have re-created the set up on my VASSAL module for Bolt Action, WW2 Skirmish,  also available on this DropBox link, VASSAL 3.2.16 or better is needed to play the module.  The image only shows the German part of the board.   All the British troops come on during turn 1.  There was some terrain on the top part of the baord but this had no impact on the game so can be ignored.  The lines on the image are the table centre and 6″ in from the edge.

ww2desertmapge

The Germans sat in bunkers and behind minefields

The British tactics were brutal.  Advance with the inferiors out in front then swamp the bunkers one at a time.  The inferiors were wiped out by shooting before they got close.  With a 1st Lft issuing orders to 2 other units they both went in.  The first to trigger any ambush and take out a few Germans.  The next to go in with another assault and finish the job.  The Germans were best off shooting at the closest unit they could see and then sitting tight.  A valiant counter-attack led to the loss of an entire squad.  In close combat the loser is wiped out.  With bad dice in shooting the shooter is unharmed but probably looking for clean underwear.  The British need to take the bunkers so are going to go in, relying on withering fire to wipe out the defender is not an option.  Time is on the German side, keeping units in some sort of fighting condition will slow the British assault, so shoot, don’t assualt back.

The game went much as expected.   There was not a lot for either side to do after the initial list construction (and that was limited), terrain placement and set up.  The British rolled over 1 bunker and got close to the second in line.  The game could have run to 7 turns but ended on turn 6.  A notional 7th turn would have seen the 2nd bunker taken and a single man might have contested the 3rd (if not shot or assaulted flat) giving a German win with a very slight chance of a British win.  The tactic of rolling up the line made sense on paper but did not account for the time lost in moving straight ahead to 1 bunker then moving along the lines to the others.  To be fair to the British player there were units approaching all 3 bunkers but only 1 of the assualt groups was strong enough to push into their defences.