diff options
author | mms <michal@sapka.me> | 2024-09-20 22:37:54 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-09-20 22:37:54 +0200 |
commit | 1fad633ea28831dcad9077c4567c80b9c4b8e79a (patch) | |
tree | 28a2a970e20794b50809574d74edaddd6f52a959 /content-org/bsd.org | |
parent | 4c09a9b465597051ffd3dd90c8e9afa28a8b39a1 (diff) |
feat: scummvm
Diffstat (limited to 'content-org/bsd.org')
-rw-r--r-- | content-org/bsd.org | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/content-org/bsd.org b/content-org/bsd.org index bb54ee8..817e80a 100644 --- a/content-org/bsd.org +++ b/content-org/bsd.org @@ -7,11 +7,12 @@ #+HUGO_WEIGHT: auto #+HUGO_SECTION: -* DONE BSD +* DONE Michal's Guide to BSD CLOSED: [2024-03-06 Wed 14:45] :PROPERTIES: :EXPORT_FILE_NAME: _index :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract A site dedicated to BSD family of systems +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :noreturn yes :EXPORT_HUGO_PAIRED_SHORTCODES: recent-updates menu img-r :END: @@ -1250,6 +1251,41 @@ Notes: I learned the BUS trick from [[https://nudesystems.com/how-to-fix-no-screen-found-xorg-error-on-freebsd/][Nude Systems]]. +* Gaming +:PROPERTIES: +:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :primary_menu bsd +:EXPORT_HUGO_MENU: :menu bsd :parent "gaming" +:EXPORT_HUGO_SECTION: gaming +:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :primary_menu bsd +:END: + +** DONE ScummVM +CLOSED: [2024-09-20 Fri 21:34] +:PROPERTIES: +:EXPORT_FILE_NAME: scummvm +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract Running old adventure games +:EXPORT_HUGO_PAIRED_SHORTCODES: img-c img-r menu +:END: + +[[https://www.scummvm.org/][ScummVM]] started as a way to run classic LucasArts point-and-click adventure games on modern hardware. +Today is has grown to a general runner for classic adventure games. +If ScummVM is supported on your OS, you have a huge selection of games to choose from - just check the [[https://www.scummvm.org/compatibility/][compatibility list]]! + +Luckly for us, FreeBSD has a ready port and a prebuilt package. All we need to do is to + +#+begin_src sh +pkg install scummvm +#+end_src + +Note, that ScummVM is not *only* a runner, but it's the best way to experience supported games. +Not only does it provide a modern save system, but it also fixes all problems, like synchronization of audio/video. + +Since ScummVM abstracts the OS from the game, any problems you may experience should not be FreeBSD specific, so finding help should be easy. + +Getting the games may be problematic. +Most modern remakes are not using the classic engines, so they may not work. + + * WIP ** TODO OpenBSD: XMPP (Jabber) server |