Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I play from Windows, and I have an executable in the game's folder called swconfig.exe. This is the program that configures the game before it starts, and it has a fullscreen/windowed option. If you navigate to the game's folder in your Mac system, you will probably find something similar.
"KotOR does allow windowed mode, you just need to modify a single file to activate it. In the game's install directory is a file called swkotor.ini. Open that file in Notepad and scroll down to the section marked [Graphics Options]. Under [Graphics Options] add the following line:
AllowWindowedMode=1
Then look for a line that says "FullScreen=1" and change it to "FullScreen=0". Save the file, then run the game, it will now open in a window."
I can confirm that this method works for windows 7 machines. For those that are having trouble. You can find this file in Program files -> Steam -> steamapps -> common -> swkotor
Library/Application Support/Steam/steamapps/common/swkotor/Knights of the Old Republic/Contents/
To get inside Knights of the Old Republic, you will of course need to right click => Show package contents.
Inside the Contents folder you'll find info.plist
You can't open it with textedit, because it's binary. Use a free .plist editor or BBedit available for free here: https://www.barebones.com/products/bbedit/faqs.html
Once inside, find these two lines:
<key>FullScreenValue</key>
<true/>
<key>WindowedValue</key>
<false/>
Simply change the fullscreen value to false, and the windowed value to true. Save the .plist and reopen the game from steam. It will open in a window.