This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# betlog - 2024-12-01--15-24-38 | |
# | |
# NOTE: valheim specific: consense all of the useless crap and eval $0 sorcery in: | |
# denikson-BepInExPack_Valheim-5.4.2202/start_game_bepinex.sh | |
# and | |
# BepInEx_unix_5.4.22.0/run_bepinex.sh | |
# and instead just export the bep exports, forcibly enable native linux graphics acceleration, maybe manipulate the argument string, and run %command% | |
# Explicitly avoid just shuffling $1 etc and using shift. | |
# Seems more useful to target & remove particular strings and pass commands/arguments entered before AND after %command% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Pocket Stacker": | |
description: "Pocket-Stacker Pouch.\n\nCompress more stuff into less chest storage slots\nUpgrades to 8x4 slots" | |
size: 6x3 | |
unique: none | |
appearance: | |
BackpackBody: 0022FF | |
BackpackFlap: 0066FF | |
BackpackStrapBottom: 2288FF | |
BackpackStrapTop: hidden | |
PouchLeft: hidden |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------- | |
# betlog - 2025-04-30--08-54-09 | |
# licence: public domain | |
# | |
# Easily distinguishable, different colored packs. For juggling inventory and mass-transporting ore and stuff. Upgrades add slots. | |
# Intended to be used with: (org.bepinex.plugins.backpacks.cfg) | |
# Backpacks in Backpacks = NotAllowed | |
# Backpacks in Chests = On | |
# Unique Backpack = None | |
# --------------------------------- |
OlderNewer