summarylogtreecommitdiffstats
path: root/soh.install
blob: f6604be54b70e4ce6a9b006e2c388e8a6bcebe8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
_install_info() {
    cat <<'EOF'
*** This is an unofficial version of Ship of Harkinian.
*** and is not supported by the Harbour Masters team.
*** (They do recommend to use their Appimage build for portability)
*** Any issues for this package regarding compile errors must be
*** discussed in the AUR comments, and other ones such as game bugs
*** must go to their official Discord server for help and assistance.
***
*** Now go install any of the OTR packages (ex. soh-otr-gc_nmq_d)
*** in order for the game to work, or launch SoH and make it find
*** and extract with your provided ROMs conveniently, which will then put the
*** generated OTR files in your user save directory (~/.local/share/soh).
***
*** If the game causes an "INVALID ACCESS TO STORAGE" crash,
*** you might want to rebuild any installed soh-otr packages
*** if you have installed those with pacman. If you didn't installed
*** those and the OTR files you've generated are located in the save directory,
*** delete those first then generate by running SoH again. Make sure you
*** don't have any dangling OTR files in the current directory executed
*** via terminal, or in the home directory via the application menu, to which
*** is where the game reads them if both the installed OTR packages and in
*** the save directory are absent.
EOF
}

post_install() {
    _install_info
}

post_upgrade() {
    _install_info
}