Difference between revisions of "Installing (OpenApoc)"

From UFOpaedia
Jump to navigation Jump to search
(Updated Installation Instructions)
 
Line 1: Line 1:
 
== Simple steps to play OpenApoc on Windows right now ==
 
== Simple steps to play OpenApoc on Windows right now ==
  
# Acquire [[Apocalypse|X-Com Apocalypse]] original game CD, or an image/archive of that.
+
'''OPENGL 2.0 SUPPORTIVE VIDEO CARDS ARE REQUIRED'''
#* you need have all files in ISO file including MUSIC etc
+
 
#* if it's in .iso format, rename it to "cd.iso"
+
'''WINDOWS USERS: You will require the Visual C++ Libraries obtained from windows update to run OpenApoc'''
#* if it's not, copy all the contents into a folder and rename the folder to "cd.iso"
+
 
# Download: visit https://ci.appveyor.com/project/openapoc/openapoc/
+
(Keep in mind that it is ALPHA - this means bugs, crushes and not all features implemented, use our bug-tracker at https://github.com/OpenApoc/OpenApoc/issues to report bugs and navigate known ones)
#* If you see a green latest build then you can get it, if it's not then go to HISTORY at the top and click another build that's green
+
 
#* Click Platform x64 (or Win32 if you need 32bit binaries)
+
*'''1) Download the OpenApoc core files:'''
#* Click ARTIFACTS
+
*#- Visit  https://ci.appveyor.com/project/OpenApoc/openapoc
#* Download the first option (without "debug" in it)
+
*#- If you see a green bar next to the latest build then you can download it, if it's not green then go to HISTORY at the top and click another build that is green
#* Unzip downloaded file which will create a new folder with everything from us inside
+
*#- Click Platform x64 (or Win32 if you need 32bit binaries)
# Put cd.iso (image or folder) into data folder inside OpenApoc folder
+
*#- Click ARTIFACTS
#* we also support the .cue / .bin files (which are used, for example, in the gog.com version)
+
*#- Download the option that ends with a ".exe" (and without "debug" in it)
#* you rename the .cue file "cd.iso", put it in the data/ folder, then put the .bin file in the same folder
+
*#- Run the downloaded exe installer, this will guide you through the installation
#(without changing it's name - so for example the gog.com file remails "XCOM.BIN")
+
*#- Use "portable install" if you want saves and settings to remain in the install directory
# Run and enjoy!
+
 
 +
*'''2) Acquire the original X-Com Apocalypse CD-ROM and create an ISO Image of that, or use Steam's "cd.iso" or GOGs "xcom.cue"/"xcom.bin"'''
 +
*#- If you have already specified the "cd.iso" location in the installer, you don't need to do this step
 +
*#- You need have all files in the disc ISO file including MUSIC so only legit ISOs will work and not torrents that often lack the music
 +
*#- If the disc image is in .iso format, rename it to "cd.iso"
 +
*#- We also support the GOG .cue / .bin files!
 +
 
 +
*'''3) Put cd.iso (image or folder) into the data folder under the specified OpenApoc install folder'''
 +
*#- If you have already specified the "cd.iso" location in the installer, you don't need to do this step
 +
*#- To use GOG .cue/.bin you rename the XCOM.cue file to "cd.iso", put that in the OpenApoc data folder, then put the XCOM.BIN, without renaming it, into the data folder too
 +
 
 +
*'''4) Run and enjoy!'''
 
 
 
== Issues ==
 
== Issues ==

Latest revision as of 13:02, 21 November 2019

Simple steps to play OpenApoc on Windows right now

OPENGL 2.0 SUPPORTIVE VIDEO CARDS ARE REQUIRED

WINDOWS USERS: You will require the Visual C++ Libraries obtained from windows update to run OpenApoc

(Keep in mind that it is ALPHA - this means bugs, crushes and not all features implemented, use our bug-tracker at https://github.com/OpenApoc/OpenApoc/issues to report bugs and navigate known ones)

  • 1) Download the OpenApoc core files:
    1. - Visit https://ci.appveyor.com/project/OpenApoc/openapoc
    2. - If you see a green bar next to the latest build then you can download it, if it's not green then go to HISTORY at the top and click another build that is green
    3. - Click Platform x64 (or Win32 if you need 32bit binaries)
    4. - Click ARTIFACTS
    5. - Download the option that ends with a ".exe" (and without "debug" in it)
    6. - Run the downloaded exe installer, this will guide you through the installation
    7. - Use "portable install" if you want saves and settings to remain in the install directory
  • 2) Acquire the original X-Com Apocalypse CD-ROM and create an ISO Image of that, or use Steam's "cd.iso" or GOGs "xcom.cue"/"xcom.bin"
    1. - If you have already specified the "cd.iso" location in the installer, you don't need to do this step
    2. - You need have all files in the disc ISO file including MUSIC so only legit ISOs will work and not torrents that often lack the music
    3. - If the disc image is in .iso format, rename it to "cd.iso"
    4. - We also support the GOG .cue / .bin files!
  • 3) Put cd.iso (image or folder) into the data folder under the specified OpenApoc install folder
    1. - If you have already specified the "cd.iso" location in the installer, you don't need to do this step
    2. - To use GOG .cue/.bin you rename the XCOM.cue file to "cd.iso", put that in the OpenApoc data folder, then put the XCOM.BIN, without renaming it, into the data folder too
  • 4) Run and enjoy!

Issues

If you're getting blank buttons in the main menu, most likely your system's native language is not english. OpenApoc already has translations in multiple languages, but doesn't have the fonts yet. Therefore, you will have to set it to english to work for now.

Steps to change language to English

  1. Create file named "OpenApoc_settings.conf" inside OpenApoc folder.
  2. Put these two strings of text in it and save:
[Framework]
Language=en_GB.UTF-8
  1. Next time you launch OpenApoc, you'll be all set!​

To make a full screen

  1. Put these lines of text into a config file and save:
[Framework.Screen]
Width=1920
Height=1080
Fullscreen=1​

To disable the intro movie

  1. Put these lines of text into a config file and save:
[Game]
SkipIntro = 1

When you want to try out a newer version

  1. Just repeat steps 2-4 above. At this time, better use a new folder and delete the old one every time you update, as an in-place update may bug out in some way.​

Take note, this will be edited once the game is out