Skip to content

Instantly share code, notes, and snippets.

View maxsupermanhd's full-sized avatar
🧙
this is not gonna work

Maxim Zhuchkov maxsupermanhd

🧙
this is not gonna work
View GitHub Profile
@maxsupermanhd
maxsupermanhd / wzBalanceDiff
Created June 22, 2023 21:58
Script to diff all files from 2 folders and make a changelist
#!/bin/bash
if [ $# -lt 2 ]; then
echo "Usage: $0 <compare from> <compare to>"
exit
fi
CFROM=$1
CTO=$2
@maxsupermanhd
maxsupermanhd / WZpatch1.md
Last active February 11, 2021 21:02
Warzone 2100 3.4.1 patch
  • Added next factory/lab/vtlfactory hotkeys (src/keybind.cpp src/keybind.h src/keymap.h src/selection.cpp src/selection.h)
  • Added elo text shower (src/multiint.cpp 192 4381-4383 src/multistat.h src/multistat.cpp 47-49 165-195)
  • Added force start game via #forcestart and limits printing via #showlimits room chat command (src/multiint.cpp)
  • Fix warnings of size (src/multijoin.cpp src/multimenu.cpp src/multiplay.cpp 266 1765 src/order.cpp src/qtscriptfuncs.cpp src/scores.cpp
  • Chat logging including hash and ip (src/multiplay.cpp)

Appy to c74244a (tag 3.4.1)