Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

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

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
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

Downloads:

23

Downloads of v 5.4.0-rc1-1:

14

Last Update:

10 Oct 2024

Package Maintainer(s):

Software Author(s):

  • The Terasology Foundation

Tags:

game voxel sandbox terasology

Terasology Omega

This is a prerelease version of Terasology Omega.

  • 1
  • 2
  • 3

5.4.0-rc1-1 | Updated: 10 Oct 2024

Downloads:

23

Downloads of v 5.4.0-rc1-1:

14

Maintainer(s):

Software Author(s):

  • The Terasology Foundation

Terasology Omega 5.4.0-rc1-1

This is a prerelease version of Terasology Omega.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The Terasology Foundation. The inclusion of The Terasology Foundation trademark(s), if any, upon this webpage is solely to identify The Terasology Foundation goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Failing

3 Failing Tests


Validation Testing Failed


Verification Testing Failed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

To uninstall Terasology Omega, 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 terasology -y --source="'INTERNAL REPO URL'" --prerelease [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 terasology -y --source="'INTERNAL REPO URL'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install terasology
  win_chocolatey:
    name: terasology
    version: '5.4.0-rc1-1'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

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


chocolatey_package 'terasology' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.4.0-rc1-1'
  options  '--prerelease'
end

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


cChocoPackageInstaller terasology
{
    Name        = "terasology"
    Version     = "5.4.0-rc1-1"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

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


package { 'terasology':
  ensure          => '5.4.0-rc1-1',
  install_options => ['--prerelease'],
  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.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Terasology is an open-source voxel world game.


.git\AUTO_MERGE
 
.git\COMMIT_EDITMSG
 
.git\config
 
.git\description
 
.git\HEAD
 
.git\hooks\applypatch-msg.sample
 
.git\hooks\commit-msg.sample
 
.git\hooks\fsmonitor-watchman.sample
 
.git\hooks\post-update.sample
 
.git\hooks\pre-applypatch.sample
 
.git\hooks\pre-commit.sample
 
.git\hooks\pre-merge-commit.sample
 
.git\hooks\pre-push.sample
 
.git\hooks\pre-rebase.sample
 
.git\hooks\pre-receive.sample
 
.git\hooks\prepare-commit-msg.sample
 
.git\hooks\push-to-checkout.sample
 
.git\hooks\sendemail-validate.sample
 
.git\hooks\update.sample
 
.git\index
 
.git\info\exclude
 
.git\logs\HEAD
 
.git\logs\refs\heads\main
 
.git\logs\refs\heads\progr-files
 
.git\logs\refs\remotes\origin\HEAD
 
.git\logs\refs\remotes\origin\main
 
.git\logs\refs\remotes\origin\progr-files
 
.git\objects\02\af298e15895ffcb55345c54ed819d573fa5b83
 
.git\objects\08\864f146d410f1c144745b09b7f32cf414959e6
 
.git\objects\08\d99b590657682cab94d515b4ae0079d77ea5e2
 
.git\objects\0a\2978b266a198d6c55c0f41372523764ae5b893
 
.git\objects\0c\c9dba7a7a7cc29f382d56dbe569acb92ad0fd8
 
.git\objects\10\fc45478b4a73f8f3fbfb0ff3fe26e2993845a0
 
.git\objects\14\9127f0966f46d3829fdbb70367d0256d9632fe
 
.git\objects\17\637144d53e087880a9926f15b791b8e0510655
 
.git\objects\17\f511bca0ff668418ea3586918ba8336de95646
 
.git\objects\23\a1d3ab93bd0ac3c77ecc65668504d411a1c3a8
 
.git\objects\24\59305e44576e0e3ec7e9c6f445d6c3001f506b
 
.git\objects\24\887cf71c36c781f12869f44902940416313798
 
.git\objects\25\70bea1b8da508746384f31d188a69800d0d85a
 
.git\objects\25\72087430e075d24ef84a5da4e1c93844941bbc
 
.git\objects\30\555884877c7560eae13526f6beac44566468a0
 
.git\objects\32\976997eefc79511d61be52d6b360c9f02f4f36
 
.git\objects\37\daf5521db5f3115afe11e3c05a78b2dbc41fb5
 
.git\objects\3b\f849c5c543d2dbabe955ca661bdf03a9b0d257
 
.git\objects\3d\46f71bc5ba9c27447eedb70ded9f363becfffd
 
.git\objects\3e\8092aaa83d13cad493fa2ee65488f1f31b4154
 
.git\objects\3e\dc2f2a45e7b5435c38baa31c8139baf3ba7ea4
 
.git\objects\49\8a8d4610c846e517e7bfe81d593d0c3ec05e27
 
.git\objects\4f\47365a65a2e4cdc6e740b713869b07e49e876f
 
.git\objects\52\496995cd644cb1bfd9eed41c7609efcfd0cbd4
 
.git\objects\53\fcb80e2182f7f731b5f874dc09eb98570ee90f
 
.git\objects\58\00a099386ed334ba683552b40c17fdc16857b4
 
.git\objects\5a\f21ad81be5968f877781c10a31d1b673a79914
 
.git\objects\5c\10d826c26663264ffbb5f7013498b2f0e0fc5e
 
.git\objects\64\2a69894cf174ce0b3438dd31f908166358072c
 
.git\objects\6a\f67cb344d16d9a753a8af5d3174c21e17f8102
 
.git\objects\6f\bd35a73842af2cb34c503b6ec32008ea15c426
 
.git\objects\72\818373aa2d64cf1ff0c4155612d3efbb088516
 
.git\objects\74\2778faac2093f2a9da670cd27cd08fb64c3659
 
.git\objects\75\f6f5e3eca08b1a17ae9e3d9bf2aa66c7b925e7
 
.git\objects\7e\35616f70b3d16de8c5c78bb9f1d8beb900c0e5
 
.git\objects\80\080d1c78e5dd1cbcdfd01d9b4b453b4e15d21e
 
.git\objects\82\263938c832c3afdc5286fa7ddc9365096439a2
 
.git\objects\84\ff5bb447bc42c85f3c4e580f3ed7d1aa2e51b3
 
.git\objects\87\bb660fb791a773575394478bca0b457ad7893a
 
.git\objects\88\28b1451a987703614367ae05bf45fc813e3cfc
 
.git\objects\8c\e2a9851ad41c8313af4c9547a9bbea961ec153
 
.git\objects\8e\1b71808feeb388570cb44aec74ef1b52d6b673
 
.git\objects\8e\6b98a066906c08e114739a7954336664616eb8
 
.git\objects\94\bd5fa4d8539ebdb55eb0833810d031a6e24e32
 
.git\objects\95\5f6dfaebac1df1be572c2847f262cf210279c2
 
.git\objects\98\969a3462085d3d6bc916e1638f4ce2d14fc38f
 
.git\objects\9a\834458a8e85e732207c3c489a5c06b79216556
 
.git\objects\ae\045f71a3d7f95e726b293c415f492846411a86
 
.git\objects\b3\4e66aa3b761bc1b6567bd88471fb119e5e184c
 
.git\objects\b5\13b03a9d179c724df70359bb0875b5aa32b37c
 
.git\objects\bd\08f7d137f9293b83f12e3a60360a36b13a0ac0
 
.git\objects\c0\a847a227228fff5791e763d3bd3dcdb6f16133
 
.git\objects\c2\24f2bb41ad6200015c018a79f770a560cdd612
 
.git\objects\d3\eb501d63dee33f71935c25773003c6c0d0f894
 
.git\objects\db\e959031512cad51848e566c4bcb973b8a96722
 
.git\objects\de\bf59ca032c5ae55ea4d2d6858aaa76ac67ac44
 
.git\objects\e0\68ebcff958ba15246b1bd04cead727e49eafff
 
.git\objects\ee\ef76de0ab049b9ab014bc1ba435fbc32a0213d
 
.git\objects\f0\7c4fdac02e00c4eb14ccab7d6b08b3ab412fab
 
.git\objects\f4\c491ec21784bc3ab16cc17bdb63b006216f61f
 
.git\objects\f4\ce5cc86a2e653f27daad72bb82c1d55e1698f1
 
.git\objects\fb\75a35df163001032d1df52a9d9215523e58b6e
 
.git\objects\fb\cf1caf10f520f7bcfa77c7cfb89bf41d599226
 
.git\objects\fd\5010de46946ff13cfb6bda390aa1f24875f500
 
.git\objects\pack\pack-6027b8473ad1e72e16919b963197138ee6ab6bc2.idx
 
.git\objects\pack\pack-6027b8473ad1e72e16919b963197138ee6ab6bc2.pack
 
.git\objects\pack\pack-6027b8473ad1e72e16919b963197138ee6ab6bc2.rev
 
.git\ORIG_HEAD
 
.git\packed-refs
 
.git\refs\heads\main
 
.git\refs\heads\progr-files
 
.git\refs\remotes\origin\HEAD
 
.git\refs\remotes\origin\main
 
.git\refs\remotes\origin\progr-files
 
.gitignore
 
LICENSE
 
README.md
# terasology chocolatey package

## local test and build

to install use powershell, administrative.

```
choco pack
choco install terasology --force --pre --source .

choco apikey --key xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx --source https://push.chocolatey.org/
choco push terasology.5.4.0-rc1-2.nupkg --source https://push.chocolatey.org/

#unlist old version
choco push terasology.5.4.0-rc1.nupkg --source=https://push.chocolatey.org/ --unlist
```

tools\chocolateyInstall.ps1
$packageName = 'terasology'
$zipUrl      = 'https://github.com/MovingBlocks/Terasology/releases/download/v5.4.0-rc.1/TerasologyOmega.zip'
$zipFileName = 'TerasologyOmega.zip'
$cacheDir    = Join-Path $env:ChocolateyInstall 'cache'
$cachedFile  = Join-Path $cacheDir $zipFileName
$installDir  = Join-Path $env:ProgramFiles "$packageName"
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

# Ensure the cache directory exists
if (!(Test-Path $cacheDir)) {
    New-Item -ItemType Directory -Path $cacheDir | Out-Null
}

# Ensure the installation directory exists
if (!(Test-Path $installDir)) {
    New-Item -ItemType Directory -Path $installDir | Out-Null
}

# Check if the zip file is already cached
if (!(Test-Path $cachedFile)) {
    Write-Host "Downloading $packageName to cache..."
    Get-ChocolateyWebFile -PackageName $packageName -FileFullPath $cachedFile -Url $zipUrl
} else {
    Write-Host "Using cached zip file for $packageName..."
}

# Extract the zip file to the installation directory
Get-ChocolateyUnzip -FileFullPath $cachedFile -Destination $installDir

# Remove unnecessary macOS and Linux folders
$macosDir = Join-Path $installDir 'natives/macosx'
$linuxDir = Join-Path $installDir 'natives/linux'

if (Test-Path $macosDir) {
    Write-Host "Removing macOS folder..."
    Remove-Item $macosDir -Recurse -Force
}

if (Test-Path $linuxDir) {
    Write-Host "Removing Linux folder..."
    Remove-Item $linuxDir -Recurse -Force
}

# patch files, here, bat file does not know its location in original

$sourceFile = Join-Path $toolsDir 'terasology.bat' 
$destinationFile = Join-Path $installDir 'Terasology.bat' 

# Check if the destination file exists and overwrite it
Write-Host "Overwriting file in $destinationFile"
Copy-Item -Path $sourceFile -Destination $destinationFile -Force
tools\chocolateyUninstall.ps1
$installDir = Join-Path $env:ProgramFiles "terasology"
if (Test-Path $installDir) {
    Remove-Item $installDir -Recurse -Force
}
tools\terasology.bat
@rem Copyright 2021 The Terasology Foundation, 2015 the original author or authors.
@rem SPDX-License-Identifier: Apache-2.0
@rem
@rem Derived from
@rem https://github.com/gradle/gradle/blob/f38a522/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/windowsStartScript.txt
@rem
@rem Alternatively use our Launcher from: https://github.com/MovingBlocks/TerasologyLauncher/releases

@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Terasology startup script for Windows
@rem
@rem ##########################################################################

@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal

set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%

@rem Resolve any "." and ".." in APP_HOME to make it shorter.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi

@rem Add default JVM options here. You can also use JAVA_OPTS and TERASOLOGY_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=

@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome

set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if "%ERRORLEVEL%" == "0" goto execute

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.

goto fail

:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto execute

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.

goto fail

:execute
@rem Setup the command line



@rem Execute Terasology in home dir
cd /d %homedrive%%homepath%
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %TERASOLOGY_OPTS%  -jar "%APP_HOME%\libs\Terasology.jar" %*

:end
@rem End local scope for the variables with windows NT shell
if "%ERRORLEVEL%"=="0" goto mainEnd

:fail
rem Set variable TERASOLOGY_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
if  not "" == "%TERASOLOGY_EXIT_CONSOLE%" exit 1
exit /b 1

:mainEnd
if "%OS%"=="Windows_NT" endlocal

:omega

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
Terasology Omega 5.4.0-rc1-1 14 Thursday, October 10, 2024 Exempted
Terasology Omega 5.4.0-rc1 9 Thursday, October 10, 2024 Exempted

Discussion for the Terasology Omega Package

Ground Rules:

  • This discussion is only about Terasology Omega and the Terasology Omega 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 Terasology Omega, 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