Downloads:
12,899
Downloads of v 0.10.42:
753
Last Update:
03 May 2024
Package Maintainer(s):
Software Author(s):
- SideQuest VR
Tags:
sidequest vr game store occulus android- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
SideQuest
- 1
- 2
- 3
0.10.42 | Updated: 03 May 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
12,899
Downloads of v 0.10.42:
753
Maintainer(s):
Software Author(s):
- SideQuest VR
SideQuest 0.10.42
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by SideQuest VR. The inclusion of SideQuest VR trademark(s), if any, upon this webpage is solely to identify SideQuest VR goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install SideQuest, run the following command from the command line or from PowerShell:
To upgrade SideQuest, run the following command from the command line or from PowerShell:
To uninstall SideQuest, 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 sidequest --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 sidequest -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 sidequest -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 sidequest
win_chocolatey:
name: sidequest
version: '0.10.42'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sidequest' do
action :install
source 'INTERNAL REPO URL'
version '0.10.42'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sidequest
{
Name = "sidequest"
Version = "0.10.42"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sidequest':
ensure => '0.10.42',
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 04 Dec 2024.
SideQuest
SideQuest is designed to simplify sideloading apps onto your standalone android based headset. It should include everything you need to get started. When you first open the app it is best to open the setup screen and follow the instructions on screen to get set up.
The quest doesnt show 2D apps normally anywhere in the UI. Thankfully though SideQuest has a launcher ( install on the setup screen - scroll down to the bottom ) which appears in the unknown sources list and lets you open 2d apps. You can pick "SideQuest - Home" or "SideQuest - TV" to use the 2D app in the Oculus Home or Oculus TV environments.
VR apps dont work when launched from the app launcher currently, only 2d apps. The workaround is to launch the VR apps from the unknown sources list instead - they are usually listed there!
SideQuest Features
- Automatic download of ADB platform-tools for your platform - win/mac/linux.
- Automatic download of QuestSaberPatch for your platform - win/mac/linux.
- Automatic download of songe-converter for your platform - win/mac/linux.
- Setup instructions for enabling developer mode on your device.
- AppStarter based app launcher in both Oculus Home and Oculus TV for launching and using 2D apps
- Drag and drop support for installing arbitrary apk/obb files.
- File manager with drag and drop support ( thanks Mitch )
- Dark mode
- New installed apps manager with a backup system.
- Beat Saber song manager for patching songs onto the Oculus Quest - sorting, multi select, remove duplicates and drag and drop
- Auto downloading via the in-app browser - now works with beatsaver.com, bsaber.com and also any APK downloads too!
Log in or click on link to see number of positives.
- sidequest.0.10.42.nupkg (f21dac67e7db) - ## / 64
- SideQuest-Setup-0.10.42-x64-win.exe (2d0cd4cbe441) - ## / 62
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 |
---|---|---|---|---|
SideQuest 0.10.42 | 753 | Friday, May 3, 2024 | Approved | |
SideQuest 0.10.41 | 41 | Thursday, May 2, 2024 | Approved | |
SideQuest 0.10.39 | 599 | Tuesday, December 12, 2023 | Approved | |
SideQuest 0.10.38 | 552 | Monday, September 4, 2023 | Approved | |
SideQuest 0.10.37 | 85 | Sunday, September 3, 2023 | Approved | |
SideQuest 0.10.36 | 487 | Wednesday, June 7, 2023 | Approved | |
SideQuest 0.10.35 | 165 | Wednesday, May 31, 2023 | Approved | |
SideQuest 0.10.33 | 481 | Monday, April 3, 2023 | Approved | |
SideQuest 0.10.32 | 813 | Thursday, August 25, 2022 | Approved | |
SideQuest 0.10.31 | 296 | Saturday, August 6, 2022 | Approved | |
SideQuest 0.10.30 | 111 | Friday, August 5, 2022 | Approved | |
SideQuest 0.10.28 | 115 | Thursday, August 4, 2022 | Approved | |
SideQuest 0.10.27 | 836 | Monday, January 31, 2022 | Approved | |
SideQuest 0.10.26 | 467 | Wednesday, December 15, 2021 | Approved | |
SideQuest 0.10.25 | 338 | Saturday, November 20, 2021 | Approved | |
SideQuest 0.10.24 | 574 | Monday, August 16, 2021 | Approved | |
SideQuest 0.10.23 | 172 | Friday, August 13, 2021 | Approved | |
SideQuest 0.10.21 | 568 | Friday, May 14, 2021 | Approved | |
SideQuest 0.10.20 | 246 | Saturday, May 8, 2021 | Approved | |
SideQuest 0.10.19 | 576 | Wednesday, February 17, 2021 | Approved | |
SideQuest 0.10.18 | 692 | Friday, October 30, 2020 | Approved | |
SideQuest 0.10.17 | 257 | Monday, October 19, 2020 | Approved | |
SideQuest 0.10.16 | 182 | Thursday, October 15, 2020 | Approved | |
SideQuest 0.10.15 | 151 | Wednesday, October 14, 2020 | Approved | |
SideQuest 0.10.14 | 281 | Saturday, September 26, 2020 | Approved | |
SideQuest 0.10.11 | 406 | Wednesday, July 15, 2020 | Approved | |
SideQuest 0.10.10 | 223 | Thursday, July 2, 2020 | Approved | |
SideQuest 0.10.9 | 199 | Tuesday, June 16, 2020 | Approved | |
SideQuest 0.10.8 | 141 | Thursday, May 28, 2020 | Approved | |
SideQuest 0.10.7 | 265 | Saturday, May 2, 2020 | Approved | |
SideQuest 0.10.6 | 169 | Friday, May 1, 2020 | Approved | |
SideQuest 0.10.3 | 203 | Friday, April 24, 2020 | Approved | |
SideQuest 0.10.2 | 519 | Tuesday, March 17, 2020 | Approved | |
SideQuest 0.8.7 | 517 | Wednesday, January 22, 2020 | Approved | |
SideQuest 0.8.6 | 179 | Tuesday, January 21, 2020 | Approved | |
SideQuest 0.8.5 | 210 | Tuesday, January 14, 2020 | Approved |
-
- chocolatey-core.extension (≥ 1.1.0)
Ground Rules:
- This discussion is only about SideQuest and the SideQuest 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 SideQuest, 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.