Difference between revisions of "Mafia directories"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
m
(I don't know why I keep editing this wiki. I'm not even sure I'm helping.)
 
Line 1: Line 1:
 
* '''Windows''' users probably saved the mafia .jar (or .exe) in a folder/directory. This is the '''only''' directory that is used. Mafia, when first started, will have produced a load of sub-directories that it uses to store stuff. These will have names such as "buffs", "ccs", "clan", "data", "images", "relay", "scripts", "sessions" and "settings" (maybe not all of those, maybe some others) with stuff inside.  
 
* '''Windows''' users probably saved the mafia .jar (or .exe) in a folder/directory. This is the '''only''' directory that is used. Mafia, when first started, will have produced a load of sub-directories that it uses to store stuff. These will have names such as "buffs", "ccs", "clan", "data", "images", "relay", "scripts", "sessions" and "settings" (maybe not all of those, maybe some others) with stuff inside.  
  
* '''Mac''' users have theirs saved under "~/Library/Application Support/KoLmafia/".
+
* '''Mac''' users have theirs saved under "~/Library/Application Support/KoLmafia/"
  
* '''Linux''' users are a little more complex, but not much. Your files are all saved within a hidden directory under your account's home. Go to the account's home directory, and look for ".kolmafia". So, if your username is grotfang, save it under "/home/grotfang/.kolmafia".
+
* '''Linux''' Your Mafia files will be saved in a hidden folder in your home directory. Go to <pre> ~/.kolmafia </pre> The tilde is your home directory, the period at the start makes that folder hidden. If you're using a CLI, you shouldn't have a problem. If you like GUIs, either turn on showing hidden stuff or just start one inside, like:<pre> cd ~/.kolmafia && nautilus </pre>
  
 
[[Category:Tech Support]]
 
[[Category:Tech Support]]

Latest revision as of 02:55, 24 December 2021

  • Windows users probably saved the mafia .jar (or .exe) in a folder/directory. This is the only directory that is used. Mafia, when first started, will have produced a load of sub-directories that it uses to store stuff. These will have names such as "buffs", "ccs", "clan", "data", "images", "relay", "scripts", "sessions" and "settings" (maybe not all of those, maybe some others) with stuff inside.
  • Mac users have theirs saved under "~/Library/Application Support/KoLmafia/"
  • Linux Your Mafia files will be saved in a hidden folder in your home directory. Go to
     ~/.kolmafia 
    The tilde is your home directory, the period at the start makes that folder hidden. If you're using a CLI, you shouldn't have a problem. If you like GUIs, either turn on showing hidden stuff or just start one inside, like:
     cd ~/.kolmafia && nautilus