$OpenBSD: README.template,v 1.6 2018/09/04 13:40:26 ajacoutot Exp $

+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------

Adding more paksets
===================

OpenBSD packages Simutrans with only Pak64, but other graphics sets are
available.  You can find paksets at the Simutrans website [1] or in the
announcement for each Simutrans version [2].

[1] https://www.simutrans.com/en/paksets/
[2] https://forum.simutrans.com/index.php/board,3.0.html

The game loads paksets from ${PREFIX}/share/simutrans/pak*/*.pak,
where pak/ is Pak64.  To allow users in group wheel to add paksets, run

# chmod g+wt ${PREFIX}/share/simutrans

You may need a tool to open .zip files.

# pkg_add unzip

For each pakset, check if the .zip has pak* or simutrans/pak*, then extract or
move pak* to share/simutrans/.  Here's one way to install Pak128.

$ unzip -l pak128.zip | head
...
        0  09-19-2018 16:27   simutrans/pak128/
   883931  09-19-2018 16:26   simutrans/pak128/building.hq.all.pak
...
$ unzip pak128.zip -d ${PREFIX}/share

When you start the game, if you have more than one pakset, the game will ask
which one to load.
