Last updated | 3 hours ago |
Total downloads | 1 |
Total rating | 0 |
Categories | Modpacks |
Dependency string | cosmokiwi-kiwiblossom-1.1.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100Evaisa-HookGenPatcher
Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.
Preferred version: 0.0.5Thorlar-HealthStation
Will heal the player to max health when using the charger station to charge an item.
Preferred version: 1.0.1RickArg-Helmet_Cameras
For monitoring first person cameras on player's helmets. For best "Camera Man" experience.
Preferred version: 2.1.5TheBeeTeam-PersistentPurchases
Cosmetic items stick behind even after being fired
Preferred version: 1.2.0Lordfirespeed-OdinSerializer
Fast, robust, powerful and extendible .NET serializer built for Unity
Preferred version: 2022.11.9tinyhoot-ShipLoot
Reliably shows the total value of all scrap in your ship.
Preferred version: 1.1.0RugbugRedfern-Skinwalkers
The monsters have learned how to mimic the voices of your friends.
Preferred version: 5.0.0MegaPiggy-BuyableShotgun
Adds shotguns to the store for 700 credits (Configurable)
Preferred version: 1.3.0MegaPiggy-BuyableShotgunShells
Adds shotgun shells to the store for 20 credits (Configurable)
Preferred version: 1.3.0x753-Mimics
Adds a dangerous new monster to the game. Can you figure out what's real or will you be devoured?
Preferred version: 2.6.4anormaltwig-LateCompany
A mod to allow players to join after the game starts.
Preferred version: 1.0.18FlipMods-ReservedFlashlightSlot
Gives a dedicated Flashlight slot on the right side of your screen that can optionally be purchased! Can be toggled with [F] to activate the Flashlight at anytime.
Preferred version: 2.0.8EliteMasterEric-Coroner
Add Cause of Death to the performance report, now with a Mod API!
Preferred version: 2.2.0ShaosilGaming-GeneralImprovements
Fixes many bugs and adds many QoL improvements and optional tweaks. Very configurable.
Preferred version: 1.4.4theloobmods-EternalSuitsX
Adds more EternalX related suits to your initial closet at the start of the game! Great for organizing larger crews! (source code is also in desc) thanks to Mr.Man and AlexCodesGames. EternalX is a under know youtuber so give him suport
Preferred version: 1.0.6notnotnotswipez-MoreCompany
A stable lobby player count expansion mod. With cosmetics!
Preferred version: 1.11.0x753-More_Suits
Adds more suits to choose from, and can be used as a library to load your own suits!
Preferred version: 1.4.5Evaisa-LethalThings
Adds 11 scrap, 6 store items, 1 enemy, 4 decor, 1 map hazard, and 1 game mechanic.
Preferred version: 0.10.7FlipMods-BetterStamina
Tweaks stamina regen/consumption, as well as lessens the penalty of speed/stamina based on weight. Config values are fully customizable for stamina, movement speed, ladder climbing speed, jumping, etc, and will sync with the host.
Preferred version: 1.5.5FlipMods-ReservedItemSlotCore
The core mod for all ReservedItemSlot mods. Adds functionality for all ReservedItemSlot mods and adds API functions!
Preferred version: 2.0.40fumiko-CullFactory
Stops rendering interior rooms that aren't visible - Helps with performance without affecting visuals.
Preferred version: 1.7.0README
github-download
github-download
downloads commit comments and select issues metadata, saving the raw JSON and writing summary .csv
files.
Installing
Download the .jar
file here. It includes all dependencies. You must have the Java Runtime Environment version 7 or above.
Usage
github-download
can be run from the command line. It has three required flags:
-repo
. The full repository name, e.g., PovertyAction/github-download
.
-to
. The directory in which to save the metadata. It will be created if it does not exist already.
-token
. The name of a text file that contains solely a GitHub OAuth token. GitHub will supply you a token, which is a single string. You must copy it to a text file, then specify the name of that file to -token
.
All together:
java -jar github-download.jar -repo PovertyAction/github-download -token token.txt -to metadata
If the name of the .jar
file is not github-download.jar
, use the actual filename in the command above, or rename the file as github-download.jar
. If the file is not in the current working directory, you will have to specify its path.
Next, specify the metadata to download:
-issues
. Download select issues metadata.
-cc
. Download commit comments, including in-line notes.
To download all supported metadata:
java -jar github-download.jar -repo PovertyAction/github-download -token token.txt -to metadata -issues -cc
You may see the following warning message, which is safe to ignore:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.