Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calebhearth/steam-swtor
Star Wars: The Old Republic launcher wrapper which allows for the use of the Steam Overlay
https://github.com/calebhearth/steam-swtor
Last synced: 2 months ago
JSON representation
Star Wars: The Old Republic launcher wrapper which allows for the use of the Steam Overlay
- Host: GitHub
- URL: https://github.com/calebhearth/steam-swtor
- Owner: calebhearth
- Created: 2012-01-19T01:16:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-19T20:22:09.000Z (almost 13 years ago)
- Last Synced: 2024-10-03T06:45:51.326Z (3 months ago)
- Language: C#
- Homepage:
- Size: 92.8 KB
- Stars: 8
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Build Program.cs one of two ways:
### Average Joe
1. Copy the contents of
[Program.cs](https://raw.github.com/calebthompson/steam-swtor/master/Program.cs)
into a text file called `Star Wars - The Old Republic.txt` on your
desktop.
2. Open a command prompt
`Start Menu -> All Programs -> Accessories -> Command Prompt`
3. Copy/Paste the following command into the Command Prompt and hit enter.
The code will take the contents of the text file you pasted and pass
them into the C# (C Sharp) compiler on your system. It will create an
exe file, `Star Wars - The Old Republic.exe` for you.%windir%\Microsoft.Net\Framework\v3.5\csc /platform:x86 ^
"/out:%USERPROFILE%\Desktop\Star Wars - The Old Republic.exe" ^
"%USERPROFILE%\Desktop\Star Wars - The Old Republic.txt"4. Copy `Star Wars - The Old Republic.exe` from your desktop into SWToR's
install folder. It is likely located at
`C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic\`
5. Go into Steam and add the executable you just made to your Steam Library.
Do this just like adding any other game, except that you will probably have to
browse for it.
### Programmer1. There's a whole Visual Studio 2010 solution here.
2. You are a programmer. Figure it out.## Problems
If things don't seem to be working right, please file an
[Issue](https://github.com/calebthompson/steam-swtor/issues/new).