So i may or may not get into game dev but im thinking of using a fantasy console becasue of lua or maybe godot becasue everyone says to use godot i guess. ive treid running unreal, unity on my low en dpc but they just dont work also there not really open source and open source is cool. i havent really made a game before i usally just copy and paste code from the internet or chatgpt… also id ther eanything else you want to share like what are beginner ideas, how didi you learn, or whatever thing you think of.

im not even sure if i want to get into game dev or not but it seems interesting.

  • Cambionn
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I’ve worked a bit in serious gaming before, as back-end developer. Normally, you choose an engine that suits the needs (and resources) of the game you’re making, and then you’ll still do tons of scripting and possibly changes to the engine. In some cases, you might be forced by circumstances to use a certain engine, then you’ll do even more alteration. In other cases, you might make your own engine, which is the most time consuning and complex but gives the best match with your aspirations for the game. It’s made to measure after all. Either way, without coding it’ll be impossible to make a game.

    Since you have no experience coding, start small. I’ve seen many people with big dreams but little experience starting on a big project thinking their great engine-of-choice will carry them, and it just never works out. Do something simple like Pong to learn, then slowely go more complex each time you made something work. You can follow tutorials, but make sure you understand what you’re doing, don’t blindly copy-paste. Once you understand what you’re doing, switching between (scripting) languages isn’t too hard anymore.

    I don’t know what your aspirations are, but realise that fancy AAA games aren’t something you’ll teach yourself as a hobby project over night. 3D adds a lot of complexity, wanting to be able to make your own shaders and engine changes even more so. Game AI can also get quite complex, depending on how far you want to take it. Big games have a whole team of people specialising at different things for a reason, doing that all alone is hard. But for a hobby project without time limit it can be fun!

    Take it one step at a time and have fun with it. Especially when it’s a hobby, not your job. And remember, liking games and being a game dev are two very different things! I’ve seen a lot of people wanting to become game devs because they like games. And that’s ok, as long as you’re interested in the technical side of it. Because it is quite technical, games are some of the hardest things to program. You’ll be doing a lot of math and stuff. So if you just like playing them, maybe ask yourself if development really what you want to do. But if you like the technical side, have patients and are willing to learn. Go for it! But start small and take it one step at a time.

    It’s hard to give more specific advice really. As with the engine choice, it all depends on whát kinda game you’re making and what your aspirations are.