All Projects → 0neGal → viper

0neGal / viper

Licence: GPL-3.0 license
Launcher+Updater for TF|2 Northstar

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to viper

NorthstarLauncher
Launcher used to modify Titanfall 2 to allow mods to be loaded
Stars: ✭ 254 (+361.82%)
Mutual labels:  northstar, titanfall, titanfall-2, r2northstar
NorthstarWiki
Wiki documenting all things Northstar
Stars: ✭ 20 (-63.64%)
Mutual labels:  northstar, titanfall, titanfall-2, r2northstar
northstar-dedicated
Docker image for the Northstar dedicated server.
Stars: ✭ 89 (+61.82%)
Mutual labels:  northstar, titanfall, titanfall-2
trivrost
A repurposable application-downloader and -launcher
Stars: ✭ 36 (-34.55%)
Mutual labels:  updater, launcher
Chrlauncher
Small and very fast portable launcher and updater for Chromium.
Stars: ✭ 491 (+792.73%)
Mutual labels:  updater, launcher
Update4j
Create your own auto-update framework
Stars: ✭ 497 (+803.64%)
Mutual labels:  updater, launcher
r2modmanPlus
A simple and easy to use mod manager for several games using Thunderstore
Stars: ✭ 350 (+536.36%)
Mutual labels:  northstar, titanfall-2
Port-Able-Suite
🌐 Manager for portable applications
Stars: ✭ 35 (-36.36%)
Mutual labels:  updater, launcher
Fortnite-Forcer
A easy to use anti-cheat switcher for Fortnite written in C#.
Stars: ✭ 19 (-65.45%)
Mutual labels:  launcher
pojavlauncherteam.github.io
Official website for PojavLauncher, built with VuePress
Stars: ✭ 64 (+16.36%)
Mutual labels:  launcher
Figura
Primary repo for the Figura Project
Stars: ✭ 217 (+294.55%)
Mutual labels:  modding
WoW-Launcher
A game launcher for World of Warcraft that allows you to connect to custom servers.
Stars: ✭ 56 (+1.82%)
Mutual labels:  launcher
FFXIV Modding Tool
FFXIV Modding Tool is the Cross-platform Commandline interface alternative for TexTools
Stars: ✭ 39 (-29.09%)
Mutual labels:  modding
Wox
Launcher for Windows, an alternative to Alfred and Launchy.
Stars: ✭ 158 (+187.27%)
Mutual labels:  launcher
search-based-launcher
A Minimalist's Launcher
Stars: ✭ 41 (-25.45%)
Mutual labels:  launcher
HavokLib
Havok format library
Stars: ✭ 38 (-30.91%)
Mutual labels:  modding
Framework
Advanced modding framework for multiplayer modifications
Stars: ✭ 21 (-61.82%)
Mutual labels:  modding
m2sdk
Software Development Kit for the Steam version of Mafia2.
Stars: ✭ 19 (-65.45%)
Mutual labels:  modding
ScratchPaper
A Gradle Plugin for adding variant/version/git-commit-id/etc information to APK launcher icon.
Stars: ✭ 58 (+5.45%)
Mutual labels:  launcher
BNSBoost
A simple launcher for Blade & Soul patches. Working as of the Fire and Blood game update.
Stars: ✭ 19 (-65.45%)
Mutual labels:  launcher



FAQ | Releases

What is Viper?

Viper is a launcher and updater for Northstar, and not much more than that.

Install

Downloads are available on the releases page.

Please note that some versions will update themselves automatically when a new release is available (just like Origin or Steam) and some will NOT, so choose it accordingly. Only the AppImage, Flatpak and Windows Setup/Installer can auto-update.

Windows: Viper Setup [x.y.z].exe (auto-updates, and is recommanded), Viper [x.y.z].exe (single executable, no fuss)

Linux: .AppImage or Flatpak (auto-updates), AUR (unofficial), .deb, .rpm, .tar.gz

What can it do specifically?

Currently Viper is capable of:

  • Updating/Installing Northstar
  • Launching Vanilla and or Northstar
  • Manage Mods
  • Auto-Update itself
  • Be pretty!

Besides this I've been considering adding some easy to use VPK modding tools so everybody can have fun with VPK modding even if you don't know how to do it the traditional way. However that is not at the top of the todo list right now.

Configuration

All settings take place in the settings page, found in the top right corner of the app, where you can disable auto-updates, and other related settings. You can also manually go in and edit your config file (viper.json), if you feel so inclined.

Your configuration file will be found in %APPDATA%\viper.json on Windows, and inside either ~/.config or through your environment variables ($XDG_CONFIG_HOME) on Linux, the latter has priority.

Contact/Support

To get support either open a GitHub issue.
Or if you must you can contact a developer through the methods below:

Ways to contact the main developer: 0neGal

Frequently Asked Questions (FAQ)

Many of the questions and problems you may have might be able to be answered by reading the FAQ page. So before opening an issue or asking for support please read through it first!

Sidenote

Given that we already have so many Northstar updaters and launchers I urge people to instead of creating new launchers unless there's a very specific reason, just make a pull request on one of the existing, otherwise we'll continue to have new ones.

Relevant xkcd:

Some of the existing launchers are listed below:

  • Viper - A launcher, updater and mod manager with an easy to use GUI
  • ViperSH - A Bourne Shell, CLI only, Northstar updater and mod manager
  • Ronin - a CLI only updater
  • laundmo's updater - another CLI only updater
  • VTOL - an updater and manager for mods, very feature rich

Development

If you wanna edit Viper's code and run it and so on, you can simply do something along the lines of the below:

$ git clone https://github.com/0neGal/viper

$ cd viper

$ npm i

$ npm run start

This'll launch it with the Electron build installed by npm.

Additionally, if you're creating your own fork you easily publish builds and or make builds with either npm run publish or npm run build respectively, the prior requiring a $GH_TOKEN to be set, as it creates the release itself so it needs a token with access to your repo. So you'd do something along the lines of:

$ GH_TOKEN="<your very long, private and wonderful token>" npm run publish

Keep in mind building all Linux builds may take a while on some systems as packaging the tar.gz release can take a while on many CPU's, at least from my testing. All other builds should be done quickly. When using the publish command it also automatically uploads the needed files to deploy auto-updates, keep in mind you'd need to have the repository setting changed to your new fork's location, otherwise it'll fetch from the original.

Credits

Logo: Imply#9781
Viper Background: Uber Panzerhund
Titanfall+Northstar Logo: Aftonstjarma

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].