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

Difference between revisions of "Troubleshooting Client"

From SWRC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
This page will help you troubleshooting Star Wars Republic Commando. As this game was developed in 2003 and released for Windows XP times, it may be tricky sometimes to get it to run. By default, this game runs on every Windows(2000, XP, Vista, 7, Vista and 10). Anyway there are some criteria to fulfill.
This page will help you troubleshooting Star Wars Republic Commando. As this game was developed in 2003 and released for Windows XP times, it may be tricky sometimes to get it to run. By default, this game runs on every Windows(2000, XP, Vista, 7, 8 and 10). Anyway there are some criteria to fulfill.


==Required Software==
==Required Software==
Microsoft DirectX 9.0c


Microsoft Visual C++ 2005 Redistributable (32 Bit)
Microsoft Visual C++ 2005 Redistributable (32 Bit)
Microsoft DirectX 9.0


==Troubleshooting==
==Troubleshooting==
Line 16: Line 16:


When the game crashes after selecting new game, go to options menu and set bump mapping to low.
When the game crashes after selecting new game, go to options menu and set bump mapping to low.
==Useful Commands==
<pre>
togglefullscreen          -Switch between fullscreen and window mode
setres widthXheigth        -Set a custom resolution. Example for Full HD: setres 1920x1080
setmousesensitivity        -Set a custom mouse sensitivity. DOES NOT APPLY FOR MAIN MENU!  Also comma values are written with actual .(point) not ,(comma) Example: setmousesensitivity 0.25
showlog                    -Switch to window mode if necessary and open up log window for information/debugging
stat fps                  -Show FPS counter at top right corner
</pre>

Revision as of 02:26, 17 October 2017

This page will help you troubleshooting Star Wars Republic Commando. As this game was developed in 2003 and released for Windows XP times, it may be tricky sometimes to get it to run. By default, this game runs on every Windows(2000, XP, Vista, 7, 8 and 10). Anyway there are some criteria to fulfill.

Required Software

Microsoft DirectX 9.0c

Microsoft Visual C++ 2005 Redistributable (32 Bit)

Troubleshooting

Try to set the compatibility of SWRepublicCommando.exe to Windows XP SP3 and run it as admin.

Create a shortcut of SWRepublicCommando.exe, open up the properties and add '-window -log' to the end of the commandline.

..\SWRepublicCommando.exe" -window -log

The log windows shows much more information which can be helpful.

Also open up SWRepublicCommando.log file with notepad and see what the crash caused.

When the game crashes after selecting new game, go to options menu and set bump mapping to low.

Useful Commands

togglefullscreen           -Switch between fullscreen and window mode
setres widthXheigth        -Set a custom resolution. Example for Full HD: setres 1920x1080
setmousesensitivity        -Set a custom mouse sensitivity. DOES NOT APPLY FOR MAIN MENU!  Also comma values are written with actual .(point) not ,(comma) Example: setmousesensitivity 0.25
showlog                    -Switch to window mode if necessary and open up log window for information/debugging
stat fps                   -Show FPS counter at top right corner