|
|
|
|
Reply From: |
jv110 |
You’re being way too ambitious. First dedicate yourself to learning how to use the engine, and how to make games in general. To give you an idea, I’m pretty much an expert at this, and it still takes a few yottagrams of work to do something good. Often because Godot is a pain to work with (Unity is easier, but I’d have to pay if I get a ton of money), but mostly because it’s just a really complex thing. You have to actually design the game, you know. Design gameplay, design levels, design and draw characters (maybe you got that covered?), code, write a lot of music, write a good story. Also remember you’re talking about an adventure that lasts tens of hours.
More importantly, here’s a tip. Your first idea is always the worst one. You want to do a Stick of Truth clone; is that all? Why would anyone buy it if it’s just a clone? Does it have anything special? But note that “Stick of Truth but with X feature!” isn’t very attractive either. Why don’t you come up with an original idea? And start with a smaller game! Like, a really, really small game. If you’re totally inexperienced with making games, an enormous game like that is way out of the question.
I second that.
SIsilicon | 2018-05-06 02:39
Just a general question but how is godot harder to work with than unity? The thought of it being easier/simpler is the reason i picked it… Also I’ve basiccally got the full game in my head and only way it’s going to be Stick of Truth clone is the way my game’s going to look (not talking about art style but more the perspective i guess that you see your character move in the world also it’s probably not going to look that animated and it’s going to be way wayy more violent/bloody maybe even gruesome). Either way thanks for the answer
Godot is neither easier nor harder than unity it depends on the person using it. And next time, maybe you should break up a question like this to a couple smaller ones. Because something like this is too broad.
SIsilicon | 2018-05-06 17:55
I certainly prefer Godot’s structure with nodes and scenes and such, but the 3D API… It’s just often really difficult to do anything because the API is so bad, and the documentation is dreadful! Barely any tutorials either! Unity’s API, docs and community for 3D are outstanding, on the other hand. It’s not really dependant on the person, but what they’re using it for; most people use 2D, and I totally agree, Godot is great for that (though not so much for high/dynamic resolution 2D). But my game is 3D. If your game is 2D, I’d recommend it more. On the topic of your game, have you gotten it all planned out? Note that you’ll also have to fill it with random quests that have nothing to do with the main story if you want any decent length. Prepare yourself! A game that big will probably take years to make. A shorter one will take less time, but still years. The journey you have chosen is a definitive, long term one. (also, you might not want to make it so violent…)
@3D API
Eh. You’ll get used to it. I honestly think I got the hang of it. It’s like 2D but with an extra dimension. And shadows. And 3D meshes w/ skeletons. And a different unit of measure. A-And reflections. And Global Illumination. And…
checks list…
I’ll be here all night.
SIsilicon | 2018-05-08 01:09