All Projects → Mrmaxmeier → Bombsquad Community Mod Manager

Mrmaxmeier / Bombsquad Community Mod Manager

Licence: unlicense
A Mod Manager for BombSquad

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Bombsquad Community Mod Manager

Arcticfox Config
Configuration Tool for Vape Battery Mods with Arcticfox Firmware. ☁️ 🔧 Works on MacOS and Linux.
Stars: ✭ 58 (-40.82%)
Mutual labels:  mod
Better Blocks Mod
This mod adds more blocks , materials and enemies OH NO
Stars: ✭ 67 (-31.63%)
Mutual labels:  mod
Qmodmanager
Config based patch management for Subnautica and Subnautica: Below Zero
Stars: ✭ 78 (-20.41%)
Mutual labels:  mod
Wizardry
Delve into spell creation and become a wizard
Stars: ✭ 59 (-39.8%)
Mutual labels:  mod
Linkermod
Enhancements for Black Ops' modtools
Stars: ✭ 63 (-35.71%)
Mutual labels:  mod
Flexiblelogin
A Sponge minecraft server plugin for second factor authentication
Stars: ✭ 73 (-25.51%)
Mutual labels:  mod
Icbm 2
Missile mod for minecraft forge
Stars: ✭ 54 (-44.9%)
Mutual labels:  mod
Acex
ACE3 Extra misc modules and components
Stars: ✭ 82 (-16.33%)
Mutual labels:  mod
Rimworldmoddingfiles
[WIP] Will be a collection of empty xml files for modders + Modding Wiki
Stars: ✭ 65 (-33.67%)
Mutual labels:  mod
Minelittlepony
Turns players and mobs into ponies
Stars: ✭ 76 (-22.45%)
Mutual labels:  mod
Ffxiv textools2
WPF Implementation of TexTools
Stars: ✭ 61 (-37.76%)
Mutual labels:  mod
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (-34.69%)
Mutual labels:  mod
Gamesense Client
Minecraft 1.12.2 Utility Mod for Anarchy and Crystal PvP
Stars: ✭ 73 (-25.51%)
Mutual labels:  mod
Opencomputers
Home of the OpenComputers mod for Minecraft.
Stars: ✭ 1,104 (+1026.53%)
Mutual labels:  mod
Buildcraft
BuildCraft
Stars: ✭ 1,218 (+1142.86%)
Mutual labels:  mod
Postman
1.12.2 anarchy client :)
Stars: ✭ 54 (-44.9%)
Mutual labels:  mod
The Midnight
The Midnight: A cold, unforgiving hostile dimension. Originally made for SpookyJam 2018.
Stars: ✭ 68 (-30.61%)
Mutual labels:  mod
Armourers Workshop
Minecraft armour customization mod.
Stars: ✭ 92 (-6.12%)
Mutual labels:  mod
Betterdiscordapp
Better Discord App enhances Discord desktop app with new features.
Stars: ✭ 1,225 (+1150%)
Mutual labels:  mod
Asterisk Cdr Viewer Mod
Simple and fast viewer for Asterisk CDRs and Recordings (Mod)
Stars: ✭ 76 (-22.45%)
Mutual labels:  mod

BombSquad Community Mod Manager

What is it?

This is a mod for the game BombSquad by Eric Froemling that aims to improve the management of community created content for BombSquad.

It's build using the modding api so it can be used on all platforms and should be compatible with all recent versions of BombSquad.

A list of all mods can be viewed here, you can also filter by category (all minigames) or view specific mods (mod manager).

Installation

Put installer.py in your mods folder. This file will download and install the Mod-Manager and its dependencies. You can find your mods folder in Settings > Advanced > Show Mods Folder.

Note:
On Android M or higher you'll need to give BombSquad access to the storage. You can do that by clicking on `Settings > Advanced > Show Mods Folder` or enabling it manually in the system settings.
Platform Path
OS X ~/Library/Containers/net.froemling.bombsquad/Data/Library/Application Support/BombSquad/mods
Android <sdcard>/BombSquad/mods
Windows %appdata%/BombSquad/mods
Linux ~/.bombsquad/mods

One-Liners

OSX
cd ~/Library/Containers/net.froemling.bombsquad/Data/Library/Application\ Support/BombSquad/mods && curl -O https://raw.githubusercontent.com/Mrmaxmeier/BombSquad-Community-Mod-Manager/master/utils/installer.py
Linux (wget)
wget -P ~/.bombsquad/mods https://raw.githubusercontent.com/Mrmaxmeier/BombSquad-Community-Mod-Manager/master/utils/installer.py
Linux (curl)
cd ~/.bombsquad/mods && curl -O https://raw.githubusercontent.com/Mrmaxmeier/BombSquad-Community-Mod-Manager/master/utils/installer.py
Windows (PowerShell)
wget https://raw.githubusercontent.com/Mrmaxmeier/BombSquad-ModManager-and-Mods/master/utils/installer.py -OutFile $env:APPDATA/BombSquad/mods/installer.py

Usage

After restarting BombSquad there should be a new button in the settings window. Settings Window Upon clicking this button a new window pops up. ModManager Window You can download, install or delete mods here.

Tabs

The mods are grouped in three categories:
Minigames Installing these will add games to the game select screen.
Utilities These are mods that add UI elements or other non game related things
Libraries These are mods that can be used as libraries by other mods.

You can also view all mods using the 'all' tab.

Settings

There is a settings button in the mod manager window.
Setting More infos
Branch A List of all available branches can be found here
Auto check for updates This will check for updates while BombSquad is starting
Auto-update old mods This will update mods with versions that are known to be old. <br >Mods you are developing won't get updated by this.

Contributing

Want to contribute? Great!

  1. Fork it
  2. Create a new file in the mods folder
  3. Add a json file with additional infos (optional)
  4. Open a Pull Request
  5. Profit

License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>
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].