this post was submitted on 01 Jun 2023
76 points (100.0% liked)
Chat
7534 readers
15 users here now
Relaxed section for discussion and debate that doesn't fit anywhere else. Whether it's advice, how your week is going, a link that's at the back of your mind, or something like that, it can likely go here.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nice! I always wanted to make video games but then I was torn between that and cyber security and ended up doing cyber. Do you know programmers from other industries? Is there a gamedev-specific skillet required or could other programmers adjust?
Yeah, people come from all over. Game dev isn't just "make the game"; there's other things to think about too.
If you're making a multiplayer "live service" title then you have to deal with things like AWS or Azure, and everything that comes with that. Tools engineers write the tools that get used to make a game, and generally those tools have nothing to do with the game itself - they'll be written in Rust or Python or whatever.
Cybersecurity in gaming is a little more niche. The closest thing you have to it are anticheat guys; they're usually "reformed" (or so they claim... I have my doubts ๐) cheat developers. They'll try to hack our own game and tell us what they find, and we adjust to counter their hacking. Of course if a game does in-app payments you have to worry about wallets and such getting hacked, and if it's something like EA where people have their own accounts you gotta handle that too.
And of course - there's nothing that says you have to keep doing the same thing forever. You can always change what you specialize in and enter a new part of the field - or enter a new field entirely. One of our tools engineers was actually a construction worker 10 years ago, believe it or not.