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 revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
install [2019/09/14 21:47] – [Command line MacOS] umfdevinstall [2019/09/23 11:48] – [Command line MacOS] umfdev
Line 175: Line 175:
  
 ====== Installing UMF for MacOS ====== ====== Installing UMF for MacOS ======
 +**<color #ed1c24>Warning: The graphical installer is currently not working for MacOS.\\
 +Please install using the [[#command_line_macos|Command Line]] instead.</color>**
  
 **1.** **[[https://umodframework.com/download|Download UMF]]** **1.** **[[https://umodframework.com/download|Download UMF]]**
Line 203: Line 205:
 ===== 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]]
   - 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.
-  - Use the ''-install "path"'' parameter to install. +  - Open a **Terminal**. 
-    * ''cd ~ && cd "Desktop/UMF.Installer.app/Contents/MacOS/&& mono UMF.Installer.exe -install "/PATH/TO/GAME/FOLDER/"'' +  - Use the ''**-install /PATH/TO/GAME/FOLDER/**'' parameter to install. 
-    * **Default Slime Rancher Steam Example:** ''cd ~ && cd "Desktop/UMF.Installer.app/Contents/MacOS/&& mono UMF.Installer.exe -install ~/"Library/Application Support/Steam/steamapps/common/Slime Rancher/"'' +    * **<color #00a2e8>Path Example:</color>**\\ ''cd ~/Desktop/UMF.Installer.app/Contents/MacOS/ && mono UMF.Installer.exe -install **/PATH/TO/GAME/FOLDER/**'' 
-    * **Default Slime Rancher Epic Example:** ''cd ~ && cd "Desktop/UMF.Installer.app/Contents/MacOS/&& mono UMF.Installer.exe -install "/Users/Shared/Epic Games/SlimeRancer/"'' +    * **<color #00a2e8>Default Slime Rancher Steam Example:</color>**\\ ''cd ~/Desktop/UMF.Installer.app/Contents/MacOS/ && mono UMF.Installer.exe -install ~/Library/ApplicationSupport/Steam/steamapps/common/SlimeRancher/'' 
-  - You may need to also use ''chmod -R +rwx "/PATH/TO/GAME/FOLDER/"'' in order to give full permissions.+    * **<color #00a2e8>Default Slime Rancher Epic Example:</color>**\\ ''cd ~/Desktop/UMF.Installer.app/Contents/MacOS/ && mono UMF.Installer.exe -install /Users/Shared/EpicGames/SlimeRancer/''\\ 
 +  - 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.txt · Last modified: 2021/08/06 23:46 by umfdev