- Install Tampermonkey (Chrome) or Greasemonkey (Firefox).
- Install
https://github.com/Pawsed/SteamMonsterAutoUpgradeManager/raw/master/upgrademanager.user.js
as a user script. This is fancy. It auto-upgrades your stuff to whatever strat we're using at the time. - Install
https://raw.githubusercontent.com/wchill/steamSummerMinigame/master/autoPlay.user.js
as a user script. There is also one floating around from SteamDB, that, at this time of writing, is kinda broken. If chat says SteamDB is not broken, feel free to use it. It has fancy auto-upgrades, so you don't need the first script if you choose it. Right now it's totally broken though. - Find a room and join. You can only join games from the lobby. In Chrome, hit F12 to open the console, and type ```JoinGame(r
This file has been truncated, but you can view the full file.
This file contains 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
using Microsoft.Xna.Framework; | |
using System; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.Threading; | |
using Terraria.DataStructures; | |
using Terraria.Enums; | |
using Terraria.GameContent.Achievements; | |
using Terraria.GameContent.Biomes; | |
using Terraria.GameContent.Events; |
This file has been truncated, but you can view the full file.
This file contains 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
using Microsoft.Xna.Framework; | |
using Microsoft.Xna.Framework.Input; | |
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Security.Cryptography; | |
using System.Text; | |
using Terraria.DataStructures; | |
using Terraria.GameContent; | |
using Terraria.GameContent.Achievements; |
This file contains 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
Focus? | |
nicatrontg [12:24 AM] | |
So since there are so few of us here | |
nicatrontg [12:24 AM] | |
any consensus on doing a weekly news feature? (edited) | |
nicatrontg [12:24 AM] | |
maybe a news post every week with “funny quotes from slack,” development notes, etc? |
To commit in the past...you need to be creative and get a repo where you can commit to.
$ export GIT_AUTHOR_DATE="Sat, 28 Mar 2015 22:00:00 -0700"
$ export GIT_COMMIT_DATE="Sat, 28 Mar 2015 22:00:00 -0700"
$ git commit -m "commit in the past"
Save those github streaks when you're off by only a few minutes.
This file contains 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
Mono: Config attempting to parse: '/usr/local/Cellar/mono/3.12.0/lib/../etc/mono/config'. | |
Mono: Config attempting to parse: '/Users/shank/.mono/config'. | |
Mono: Assembly Loader probing location: '/usr/local/Cellar/mono/3.12.0/lib/mono/4.5/mscorlib.dll'. | |
Mono: Image addref mscorlib[0x7fc903417c60] -> /usr/local/Cellar/mono/3.12.0/lib/mono/4.5/mscorlib.dll[0x7fc904040400]: 2 | |
Mono: Assembly Loader probing location: '/usr/local/Cellar/mono/3.12.0/lib/mono/4.5/mscorlib.dll'. | |
Mono: AOT: loaded AOT Module for /usr/local/Cellar/mono/3.12.0/lib/mono/4.5/mscorlib.dll. | |
Mono: Assembly Loader loaded assembly from location: '/usr/local/Cellar/mono/3.12.0/lib/mono/4.5/mscorlib.dll'. | |
Mono: Config attempting to parse: '/usr/local/Cellar/mono/3.12.0/lib/mono/4.5/mscorlib.dll.config'. | |
Mono: Config attempting to parse: '/usr/local/Cellar/mono/3.12.0/lib/../etc/mono/assemblies/mscorlib/mscorlib.config'. |
This file contains 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
if (first < second && third > second || third < second && first > second) | |
middle = second; | |
if (third < first && second > first || second < first && third > first) | |
middle = first; | |
if (second < third && first > third || first < third && second > third) | |
middle = third; |
This file contains 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
soccerkidguy | |
darkphantom66 | |
Sdc97 | |
nicatronTg | |
_Smoopy_ | |
samrg472 | |
towerladder | |
varagoth | |
LegomanTyler | |
WulfyStylez |
I hereby claim:
- I am nicatronTg on github.
- I am xn (https://keybase.io/xn) on keybase.
- I have a public key whose fingerprint is DBBC 74A2 4E03 47B3 0602 B456 83A5 8D80 0459 0319
To claim this, I am signing this object:
This file contains 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
8:25:23 AM → Shockah joined ⇐ Diablodoc quit | |
9:18:47 AM <Shockah> geh, nicatronTg | |
9:18:51 AM <Shockah> seriously | |
9:18:58 AM <Shockah> i already said we can't do that with the server source | |
9:18:59 AM <~nicatronTg> Morning Shockah | |
9:19:04 AM <~nicatronTg> How? | |
9:19:08 AM <Shockah> but i guess you were afk | |
9:19:13 AM <Shockah> like 4 hours ago | |
9:19:27 AM <~nicatronTg> Shockah: unless you highlight someone in irc, they won't see your messages | |
9:19:28 AM <Shockah> the thing is, we DON'T HAVE AN ACTUAL SERVER. |