Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

4,158

Downloads of v 1.2.0.201:

1,157

Last Update:

07 Jan 2018

Package Maintainer(s):

Software Author(s):

  • AssaultCube developers

Tags:

first-person foss cross-platform shooter game admin

AssaultCube

  • 1
  • 2
  • 3

1.2.0.201 | Updated: 07 Jan 2018

Downloads:

4,158

Downloads of v 1.2.0.201:

1,157

Software Author(s):

  • AssaultCube developers

AssaultCube 1.2.0.201

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install AssaultCube, run the following command from the command line or from PowerShell:

>

To upgrade AssaultCube, run the following command from the command line or from PowerShell:

>

To uninstall AssaultCube, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade assaultcube -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 assaultcube -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 assaultcube
  win_chocolatey:
    name: assaultcube
    version: '1.2.0.201'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'assaultcube' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.2.0.201'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller assaultcube
{
    Name     = "assaultcube"
    Version  = "1.2.0.201"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'assaultcube':
  ensure   => '1.2.0.201',
  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.

Package Approved

This package was approved as a trusted package on 11 Jul 2020.

Description

AssaultCube is a free, multiplayer, first-person shooter game, based on the CUBE engine. Taking place in realistic environments, with fast, arcade gameplay, it's addictive and fun! With efficient bandwidth usage, it's low-latency and can even run over a 56Kbps connection. It's tiny too, weighing in at a lightweight 40 MB package available for Windows, Mac and Linux. On the correct settings, it can even run on old hardware (Pentium III and above).

Features

  • It's FREE.
  • Source code is available under a zlib-like open source license.
  • Low latency, it can even run across a 56Kbps connection!
  • Lightweight size, only 40MB to download, plus additional maps average 20KB each!
  • With the correct settings, it can run on old hardware (Pentium III and above).
  • Officially runs on most major systems, and maybe even some non-major ones?
  • Has a built in, in-game map editor to help players create their own maps and allows for co-operative editmode in realtime with others!
  • Features a single-player bot system.
  • Supports recording of your game by the "demo" system.
  • Contains 12 multiplayer game modes, including: Deathmatch, Survivor, Capture the Flag, Hunt the Flag, Keep the Flag, Pistol Frenzy, Last Swiss Standing and One-Shot One-Kill (plus team versions of these modes).
  • Comes pre-packaged with 26 different maps!

tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop';
$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  softwareName   = 'AssaultCube*'
  fileType       = 'exe'
  silentArgs     = "/x86=0 /S"
  validExitCodes = @(0)
}

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
  $key | % {
    $packageArgs['file'] = "$($_.UninstallString -replace ' /x86=0','')"

    Uninstall-ChocolateyPackage @packageArgs
  }
}
elseif ($key.Count -eq 0) {
  Write-Warning "$($packageArgs['packageName']) has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $($_.DisplayName)"}
}
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';

$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  fileType       = 'exe'
  file           = "$toolsPath\AssaultCube_v1.2.0.2.exe"
  softwareName   = 'AssaultCube*'
  silentArgs     = "/S"
  validExitCodes = @(0)
}

Install-ChocolateyInstallPackage @packageArgs

Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
tools\AssaultCube_v1.2.0.2.exe
md5: 0633683F40B6AC8307BB64A5108FC9AA | sha1: 85857324AA35BD2FA3DF7DBD91F19FC3B728AC63 | sha256: 0421F3341025EDD17171A23CCFD753960DB78B9B46F8ECCC2AD01CE3781859D7 | sha512: 4832E89F572D5DED235C69511A50E7583DCC37E2E051CBE0AF62599ACB28C7EC6DE75EA203F1D0781E32339293563D2A5A1E5814985023DEC81521739DF2A444
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/assaultcube/AC/releases>
and can be verified by doing the following:

1. Download the following <https://github.com/assaultcube/AC/releases/download/v1.2.0.2/AssaultCube_v1.2.0.2.exe>
2. Get the checksum using one of the following methods:
  - Using powershell function 'Get-FileHash'
  - Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

  checksum type: sha256
  checksum: 0421F3341025EDD17171A23CCFD753960DB78B9B46F8ECCC2AD01CE3781859D7

The file 'LICENSE.txt' has been obtained from <https://assault.cubers.net/docs/license.html>
legal\LICENSE.txt
Licensing information
AssaultCube is developed by various people around the world. People that enjoy making this game together. All of these various people have been given the freedom to license their works in the way they wish. Because of this, licensing of AssaultCube is very specific.

To find out more about the people that help make AssaultCube happen, take a look at the team: Rabid Viper Productions.

Please select from the list below to find out how permission is granted for:

The entire AssaultCube package
AssaultCube website and documentation
A specific file in the AssaultCube package
For anything else, please check in your ./docs/package_copyrights.txt file and any individual *.txt files or *.cfg files within AssaultCube to see if permission is granted to redistribute that data. If no permission is found, you MUST assume that the data is COPYRIGHT and you are NOT allowed to redistribute that data outside of an UNMODIFIED AssaultCube package(s).

The entire AssaultCube package
AssaultCube is FREEWARE. By downloading the AssaultCube package(s) you agree that you may freely use and redistribute the AssaultCube package(s) UNMODIFIED (the AssaultCube package(s) can be originally found at https://github.com/assaultcube/AC/) on any media, subject to the following licensing conditions:

- AssaultCube is provided "as-is", without any express or implied warranty.
- In no event will the authors be held liable for any damages arising from the use of AssaultCube.
- You MAY NOT use AssaultCube for ANY commercial purposes.
- You may re-compress the AssaultCube package(s) using different archival formats (i.e. zip/tgz/rpm/deb/dmg).
- Any other changes beyond this, require EXPLICIT permission.
- The origin of AssaultCube, or its package(s) must not be misrepresented.
- You must not claim that you created AssaultCube or any of the original AssaultCube package(s).
- You must not modify AssaultCube for the purposes of gaining an unfair advantage over others and you must not redistribute these modifications in any form, including, but not limited to videos, text and software.
PLEASE NOTE: This license is for the entire UNMODIFIED AssaultCube package(s). You may choose to disect, and use or redistribute, etc. pieces of AssaultCube, instead of the entire package(s) if you wish. HOWEVER, you must adhere to the license specified for that particular data. If no license is specified, you MUST assume that the data is COPYRIGHT and you are NOT allowed to redistribute that data outside of an UNMODIFIED AssaultCube package(s).

Log in or click on link to see number of positives.

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
AssaultCube 1.2.0.3 485 Monday, November 14, 2016 Approved
AssaultCube 1.2.0.2 784 Monday, November 11, 2013 Unknown
AssaultCube 1.2.0.1 513 Thursday, October 31, 2013 Unknown
AssaultCube 1.1.0.420130508 533 Wednesday, May 8, 2013 Unknown
AssaultCube 1.1.0.4 553 Sunday, May 5, 2013 Unknown
Discussion for the AssaultCube Package

Ground Rules:

  • This discussion is only about AssaultCube and the AssaultCube 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 AssaultCube, 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.
comments powered by Disqus