this post was submitted on 11 Jan 2025
43 points (100.0% liked)
chapotraphouse
13640 readers
726 users here now
Banned? DM Wmill to appeal.
No anti-nautilism posts. See: Eco-fascism Primer
Slop posts go in c/slop. Don't post low-hanging fruit here.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
IMHO, you should just ditch trying to get into game development and focus on modding instead. This is your second attempt at game development, and it's time to shift gears and change tactics. Pick a game with an extremely active modding scene like Skyrim or Minecraft. An active modding scene means there's going to be so many tutorials floating around and people who can help you. There's also existing mods that you could straight up just copypaste into your mod. Your first mod is almost certainly going to be a compilation of multiple preexisting mods. This is okay. First, it takes a degree of technical skill to get 50+ mods to all work together. Second, a lot of coding, especially when you're just learning, boils down to going to stackoverflow and copypasting snippets of code. By copypasting existing mods together, you're functioning doing the same as copypasting snippets of code from stackoverflow, but you at least don't have to waste time doing boring shit like learning how to code a menu. The time to get into "real" game development starts when you have a clear vision of what you want, but your cool mod is already pushing the game engine to its very limits and you need to find a new engine that's more customizable (through coding) so the actual product lines up with your vision.