Downloads:
7,140
Downloads of v 2024.2.28.704:
84
Last Update:
10 Mar 2024
Package Maintainer(s):
Software Author(s):
- SupSuper
Tags:
openxcom xcomOpenXCOM
- 1
- 2
- 3
2024.2.28.704 | Updated: 10 Mar 2024
Downloads:
7,140
Downloads of v 2024.2.28.704:
84
Maintainer(s):
Software Author(s):
- SupSuper
OpenXCOM 2024.2.28.704
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by SupSuper. The inclusion of SupSuper trademark(s), if any, upon this webpage is solely to identify SupSuper goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Exemption:
Temporarily exempted from package-verifier due to this issue: https://github.com/chocolatey/home/issues/11
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install OpenXCOM, run the following command from the command line or from PowerShell:
To upgrade OpenXCOM, run the following command from the command line or from PowerShell:
To uninstall OpenXCOM, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download openxcom --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade openxcom -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade openxcom -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install openxcom
win_chocolatey:
name: openxcom
version: '2024.2.28.704'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'openxcom' do
action :install
source 'INTERNAL REPO URL'
version '2024.2.28.704'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller openxcom
{
Name = "openxcom"
Version = "2024.2.28.704"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'openxcom':
ensure => '2024.2.28.704',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 10 Mar 2024.
OpenXcom is an open-source clone of the original UFO: Enemy Unknown (X-Com: UFO Defense in USA), licensed under the GPL and written in C++ / SDL. It was originally founded by SupSuper in February 2010, and has since grown into a small development team surrounded by a very supporting community.
The goal of the project is to bring back the tried and true feel of the original with none of the issues. All the same graphics, sound and gameplay with a brand new codebase written from scratch. This should give it:
- Fixability: Play the game natively without any need for emulators or fancy hacks, with none of the limitations and bugs that plagued the original. No more 80-item-limit, personnel limits, funding overflows, disconnected facilities, broken proximity grenades, floating soldiers, etc.
- Moddability: Tweak the game to your heart’s content. Sure the original was pretty good, but maybe you just think it could be that bit better. A nicer base layout, better laser weapons, maybe challenge yourself with a custom game mode, or just put in all the crazy stuff you’ve always wanted! None of it is hardcoded.
- Flexibility: Port the game to any platform you like, customize it to your liking, or use it to make your own far-fetched remakes. The code is fully documented and open-source so anyone can take a crack at it.
For more details check the Wiki.
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. "$(Join-Path $toolsDir commonEnv.ps1)"
Remove-Item "$startMenuDir" -recurse -force
Remove-Item "$installLocation" -exclude TFTD, UFO -recurse -force
$GameName = 'OpenXCOM'
$installLocation = [IO.Path]::Combine($ENV:LocalAppData, 'Programs', $GameName.toLower())
$startMenuDir = [IO.Path]::Combine($ENV:AppData, 'Microsoft\Windows\Start Menu\Programs', "$GameName")
Log in or click on link to see number of positives.
- openxcom.2024.2.28.704.nupkg (22e324d1206b) - ## / 62
- openxcom_git_master_2024_02_28_0704.zip (0d7e728aa735) - ## / 61
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
OpenXCOM 2024.2.28.704 | 84 | Sunday, March 10, 2024 | Approved | |
OpenXCOM 2023.12.3.959 | 54 | Sunday, December 10, 2023 | Approved | |
OpenXCOM 2023.03.09.0153 | 188 | Monday, March 20, 2023 | Approved | |
OpenXCOM 2022.08.16.1031 | 107 | Wednesday, September 28, 2022 | Approved | |
OpenXCOM 2022.07.06.0733 | 102 | Sunday, July 10, 2022 | Approved | |
OpenXCOM 2022.06.07.2003 | 91 | Thursday, June 9, 2022 | Approved | |
OpenXCOM 2022.04.29.0633 | 60 | Monday, June 6, 2022 | Approved | |
OpenXCOM 2022.03.29.2109 | 99 | Saturday, April 16, 2022 | Approved | |
OpenXCOM 2021.12.21.1139 | 109 | Tuesday, February 1, 2022 | Approved | |
OpenXCOM 2021.09.20.0740 | 132 | Wednesday, September 22, 2021 | Approved | |
OpenXCOM 2021.09.01.0708 | 91 | Friday, September 10, 2021 | Approved | |
OpenXCOM 2021.06.11.1618 | 114 | Wednesday, June 16, 2021 | Approved | |
OpenXCOM 2021.05.27.0623 | 92 | Tuesday, June 1, 2021 | Approved | |
OpenXCOM 2021.05.15.2114 | 96 | Monday, May 24, 2021 | Approved | |
OpenXCOM 2021.04.28.0831 | 107 | Wednesday, May 5, 2021 | Approved | |
OpenXCOM 2021.04.24.1707 | 97 | Sunday, April 25, 2021 | Approved | |
OpenXCOM 2021.04.10.2225 | 106 | Sunday, April 11, 2021 | Approved | |
OpenXCOM 2021.04.07.2027 | 81 | Saturday, April 10, 2021 | Approved | |
OpenXCOM 2021.03.29.1249 | 134 | Wednesday, March 31, 2021 | Approved | |
OpenXCOM 2021.03.27.1755 | 108 | Sunday, March 28, 2021 | Approved | |
OpenXCOM 2021.03.08.2004 | 115 | Sunday, March 21, 2021 | Approved | |
OpenXCOM 2021.02.27.1532 | 102 | Saturday, March 6, 2021 | Approved | |
OpenXCOM 2021.02.26.1701 | 111 | Friday, February 26, 2021 | Approved | |
OpenXCOM 2021.01.22.0838 | 125 | Saturday, January 23, 2021 | Approved | |
OpenXCOM 2020.12.14.0340 | 122 | Thursday, December 17, 2020 | Approved | |
OpenXCOM 2020.12.05.2034 | 111 | Wednesday, December 9, 2020 | Approved | |
OpenXCOM 2020.11.25.1755 | 97 | Thursday, November 26, 2020 | Approved | |
OpenXCOM 2020.11.18.0956 | 121 | Thursday, November 19, 2020 | Approved | |
OpenXCOM 2020.11.12.0229 | 112 | Thursday, November 12, 2020 | Approved | |
OpenXCOM 2020.11.10.0539 | 117 | Wednesday, November 11, 2020 | Approved | |
OpenXCOM 2020.11.05.2205 | 105 | Monday, November 9, 2020 | Approved | |
OpenXCOM 2020.11.05.0347 | 110 | Thursday, November 5, 2020 | Approved | |
OpenXCOM 2020.10.14.1316 | 122 | Thursday, October 15, 2020 | Approved | |
OpenXCOM 2020.10.02.1817 | 122 | Friday, October 9, 2020 | Approved | |
OpenXCOM 2020.09.26.1645 | 123 | Monday, September 28, 2020 | Approved | |
OpenXCOM 2020.09.04.0357 | 127 | Saturday, September 12, 2020 | Approved | |
OpenXCOM 2020.08.02.1732 | 159 | Friday, August 7, 2020 | Approved | |
OpenXCOM 2020.07.31.0839 | 139 | Saturday, August 1, 2020 | Approved | |
OpenXCOM 2020.07.24.1517 | 121 | Wednesday, July 29, 2020 | Approved | |
OpenXCOM 2020.06.14.2342 | 162 | Monday, June 15, 2020 | Approved | |
OpenXCOM 2020.06.14.1036 | 129 | Sunday, June 14, 2020 | Approved | |
OpenXCOM 2020.06.08.1453 | 122 | Tuesday, June 9, 2020 | Approved | |
OpenXCOM 2020.06.05.0810 | 122 | Friday, June 5, 2020 | Approved | |
openxcom (Install) 2020.05.22.2040 | 149 | Sunday, May 24, 2020 | Approved | |
openxcom (Install) 2020.05.04.1956 | 135 | Saturday, May 16, 2020 | Approved | |
openxcom (Install) 2020.04.26.0030 | 153 | Monday, April 27, 2020 | Approved | |
openxcom (Install) 2020.03.08.1332 | 208 | Saturday, March 14, 2020 | Approved | |
openxcom (Install) 2020.02.10.0926 | 202 | Friday, February 14, 2020 | Approved | |
openxcom (Install) 2019.10.27.1448 | 172 | Saturday, November 2, 2019 | Approved | |
openxcom (Install) 2019.09.24.2237 | 146 | Tuesday, October 1, 2019 | Approved | |
openxcom (Install) 2019.08.03.0017 | 186 | Thursday, August 15, 2019 | Approved | |
openxcom (Install) 2019.07.28.0403 | 168 | Sunday, July 28, 2019 | Approved | |
openxcom (Install) 2019.07.10.0142 | 175 | Thursday, July 11, 2019 | Approved | |
openxcom (Install) 2019.06.28.0441 | 171 | Sunday, June 30, 2019 | Approved | |
openxcom (Install) 2019.06.14.2145 | 188 | Sunday, June 16, 2019 | Approved | |
openxcom (Install) 2019.05.29.2230 | 206 | Thursday, May 30, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about OpenXCOM and the OpenXCOM package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or OpenXCOM, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.