User Tools

Site Tools


usewithcuo

Differences

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


usewithcuo [2025/02/25 22:20] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Install Instructions for RazorEnhanced + CUO ====== 
 +(from ATHL33T) 
 +  * Install CUO, this step is beyond the scope of this guide [[ Download link |https://github.com/andreakarasho/ClassicUO/releases ]] 
 +  * Install RazorEnhanced in any location, in this demo the location is C:\RazorEnhanced 
 +  * In your Windows search bar, type powershell, and right click the powershell icon to run as administrator. 
 +  * Enter the following text in the powershell window that is now open 
 + <code> 
 +cd "C:\RazorEnhanced" 
 +Get-ChildItem *.* -Recurse | Unblock-File 
 +</code> 
 +  * Edit the settings.json file in your CUO directory i.e. C:\Program Files (x86)\Electronic Arts\Ultima Online Classic\ClassicUO\settings.json to look like below: 
 +<code> 
 +{ "username": "", 
 + "password": "", 
 + "ip": "login.uoforever.com", 
 + "port": 2599, 
 + "ultimaonlinedirectory": "C:\\Program Files (x86)\\Electronic Arts\\Ultima Online Classic", 
 + "clientversion": "7.0.45.0", 
 + "lastcharactername": "ur toon", 
 + "cliloc": "Cliloc.enu", 
 + "lastservernum": 1, 
 + "fps": 60, 
 + "window_position": "0,0", 
 + "window_size": "1920,1017", 
 + "is_win_maximized": true, 
 + "profiler": true, 
 + "saveaccount": false, 
 + "autologin": false, 
 + "reconnect": false, 
 + "reconnect_time": 0, 
 + "login_music": true, 
 + "login_music_volume": 70, 
 + "shard_type": 0, 
 + "fixed_time_step": true, 
 + "run_mouse_in_separate_thread": true, 
 + "encryption": 0, 
 + "plugins": [ "C:\\RazorEnhanced\\RazorEnhanced.exe" ]  
 +
 +</code> 
 +  * For OSI server you need the encryption option set top 5like below: 
 +<code> 
 +  "encryption": 5, 
 +</code>

Exception: Git command failed to perform periodic pull: hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. Warning: Permanently added 'github.com,140.82.113.4' (ECDSA) to the list of known hosts. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0670 for '/var/www/html/dokuwiki/data/dokuwiki' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. Load key "/var/www/html/dokuwiki/data/dokuwiki": bad permissions git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

Exception: Git command failed to perform periodic pull: hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. Warning: Permanently added 'github.com,140.82.113.4' (ECDSA) to the list of known hosts. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0670 for '/var/www/html/dokuwiki/data/dokuwiki' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. Load key "/var/www/html/dokuwiki/data/dokuwiki": bad permissions git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the gitbacked plugin.

More info has been written to the DokuWiki error log.