Hacker News new | ask | show | jobs
by lillecarl 1481 days ago
This is where modding scenes shine, you learn a language because you wanna edit a game. My IT career comes entirely from wanting to run my own private WoW server, the open-source ones were written in C++ so I started with that, might not have been the best first language but at least it was something. Now I work with DevOps.

I did manage to run a server with about 140 peak online simultaneously where the USP was a unique PvP experience with cross-faction battlegrounds (to my knowledge my implementation was the first open source one), respawns in FFA areas and such for classic (1.12.1) WoW.

None of this was ever really "real", but it taught me a fair deal about both computers, programming, running a community and life in general.

The open-source project for running WoW servers I used was "cmangos"(gh).