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

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

Increasing data size limits
===========================

If datasize-cur=512M in login.conf(5), then large paksets like pak128 may cause
Simutrans to crash with an "OUT OF MEMORY" message.  Edit /etc/login.conf to
increase datasize-cur and data-sizemax to at least 768M for the user's class
(probably staff or default).  The increase takes effect when the user logs in.

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

OpenBSD installs simutrans-pak64 by default, and has simutrans-pak128 and
simutrans-pak128.britain in pkg_add(1).  You can find other 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

Simutrans loads paksets from ${PREFIX}/share/simutrans/.
A .zip might extract simutrans/pak* or pak*, where pak* belongs in
share/simutrans/.  This is one way to install pak64.Classic:

# pkg_add unzip
# unzip -l pakHAJO_0-102-2-2.zip | less
...
        0  03-20-2010 06:07   simutrans/pakHAJO/
    51939  03-20-2010 06:07   simutrans/pakHAJO/bridge.ClassicRail.pak
...
# unzip pakHAJO_0-102-2-2.zip -d ${PREFIX}/share
