User Tools

Site Tools


install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
install [2019/09/23 10:48]
umfdev [Command line MacOS]
install [2021/08/06 22:46] (current)
umfdev [Installing UMF for MacOS]
Line 101: Line 101:
 **2.** Extract the zip file anywhere and start the **UMF.Installer(.desktop)** by double clicking it. **2.** Extract the zip file anywhere and start the **UMF.Installer(.desktop)** by double clicking it.
   * If you do not have mono you will be taken to a download page for mono.   * If you do not have mono you will be taken to a download page for mono.
-  * You can alternatively install the ''​mono-complete''​ package through a repository.+  * You can alternatively install the ''​mono-complete''​ package through a repository, but note that most distros use a very outdated package of mono which may not work.
 /*  * {{:​installguide_linux_extract.gif?​nolink|}} /*  * {{:​installguide_linux_extract.gif?​nolink|}}
   * {{:​installguide_linux_chmod.png?​nolink|}}*/​   * {{:​installguide_linux_chmod.png?​nolink|}}*/​
Line 122: Line 122:
 \\ \\
 \\ \\
 +
  
 ===== Command line Linux ===== ===== Command line Linux =====
 If you have issues with the GUI Installer you can also install UMF using a Terminal. If you have issues with the GUI Installer you can also install UMF using a Terminal.
-  - Extract the Installer on your desktop. +  ​- Download the latest version of [[https://​www.mono-project.com/​download/​stable/#​download-lin|Mono]] and install it. 
-  - Use the ''​-install "path"''​ parameter to install. +  - [[https://​umodframework.com/​download|Download UMF]] 
-    * ''​cd ~ && cd "​Desktop/​UMF.Installer/"​ && mono UMF.Installer.exe -install "/​PATH/​TO/​GAME/​FOLDER/"''​ +  ​- Extract the zip file and place the UMF.Installer ​folder ​on your desktop
-  - You may need to also use ''​chmod -R +rwx "/​PATH/​TO/​GAME/​FOLDER/"''​ in order to give full permissions.+  - Open a **Terminal**
 +  - Use the ''​**-install "/​PATH/​TO/​GAME/​FOLDER/​"**''​ parameter to install. 
 +    * **<color #​00a2e8>​Path Example:</​color>​**\\ ​''​cd ~ && cd "/Desktop/​UMF.Installer/"​ && mono UMF.Installer.exe -install ​**"/​PATH/​TO/​GAME/​FOLDER/"​**''​ 
 +  - Some users may need to also use ''​chmod -R +rwx **"/​PATH/​TO/​GAME/​FOLDER/"​**''​ in order to give full permissions.
 \\ \\
 ---- ----
 \\ \\
 \\ \\
 +
 ===== Installing Mods for Linux ===== ===== Installing Mods for Linux =====
  
Line 178: Line 183:
 Please install using the [[#​command_line_macos|Command Line]] instead.</​color>​** Please install using the [[#​command_line_macos|Command Line]] instead.</​color>​**
  
-**1.** **[[https://​umodframework.com/​download|Download UMF]]**+**1.** **[[https://​umodframework.com/​beta?​os=macos|Download UMF]]**
  
 **2.** Extract the zip file to your ''​Desktop''​ and start the **UMF.Installer(.app)** by double clicking it. **2.** Extract the zip file to your ''​Desktop''​ and start the **UMF.Installer(.app)** by double clicking it.
   * In your Security & Privacy panel you may need to choose ''​Open Anyway''​ for the UMF.Installer.   * In your Security & Privacy panel you may need to choose ''​Open Anyway''​ for the UMF.Installer.
 +  * If you do not get ''​Open Anyway''​ you will need to change the options in your Security & Privacy panel.
   * If you do not have mono you will be taken to a download page for mono.   * If you do not have mono you will be taken to a download page for mono.
   * You may need to restart your computer for the changes to take effect.   * You may need to restart your computer for the changes to take effect.
Line 205: Line 211:
 ===== Command line MacOS ===== ===== Command line MacOS =====
 If you have issues with the GUI Installer you can also install UMF using a Terminal. If you have issues with the GUI Installer you can also install UMF using a Terminal.
-  - [[https://umodframework.com/​download|Download UMF]]+  - Download the latest version of [[https://www.mono-project.com/​download/​stable/#​download-mac|Mono]] and install it. 
 +  - [[https://​umodframework.com/​beta|Download UMF]]
   - Extract the zip file and place the UMF.Installer(.app) on your desktop.   - Extract the zip file and place the UMF.Installer(.app) on your desktop.
   - Open a **Terminal**.   - Open a **Terminal**.
Line 211: Line 218:
     * **<color #​00a2e8>​Path Example:</​color>​**\\ ''​cd ~/​Desktop/​UMF.Installer.app/​Contents/​MacOS/​ && mono UMF.Installer.exe -install **/​PATH/​TO/​GAME/​FOLDER/​**''​     * **<color #​00a2e8>​Path Example:</​color>​**\\ ''​cd ~/​Desktop/​UMF.Installer.app/​Contents/​MacOS/​ && mono UMF.Installer.exe -install **/​PATH/​TO/​GAME/​FOLDER/​**''​
     * **<color #​00a2e8>​Default Slime Rancher Steam Example:</​color>​**\\ ''​cd ~/​Desktop/​UMF.Installer.app/​Contents/​MacOS/​ && mono UMF.Installer.exe -install ~/​Library/​Application\ Support/​Steam/​steamapps/​common/​Slime\ Rancher/''​     * **<color #​00a2e8>​Default Slime Rancher Steam Example:</​color>​**\\ ''​cd ~/​Desktop/​UMF.Installer.app/​Contents/​MacOS/​ && mono UMF.Installer.exe -install ~/​Library/​Application\ Support/​Steam/​steamapps/​common/​Slime\ Rancher/''​
-    * **<color #​00a2e8>​Default Slime Rancher Epic Example:</​color>​**\\ ''​cd ~/​Desktop/​UMF.Installer.app/​Contents/​MacOS/​ && mono UMF.Installer.exe -install /​Users/​Shared/​Epic\ Games/SlimeRancer/''​\\+    * **<color #​00a2e8>​Default Slime Rancher Epic Example:</​color>​**\\ ''​cd ~/​Desktop/​UMF.Installer.app/​Contents/​MacOS/​ && mono UMF.Installer.exe -install /​Users/​Shared/​Epic\ Games/SlimeRancher/''​\\
   - Some users may need to also use ''​chmod -R +rwx **/​PATH/​TO/​GAME/​FOLDER/​**''​ in order to give full permissions.   - Some users may need to also use ''​chmod -R +rwx **/​PATH/​TO/​GAME/​FOLDER/​**''​ in order to give full permissions.
 \\ \\

This topic does not exist yet

You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on “Create this page”.

install.1569235738.txt.gz · Last modified: 2019/09/23 10:48 by umfdev