Check out our discord at https://discord.gg/3u69jMa
Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
[[Cheats and Console Commands]] | [[Cheats and Console Commands]] | ||
[[Files and Useful Stuff (Client)]] | |||
[[ini Files]] | [[ini Files]] | ||
Line 27: | Line 29: | ||
== Server == | == Server == | ||
[[Create Basic Server (Windows)]] | |||
[[Run Server on Linux]] | |||
[[Files and Useful Stuff (Server)]] | |||
== Unreal Editor == | == Unreal Editor == | ||
Line 35: | Line 41: | ||
== Native Programming == | == 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 == | == Miscellaneous == | ||
todo :mreow: | todo :mreow: |
Revision as of 01:58, 18 May 2024
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
Files and Useful Stuff (Client)
Server
Files and Useful Stuff (Server)
Unreal Editor
todo :mreow:
Native Programming
Compiling with MS Visual Studio 2017
Miscellaneous
todo :mreow: