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
| #!/usr/bin/env bash | |
| set -Eeuo pipefail | |
| # LANChamp - Generic CS2 LAN Server Golden VM Installer | |
| # Fresh Ubuntu Server amd64 -> SteamCMD -> CS2 -> Metamod -> CounterStrikeSharp -> MatchZy. | |
| # The base image stays generic. MatchZy controls per-match team names. | |
| # Run with: sudo bash ./lanchamp-cs2-server-setup.sh | |
| if [[ $EUID -ne 0 ]]; then | |
| echo "Run with sudo: sudo bash $0" |
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
| # FuzzyHat | |
| CSGO-AMy4O-H4GF4-dGJxx-2qwUW-nHL9P | |
| # GUNK | |
| CSGO-m6J3O-a9s2T-a25qJ-HFtiD-zPFuA | |
| # Kiwi | |
| CSGO-LOE9R-QjQen-iUPff-PimEr-ADL9P | |
| # FreeDotWilly |
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
| # Windows | |
| Mouse Pointer Speed: 10 | |
| # NVIDIA Control Pannel | |
| Brightness: 50% | |
| Contrast: 50% | |
| Gamma: +1.00 | |
| Digital Vibrance: 50% | |
| Hue: 0 |
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
| // General | |
| sv_cheats 1 | |
| mirv_cvar_unhide_all | |
| // Crosshair | |
| cl_crosshairstyle 4 | |
| cl_crosshair_drawoutline 0 | |
| cl_crosshairdot 0 | |
| cl_crosshairsize 4.5 | |
| cl_crosshairgap -1 |
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
| alias "+jumpaction" "+jump;" | |
| alias "+throwaction" "-attack; -attack2" | |
| alias "-jumpaction" "-jump" | |
| bind mouse5 "+jumpaction;+throwaction;" | |
| bind "z" "buy flashbang; slot7" | |
| bind "x" "buy smokegrenade; slot8" | |
| bind "c" "buy hegrenade; slot6" | |
| bind "v" "buy molotov; buy incgrenade; slot10" | |
| rate 1000000 |
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
| def write_batch_file(file_name, headers, part, lines): | |
| with open(str(file_name) + "-part-" + str(part) + ".csv", "w", newline="") as batch_file: | |
| batch_file.write(headers) | |
| batch_file.writelines(lines) | |
| def process_csv(csv_path, batch_size): | |
| with open(csv_path, newline="") as csv_file: | |
| file_name = str(csv_file.name).replace(".csv", "") | |
| headers = csv_file.readline() | |
| count = 0 |
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
| <m-frame | |
| src="https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/19000385" | |
| sx="2" | |
| sy="3" | |
| rx="-45" | |
| ry="45" | |
| ></m-frame> |
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
| <m-model x="-2" collide="true" src="https://iolson-development.s3.amazonaws.com/QmZH8C1b2pKJQig6NUpQwMSd5F538YaXnb8HMWCJuDTPSD.obj" z="-2" y="1.2" sx="0.5" sy="0.5" sz="0.5"></m-model> |
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
| <m-video | |
| src="https://maroon-governing-sturgeon-156.mypinata.cloud/ipfs/QmZYY8WiEGszsge9yw1GNBJRdipdUix1CPJ1kiBEXfcWqa" | |
| y="6" | |
| z="-1" | |
| width="15" | |
| start-time="0" | |
| loop="true" | |
| > |
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
| <m-model x="-2" collide="true" src="https://iolson-development.s3.amazonaws.com/QmZH8C1b2pKJQig6NUpQwMSd5F538YaXnb8HMWCJuDTPSD.glb" z="-2" y="1.2" sx="0.5" sy="0.5" sz="0.5"></m-model> |
NewerOlder