Difference between revisions of "User:Shiver/Balance Mod/Installation"

From Ultronomicon
Jump to navigation Jump to search
(New page: ==Windows== Step 1: Download the (URL PENDING) .dll files and place them in your main UQM directory. Windows will ask if you want to replace some old files. Say yes. :''"Wait a minute! I...)
 
m
(87 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Windows==
+
The most recent build is v2.14, which is compatible with UQM v0.7.0.
  
Step 1: Download the (URL PENDING) .dll files and place them in your main UQM directory. Windows will ask if you want to replace some old files. Say yes.
 
  
:''"Wait a minute! I don't trust you! What if my game stops working because of this?"''
+
==Windows==
 
+
* Download the [http://wiki.uqm.stack.nl/images/a/a1/Balance_mod_windows_exe.zip Windows files] and extract them into UQM's main directory. The default install location is "C:\Program Files (x86)\The Ur-Quan Masters" on modern Windows systems.
::If you're really that worried, go ahead and back your current .dll files up in another folder.
 
 
 
 
 
Step 2: Download the (URL PENDING) effects .zip archive and place it into an addon folder. Do not extract the contents of this .zip file, just leave it as it is. The path that I use is this: '''C:\Games\The Ur-Quan Masters\content\packages\addons\balance'''
 
 
 
 
 
Step 3: Download the (URL PENDING) Windows .exe file and place it in your main UQM directory.
 
 
 
 
 
Step 4: The .exe file needs to be opened with a shortcut. The shortcut that I use is this: '''"C:\Games\The Ur-Quan Masters\uqm-balance.exe" --addon balance'''
 
  
:''"Ho ho! I was able to run the .exe without a short-cut!"''
+
* Download the [http://wiki.uqm.stack.nl/images/3/3f/Balance_mod_effects.zip effects package] and place it in UQM\content\addons. Do not extract this zip file. Any older versions of this zip file should be replaced or deleted before playing.
 
::Your game is missing several effects which are critical to the mod. Expect to see a lot of sync errors during net play. The game will crash whenever Thraddash or Chenjesu use their primary weapons, even offline.
 
  
 +
* Run uqm-balance-mod.exe to play.
  
 
==Mac==
 
==Mac==
 +
We are looking for someone to build the Balance Mod on OS X. Please submit your binary to [https://github.com/uqm-arena/balance-mod Github] for review.
  
Step 1: Download the (URL PENDING) App and place it within your main UQM directory.
+
==Debian, Ubuntu, and derivatives==
 
+
Binary DEB packages for Debian stable, as well as current (and LTS) Ubuntu are available [http://plantmonster.net/~oldlaptop/uqm-packages/deb/uf/ here] on i386 and amd64; download the binary for your distribution and install with:
 
+
sudo dpkg -i <package name>
Step 2: Send a "thank you" letter to Nic. E-mail is good for this. Snail mail is even better.
 
  
 +
Users of other versions, distributions, or architectures can build DEBs from source using the instructions [http://plantmonster.net/~oldlaptop/uqm-packages/deb/uf/compiling-help.html here].
  
 
==Everything Else==
 
==Everything Else==
 
+
Here is the [http://wiki.uqm.stack.nl/images/2/20/Balance_mod_source.zip source code] with the effects add-on package included. Compiling the game on Linux and Linux-like systems should be identical to compiling the original UQM code: Install the required dependencies and run ./build.sh uqm
Here is the (URL PENDING) source code. Good luck!
 

Revision as of 07:00, 16 June 2020

The most recent build is v2.14, which is compatible with UQM v0.7.0.


Windows

  • Download the Windows files and extract them into UQM's main directory. The default install location is "C:\Program Files (x86)\The Ur-Quan Masters" on modern Windows systems.
  • Download the effects package and place it in UQM\content\addons. Do not extract this zip file. Any older versions of this zip file should be replaced or deleted before playing.
  • Run uqm-balance-mod.exe to play.

Mac

We are looking for someone to build the Balance Mod on OS X. Please submit your binary to Github for review.

Debian, Ubuntu, and derivatives

Binary DEB packages for Debian stable, as well as current (and LTS) Ubuntu are available here on i386 and amd64; download the binary for your distribution and install with:

sudo dpkg -i <package name>

Users of other versions, distributions, or architectures can build DEBs from source using the instructions here.

Everything Else

Here is the source code with the effects add-on package included. Compiling the game on Linux and Linux-like systems should be identical to compiling the original UQM code: Install the required dependencies and run ./build.sh uqm