Downloads:
41
Downloads of v 3.2.0:
10
Last Update:
10 Nov 2024
Published Date:
10 Nov 2024
Package Maintainer(s):
Software Author(s):
- Crystal Hammer and contributors
Tags:
race stunt rally game- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Stunt Rally
(Ready for review)
- 1
- 2
- 3
3.2.0 | Updated: 10 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
41
Downloads of v 3.2.0:
10
Published:
10 Nov 2024
Maintainer(s):
Software Author(s):
- Crystal Hammer and contributors
Stunt Rally 3.2.0
(Ready for review)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Crystal Hammer and contributors. The inclusion of Crystal Hammer and contributors trademark(s), if any, upon this webpage is solely to identify Crystal Hammer and contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Stunt Rally is a 3D racing game with own Track Editor.
It features a rich variety of 229 tracks
in 41 sceneries also on other planets and surreal places.
Tracks difficulty ranges from short and easy to very difficult stunt tracks,
including: jumps, skewed loops, pipes winding in 3D, obstacles or all at once.
Stop-Process -ProcessName StuntRally3.exe -ErrorAction SilentlyContinue
$ErrorActionPreference = 'Stop';
$versionParts = $packageVersion -split '\.'
$majorMinorVersion = "$($versionParts[0]).$($versionParts[1])"
$installPath = "${env:ProgramFiles(x86)}\Stunt Rally $majorMinorVersion"
$registryPath = "HKLM:\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Stunt Rally"
$shortcutPath = "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\Stunt Rally $majorMinorVersion\"
# No silent option to NSIS installer so have to manually uninstall
if(Test-Path $shortcutPath) {
Remove-Item -Recurse -Verbose $shortcutPath
}
if(Test-Path $installPath) {
Remove-Item -Recurse -Verbose $installPath
}
if(Test-Path $registryPath) {
Write-Output "Deleting Registry Entry"
Remove-Item -Path $registryPath -Recurse -Force
}
Log in or click on link to see number of positives.
- stuntrally.3.2.0.nupkg (898bce8c8d6c) - ## / 67
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 |
---|---|---|---|---|
Stunt Rally 3.2.0 | 10 | Sunday, November 10, 2024 | Ready | |
Stunt Rally 3.1.0 | 31 | Friday, July 19, 2024 | Exempted |
© 2010 - 2024 Crystal Hammer and contributors
This package has no dependencies.
Ground Rules:
- This discussion is only about Stunt Rally and the Stunt Rally 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 Stunt Rally, 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.
artemisbeta (maintainer) on 10 Nov 2024 12:30:26 +00:00:
User 'artemisbeta' (maintainer) submitted package.
chocolatey-ops (reviewer) on 10 Nov 2024 13:06:12 +00:00:
stuntrally has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.
chocolatey-ops (reviewer) on 10 Nov 2024 13:22:26 +00:00:
stuntrally has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/20c521eb2d8590caf28bbef612f0ef31 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 10 Nov 2024 13:44:59 +00:00:
stuntrally was exempted from virus scanning of this version.
The reason given for the exemption was:
Package contains file(s) too big to be uploaded to VirusTotal!
The package scanner had problems with the following files:
StuntRally-3.2-installer.exe
: File is too big to scan - the limit is 200MB and this file is 1.97GB