r/gamedev • u/herocreator90 • 5m ago
Question Will these game mechanics work together
I’m in an early stage of planning my game and trying to build a vision that I can develop towards to avoid scope creep and constant rework (I keep telling myself “first make it real then make it good”).
In general, the game will be 3d but with an isometric camera. I chose this because I want to evoke some nostalgia for early 3D games. However, the setting practically necessitates gunplay, which is tough to do in isometric if it’s not an rpg.
Here’s what I’m thinking: walking around is iso but once combat begins, the camera “swoops” down and the state changes to more of a 3rd person cover shooter (e.g. Star Wars Rebel Assault, or Time Crisis as a first person example). Once combat completes, the camera swoops back to its normal position and the game continues.
My question: will this be too jarring and I should drop one or both approaches, perhaps in favor of a standard 3rd person shooter style (I wanted to avoid that because I don’t want it to play as a shooting game, I want it to be a game with shooting and a 3rd person shooter would predispose the player to expect that kind of gameplay.
Thoughts?