Skip to content

Instantly share code, notes, and snippets.

@chemputer
chemputer / pveamall.sh
Last active November 2, 2021 21:35
Bulk Proxmox Container Template Download "pveam download all"
#!/bin/bash
#
# Title: pveam download all - pveamall.sh
# Description: Automates downloading all of the available container images via the Proxmox tool pveam, with options for selectivity for certain categories.
# Author: Chemputer
# Date: Nov 2nd, 2021
#
# simply put the name of the storage, like local, or whatever you named it.
@chemputer
chemputer / Steam_Summer_Sale_2022_Cheat.js
Last active July 5, 2022 21:41
Steam Store - Cheat Summar Sale 2022 Badge (originally by Revadike)
/* eslint-env browser */
/* global g_sessionID jQuery */
/* HOW TO USE:
1. Open Console tab of your browser's DevTools.
Chrome: CTRL+SHIFT+J
Firefox: CTRL+SHIFT+K
2. Copy-paste this entire script.
3. Press ENTER and wait.
It should claim all 10 badges and then the final reward.
@chemputer
chemputer / README.md
Last active February 19, 2023 18:06
WTRTI Indicator Scripts

WTRTI User Made Custom Indicator LUA Scripts

WTRTI (War Thunder Real Time Information) is a helper program created by GitHub User MeSoftHorny, available on the project's GitHub page here. With it, you can add custom indicators in addition to the built in ones, either by adding existing but not implemented State variables, or by using a LUA script to do math on any number of State indicators to return a customized indicator.

For example, I regularly use SEP (Specific Excess Power, essentially how many m/s of power the engine is producing that can be used to either increase the speed of the plane or climb with.) and the Climb rate (labeled as the State Vy), to help determine an optimal climb rate, so that I can get to speed then climb at the max speed possible without losing speed by keeping Vy below SEP. To assist me in this, I created a custom indicator I called Excess Power, shortened to XSPWR using a lua script included in this.

@chemputer
chemputer / README.md
Created May 25, 2023 15:59
A Powershell and Python3 script that creates PNG files for all of the maps in the game, and creates a ZIP file full of them.

Make PNG files of all the maps in the game as well as a ZIP file of all the maps

Setup Guide

Make sure that Python 3 is installed (I used 3.11, ymmv) and make sure to install Pillow via python3 -m pip install pillow Change the $root variable in the powershell file to the folder immediately above where your installation of World of Warships is. Make sure that wowsunpack.exe is in the World of Warships folder. You may already have it, but if not, it is available here. Here is a page about it and the GUI tool created for it: https://forum.worldofwarships.eu/topic/113847-all-wows-unpack-tool-unpack-game-client-resources/