If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

Difference between revisions of "Useful Stuff for Client"

From SWRC Wiki
Jump to navigation Jump to search
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<historylink type="back">Go back to Main Page</historylink>
This section is all about linking useful stuff you can install for your game.
==Graphics Fix==
==Graphics Fix==
This is a fix for Star Wars Republic Commando which deals with BumpMapping problems on newer graphics cards. You are now able to play the game how it is supposed to look with Bumpmapping on high and without crashes or strange looking artifacts on ingame objects that use bumpmaps. It also adds some enhancements like an FOV slider and native resolution options..


This is a fix for Star Wars Republic Commando which deals with BumpMapping problems on newer graphics cards. You are now able to play the game how it is supposed to look with Bumpmapping on high and without crashes or strange looking artifacts on ingame objects that use bumpmaps. It also adds some enhancements like an FOV slider, more resolution options up to 4k, mesh and animation fixes, higher resolution clone commando mesh and some more minor things.
The mod is compatible with multiplayer!
 
Attention: Keep in mind that installing any mods won't let you play on "vanilla" multiplayer servers. It's always a good idea to install mods on a copy.


Created by Leon.
Created by Leon.


Download [http://www.moddb.com/mods/star-wars-republic-commando-graphics-fix/downloads/star-wars-republic-commando-graphics-fix here]
Download [https://github.com/Leon280698/CT/releases here]


==Multiplayer Server Browser Fix==
==Multiplayer Server Browser Fix==
 
This mod restores the server browser by using openSpy Masterserver. http://beta.openspy.net/en/
This file recovers RC's Multiplayer server browser which has been shut down with GameSpy. It's based on PLASMA[GER]'s fix I just wrote a little program to make things easier.
Run this file as admin and you are able to join and host servers over the ingame server browser. If you are using any mods which replace the game's original files (like the graphics fix) you are only able to join servers which have these mods too. So keep a backup of the original RC or host your own server with mods.


Created by PLASMA[GER] and Leon.
Created by PLASMA[GER] and Leon.


Download [http://www.moddb.com/mods/star-wars-republic-commando-graphics-fix/downloads/republic-commando-multiplayer-fix-updated here]
Download [[Media:SWRC_Serverbrowser_Fix.zip]]


==Republic Commando UCC==
==Republic Commando UCC==
UCC.exe is a Unreal command-line tool which was used up until Unreal Engine 3. It’s purpose is to execute Unreal command-line applets (commandlets) that are usually written in native code but can also be written in UnrealScript, like Core.HelloWorldCommandlet.
UCC.exe is a Unreal command-line tool which was used up until Unreal Engine 3. It’s purpose is to execute Unreal command-line applets (commandlets) that are usually written in native code but can also be written in UnrealScript, like Core.HelloWorldCommandlet.
The most prominent one is the ‘make’  commandlet which compiles UnrealScript code from *.uc files and places it in newly created packages.
The most prominent one is the ‘make’  commandlet which compiles UnrealScript code from *.uc files and places it in newly created packages.
For some reason Republic Commando shipped without a UCC.exe. However, it was possible to [[Republic Commando UCC|recreate it]].
For some reason Republic Commando shipped without a UCC.exe. However, it was possible to [[Republic Commando UCC|recreate it]].

Revision as of 15:51, 3 October 2021

Graphics Fix

This is a fix for Star Wars Republic Commando which deals with BumpMapping problems on newer graphics cards. You are now able to play the game how it is supposed to look with Bumpmapping on high and without crashes or strange looking artifacts on ingame objects that use bumpmaps. It also adds some enhancements like an FOV slider and native resolution options..

The mod is compatible with multiplayer!

Created by Leon.

Download here

Multiplayer Server Browser Fix

This mod restores the server browser by using openSpy Masterserver. http://beta.openspy.net/en/

Created by PLASMA[GER] and Leon.

Download Media:SWRC_Serverbrowser_Fix.zip

Republic Commando UCC

UCC.exe is a Unreal command-line tool which was used up until Unreal Engine 3. It’s purpose is to execute Unreal command-line applets (commandlets) that are usually written in native code but can also be written in UnrealScript, like Core.HelloWorldCommandlet. The most prominent one is the ‘make’ commandlet which compiles UnrealScript code from *.uc files and places it in newly created packages. For some reason Republic Commando shipped without a UCC.exe. However, it was possible to recreate it.