<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pmdo.pmdcollab.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Capypara</id>
	<title>PMDOWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pmdo.pmdcollab.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Capypara"/>
	<link rel="alternate" type="text/html" href="https://wiki.pmdo.pmdcollab.org/Special:Contributions/Capypara"/>
	<updated>2026-07-31T05:39:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.pmdo.pmdcollab.org/wiki/index.php?title=Linux_Flatpak&amp;diff=2602</id>
		<title>Linux Flatpak</title>
		<link rel="alternate" type="text/html" href="https://wiki.pmdo.pmdcollab.org/wiki/index.php?title=Linux_Flatpak&amp;diff=2602"/>
		<updated>2024-11-16T19:36:08Z</updated>

		<summary type="html">&lt;p&gt;Capypara: How to install mods&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PMDO can be installed via [https://en.wikipedia.org/wiki/Flatpak Flatpak]. This allows you to install PMDO on any Linux distribution (ideally) without needing to use the terminal. It also gives you a convenient way to update.&lt;br /&gt;
&lt;br /&gt;
=== Setting up Flatpak ===&lt;br /&gt;
Flatpak must be installed on your distribution. This is the default on most, but not all distributions (notably not on Ubuntu). On the Steam Deck / SteamOS Flatpak is already setup. For other distributions, check the [https://flathub.org/setup Flathub setup] instructions. By following these you will also install the Flathub repository which allows you to install even more Linux apps.&lt;br /&gt;
&lt;br /&gt;
=== Adding the SkyTemple / PMDCollab Repo ===&lt;br /&gt;
Currently PMDO is not distributed via Flathub but via the SkyTemple Flatpak repository. To set it up download and open the following file:&lt;br /&gt;
&lt;br /&gt;
[https://skytemple.org/build_deps/skytemple-stable.flatpakrepo Download Flatpak Repo]&lt;br /&gt;
&lt;br /&gt;
This should open a software app and ask you to add the repository.&lt;br /&gt;
&lt;br /&gt;
=== Installing PMDO ===&lt;br /&gt;
Once the repository is installed, you can find PMDO by searching &amp;quot;PMDO&amp;quot; in your software app. Alternatively you can install it using this file (this still requires the repository to be set up):&lt;br /&gt;
&lt;br /&gt;
[https://skytemple.org/build_deps/org.pmdcollab.pmdo.flatpakref Download Flatpak Appref]&lt;br /&gt;
&lt;br /&gt;
=== Using the software center ===&lt;br /&gt;
Now that you have setup Flatpak and PMDO you will be able to use the software center of your distribution to manage, update or uninstall PMDO. It might also auto-update it, or you can configure it to do so. The software center application is named differently based on your repo. It is the one that opened when you opened the file in the previous step. It may be named &amp;quot;Software&amp;quot;, &amp;quot;Discover&amp;quot; or something similar.&lt;br /&gt;
&lt;br /&gt;
=== Accessing Files ===&lt;br /&gt;
Game files, such as saves and mods, are stored at &amp;quot;/home/&amp;lt;your name&amp;gt;/.var/app/org.pmdcollab.pmdo/config/org.pmdcollab/&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Installing mods ====&lt;br /&gt;
You can place mod files at &amp;quot;/home/&amp;lt;your name&amp;gt;/.var/app/org.pmdcollab.pmdo/config/org.pmdcollab/PMDC/MODS/&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Downgrading ===&lt;br /&gt;
Downgrading is usually a bit more involved. Software centers usually offer no direct way to downgrade, but it is still possible using the terminal.&lt;br /&gt;
&lt;br /&gt;
You can use the following command to list all versions of PMDO:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak remote-info skytemple-stable org.pmdcollab.pmdo --log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Then, note the commit hash matching the version you need. The versions may not be named, use the date instead to find the release you need. Then to install an older version, run:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak update --commit=COMMIT org.pmdcollab.pmdo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Replace &amp;quot;COMMIT&amp;quot; with the commit you noted down previously.&lt;br /&gt;
&lt;br /&gt;
=== Full manual installation ===&lt;br /&gt;
If all else fails, you can download the [https://nightly.link/PMDCollab/PMDO-Flatpak/workflows/publish/main/org.pmdcollab.pmdo-x86_64.zip pure Flatpak files] directly. This does not require any prior setup of repositories, but also doesn&#039;t support automatic updates, etc.&lt;/div&gt;</summary>
		<author><name>Capypara</name></author>
	</entry>
	<entry>
		<id>https://wiki.pmdo.pmdcollab.org/wiki/index.php?title=Linux_Flatpak&amp;diff=2601</id>
		<title>Linux Flatpak</title>
		<link rel="alternate" type="text/html" href="https://wiki.pmdo.pmdcollab.org/wiki/index.php?title=Linux_Flatpak&amp;diff=2601"/>
		<updated>2024-11-15T15:43:46Z</updated>

		<summary type="html">&lt;p&gt;Capypara: Flatpak: Cli commands don&amp;#039;t work&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PMDO can be installed via [https://en.wikipedia.org/wiki/Flatpak Flatpak]. This allows you to install PMDO on any Linux distribution (ideally) without needing to use the terminal. It also gives you a convenient way to update.&lt;br /&gt;
&lt;br /&gt;
=== Setting up Flatpak ===&lt;br /&gt;
Flatpak must be installed on your distribution. This is the default on most, but not all distributions (notably not on Ubuntu). On the Steam Deck / SteamOS Flatpak is already setup. For other distributions, check the [https://flathub.org/setup Flathub setup] instructions. By following these you will also install the Flathub repository which allows you to install even more Linux apps.&lt;br /&gt;
&lt;br /&gt;
=== Adding the SkyTemple / PMDCollab Repo ===&lt;br /&gt;
Currently PMDO is not distributed via Flathub but via the SkyTemple Flatpak repository. To set it up download and open the following file:&lt;br /&gt;
&lt;br /&gt;
[https://skytemple.org/build_deps/skytemple-stable.flatpakrepo Download Flatpak Repo]&lt;br /&gt;
&lt;br /&gt;
This should open a software app and ask you to add the repository.&lt;br /&gt;
&lt;br /&gt;
=== Installing PMDO ===&lt;br /&gt;
Once the repository is installed, you can find PMDO by searching &amp;quot;PMDO&amp;quot; in your software app. Alternatively you can install it using this file (this still requires the repository to be set up):&lt;br /&gt;
&lt;br /&gt;
[https://skytemple.org/build_deps/org.pmdcollab.pmdo.flatpakref Download Flatpak Appref]&lt;br /&gt;
&lt;br /&gt;
=== Using the software center ===&lt;br /&gt;
Now that you have setup Flatpak and PMDO you will be able to use the software center of your distribution to manage, update or uninstall PMDO. It might also auto-update it, or you can configure it to do so. The software center application is named differently based on your repo. It is the one that opened when you opened the file in the previous step. It may be named &amp;quot;Software&amp;quot;, &amp;quot;Discover&amp;quot; or something similar.&lt;br /&gt;
&lt;br /&gt;
=== Accessing Files ===&lt;br /&gt;
Game files, such as saves and mods, are stored at &amp;quot;/home/&amp;lt;your name&amp;gt;/.var/app/org.pmdcollab.pmdo/config/org.pmdcollab/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Downgrading ===&lt;br /&gt;
Downgrading is usually a bit more involved. Software centers usually offer no direct way to downgrade, but it is still possible using the terminal.&lt;br /&gt;
&lt;br /&gt;
You can use the following command to list all versions of PMDO:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak remote-info skytemple-stable org.pmdcollab.pmdo --log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Then, note the commit hash matching the version you need. The versions may not be named, use the date instead to find the release you need. Then to install an older version, run:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak update --commit=COMMIT org.pmdcollab.pmdo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Replace &amp;quot;COMMIT&amp;quot; with the commit you noted down previously.&lt;br /&gt;
&lt;br /&gt;
=== Full manual installation ===&lt;br /&gt;
If all else fails, you can download the [https://nightly.link/PMDCollab/PMDO-Flatpak/workflows/publish/main/org.pmdcollab.pmdo-x86_64.zip pure Flatpak files] directly. This does not require any prior setup of repositories, but also doesn&#039;t support automatic updates, etc.&lt;/div&gt;</summary>
		<author><name>Capypara</name></author>
	</entry>
	<entry>
		<id>https://wiki.pmdo.pmdcollab.org/wiki/index.php?title=Linux_Flatpak&amp;diff=2492</id>
		<title>Linux Flatpak</title>
		<link rel="alternate" type="text/html" href="https://wiki.pmdo.pmdcollab.org/wiki/index.php?title=Linux_Flatpak&amp;diff=2492"/>
		<updated>2024-09-02T14:02:29Z</updated>

		<summary type="html">&lt;p&gt;Capypara: Update path to files&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PMDO can be installed via [https://en.wikipedia.org/wiki/Flatpak Flatpak]. This allows you to install PMDO on any Linux distribution (ideally) without needing to use the terminal. It also gives you a convenient way to update.&lt;br /&gt;
&lt;br /&gt;
=== Setting up Flatpak ===&lt;br /&gt;
Flatpak must be installed on your distribution. This is the default on most, but not all distributions (notably not on Ubuntu). On the Steam Deck / SteamOS Flatpak is already setup. For other distributions, check the [https://flathub.org/setup Flathub setup] instructions. By following these you will also install the Flathub repository which allows you to install even more Linux apps.&lt;br /&gt;
&lt;br /&gt;
=== Adding the SkyTemple / PMDCollab Repo ===&lt;br /&gt;
Currently PMDO is not distributed via Flathub but via the SkyTemple Flatpak repository. To set it up download and open the following file:&lt;br /&gt;
&lt;br /&gt;
[https://skytemple.org/build_deps/skytemple-stable.flatpakrepo Download Flatpak Repo]&lt;br /&gt;
&lt;br /&gt;
This should open a software app and ask you to add the repository. &#039;&#039;&#039;If that doesn&#039;t work&#039;&#039;&#039;, open a terminal and execute the following command:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak --user remote-add --title=&amp;quot;SkyTemple / PMDO Stable&amp;quot; skytemple-stable https://flatpak.skytemple.org/repo/stable&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing PMDO ===&lt;br /&gt;
Once the repository is installed, you can find PMDO by searching &amp;quot;PMDO&amp;quot; in your software app. Alternatively you can install it using this file (this still requires the repository to be set up):&lt;br /&gt;
&lt;br /&gt;
[https://skytemple.org/build_deps/org.pmdcollab.pmdo.flatpakref Download Flatpak Appref]&lt;br /&gt;
&lt;br /&gt;
Or &#039;&#039;&#039;if all else fails&#039;&#039;&#039; you can use this command to install it: &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak --user install org.pmdcollab.pmdo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using the software center ===&lt;br /&gt;
Now that you have setup Flatpak and PMDO you will be able to use the software center of your distribution to manage, update or uninstall PMDO. It might also auto-update it, or you can configure it to do so. The software center application is named differently based on your repo. It is the one that opened when you opened the file in the previous step. It may be named &amp;quot;Software&amp;quot;, &amp;quot;Discover&amp;quot; or something similar.&lt;br /&gt;
&lt;br /&gt;
=== Accessing Files ===&lt;br /&gt;
Game files, such as saves and mods, are stored at &amp;quot;/home/&amp;lt;your name&amp;gt;/.var/app/org.pmdcollab.pmdo/config/org.pmdcollab/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Downgrading ===&lt;br /&gt;
Downgrading is usually a bit more involved. Software centers usually offer no direct way to downgrade, but it is still possible using the terminal.&lt;br /&gt;
&lt;br /&gt;
You can use the following command to list all versions of PMDO:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak remote-info skytemple-stable org.pmdcollab.pmdo --log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Then, note the commit hash matching the version you need. The versions may not be named, use the date instead to find the release you need. Then to install an older version, run:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak update --commit=COMMIT org.pmdcollab.pmdo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Replace &amp;quot;COMMIT&amp;quot; with the commit you noted down previously.&lt;br /&gt;
&lt;br /&gt;
=== Full manual installation ===&lt;br /&gt;
If all else fails, you can download the [https://nightly.link/PMDCollab/PMDO-Flatpak/workflows/publish/main/org.pmdcollab.pmdo-x86_64.zip pure Flatpak files] directly. This does not require any prior setup of repositories, but also doesn&#039;t support automatic updates, etc.&lt;/div&gt;</summary>
		<author><name>Capypara</name></author>
	</entry>
	<entry>
		<id>https://wiki.pmdo.pmdcollab.org/wiki/index.php?title=Linux_Flatpak&amp;diff=2491</id>
		<title>Linux Flatpak</title>
		<link rel="alternate" type="text/html" href="https://wiki.pmdo.pmdcollab.org/wiki/index.php?title=Linux_Flatpak&amp;diff=2491"/>
		<updated>2024-09-02T12:05:14Z</updated>

		<summary type="html">&lt;p&gt;Capypara: Linux Flatpak instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PMDO can be installed via [https://en.wikipedia.org/wiki/Flatpak Flatpak]. This allows you to install PMDO on any Linux distribution (ideally) without needing to use the terminal. It also gives you a convenient way to update.&lt;br /&gt;
&lt;br /&gt;
=== Setting up Flatpak ===&lt;br /&gt;
Flatpak must be installed on your distribution. This is the default on most, but not all distributions (notably not on Ubuntu). On the Steam Deck / SteamOS Flatpak is already setup. For other distributions, check the [https://flathub.org/setup Flathub setup] instructions. By following these you will also install the Flathub repository which allows you to install even more Linux apps.&lt;br /&gt;
&lt;br /&gt;
=== Adding the SkyTemple / PMDCollab Repo ===&lt;br /&gt;
Currently PMDO is not distributed via Flathub but via the SkyTemple Flatpak repository. To set it up download and open the following file:&lt;br /&gt;
&lt;br /&gt;
[https://skytemple.org/build_deps/skytemple-stable.flatpakrepo Download Flatpak Repo]&lt;br /&gt;
&lt;br /&gt;
This should open a software app and ask you to add the repository. &#039;&#039;&#039;If that doesn&#039;t work&#039;&#039;&#039;, open a terminal and execute the following command:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak --user remote-add --title=&amp;quot;SkyTemple / PMDO Stable&amp;quot; skytemple-stable https://flatpak.skytemple.org/repo/stable&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing PMDO ===&lt;br /&gt;
Once the repository is installed, you can find PMDO by searching &amp;quot;PMDO&amp;quot; in your software app. Alternatively you can install it using this file (this still requires the repository to be set up):&lt;br /&gt;
&lt;br /&gt;
[https://skytemple.org/build_deps/org.pmdcollab.pmdo.flatpakref Download Flatpak Appref]&lt;br /&gt;
&lt;br /&gt;
Or &#039;&#039;&#039;if all else fails&#039;&#039;&#039; you can use this command to install it: &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak --user install org.pmdcollab.pmdo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using the software center ===&lt;br /&gt;
Now that you have setup Flatpak and PMDO you will be able to use the software center of your distribution to manage, update or uninstall PMDO. It might also auto-update it, or you can configure it to do so. The software center application is named differently based on your repo. It is the one that opened when you opened the file in the previous step. It may be named &amp;quot;Software&amp;quot;, &amp;quot;Discover&amp;quot; or something similar.&lt;br /&gt;
&lt;br /&gt;
=== Accessing Files ===&lt;br /&gt;
Game files, such as saves and mods, are stored at &amp;quot;/home/&amp;lt;your name&amp;gt;/.var/app/org.pmdcollab.pmdo/config/PMDC/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Downgrading ===&lt;br /&gt;
Downgrading is usually a bit more involved. Software centers usually offer no direct way to downgrade, but it is still possible using the terminal.&lt;br /&gt;
&lt;br /&gt;
You can use the following command to list all versions of PMDO:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak remote-info skytemple-stable org.pmdcollab.pmdo --log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Then, note the commit hash matching the version you need. The versions may not be named, use the date instead to find the release you need. Then to install an older version, run:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
flatpak update --commit=COMMIT org.pmdcollab.pmdo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Replace &amp;quot;COMMIT&amp;quot; with the commit you noted down previously.&lt;br /&gt;
&lt;br /&gt;
=== Full manual installation ===&lt;br /&gt;
If all else fails, you can download the [https://nightly.link/PMDCollab/PMDO-Flatpak/workflows/publish/main/org.pmdcollab.pmdo-x86_64.zip pure Flatpak files] directly. This does not require any prior setup of repositories, but also doesn&#039;t support automatic updates, etc.&lt;/div&gt;</summary>
		<author><name>Capypara</name></author>
	</entry>
</feed>