mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Add old slaves for some games (e.g. Ghosts'n Demons) based on
http://www.chronocrash.com/forum/index.php?topic=2360.0
- Annotate .desktop file with build version
- Drop v3.0 from package version
- s/module/game/ in pkg-message for less ambiguity
Changes: ba1eb4f...4dfdb66
10 lines
347 B
Text
10 lines
347 B
Text
To play a game copy its .pak file under ~/.%%PKGBASE%%/Paks/ directory.
|
|
If only one file is there OpenBOR would run the game on startup,
|
|
otherwise game launcher would appear.
|
|
|
|
In case a game has data/ directory unpacked you may need to run it
|
|
as follows:
|
|
|
|
$ cd /path/to/game
|
|
$ cp -R ~/.%%PKGBASE%%/Saves .
|
|
$ OPENBOR_USE_CURDIR=1 %%PKGBASE%%
|