Skip to content

Instantly share code, notes, and snippets.

@BETLOG
BETLOG / bepinex-valheim.sh
Created December 1, 2024 05:54
gumby tool to test steam %command% string > bepinex > valheim
#!/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%
@BETLOG
BETLOG / BackpacksBetPacks.yml
Last active April 29, 2025 22:48
item specific BackpacksBetPacks.yml for valheim mod: smoothbrain-backpacks
"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
@BETLOG
BETLOG / BackpacksBetPacks.yml
Created April 29, 2025 22:57
item agnostic BackpacksBetPacks.yml for valheim mod: smoothbrain-backpacks
# ---------------------------------
# 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
# ---------------------------------