Check out our discord at https://discord.gg/3u69jMa 

Main Page

From SWRC Wiki
Revision as of 01:58, 18 May 2024 by Plasma (talk | contribs)
Jump to navigation Jump to search

Star Wars Republic Commando is a tactical first-person shooter video game, set in the Star Wars universe, released in March 2005. It was developed and published by LucasArts for the Xbox and Microsoft Windows. The game uses Epic Games Unreal Warfare game/engine as foundation.

Engine version: 2226

Build: 139 (138) - see Game Versions

Core Differences:

  • The UnrealEd editor has a different movement mode and a rotation gimbal
    • This was done to closer match Autodesk Maya, as the 3D artists were used to that instead of the movement in UE
    • This feature can be toggled off by going into the Advanced Options (View->Advanced Options), going into Editor and turning on UseOldInterface
  • Republic Commando does not have an external Malloc class, the Malloc object is initialized internally in the appInit function
    • Therefore, the appInit call is missing the Malloc argument.


Client

Troubleshooting Client

Cheats and Console Commands

Files and Useful Stuff (Client)

ini Files

Directory Layout

Server

Create Basic Server (Windows)

Run Server on Linux

Files and Useful Stuff (Server)

Unreal Editor

todo :mreow:

Native Programming

MS Visual Studio 2003

Republic Commando UCC

Binary decompilation

Header files and useful links

Writing Native Code

Compiling with MS Visual Studio 2017

Miscellaneous

todo :mreow: