2d game on openmw engine

General discussion regarding the OpenMW project.
For technical support, please use the Support subforum.
Post Reply
User avatar
sandstranger
Posts: 438
Joined: 19 May 2014, 19:53
Location: Oblivion

2d game on openmw engine

Post by sandstranger »

d
Last edited by sandstranger on 18 Jan 2018, 16:08, edited 1 time in total.
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: 2d game on openmw engine

Post by psi29a »

The question is more like why?

You can probably do a top-down view and make a Dragon Warrior style game.
User avatar
sandstranger
Posts: 438
Joined: 19 May 2014, 19:53
Location: Oblivion

Re: 2d game on openmw engine

Post by sandstranger »

d
Last edited by sandstranger on 18 Jan 2018, 16:08, edited 1 time in total.
SquireNed
Posts: 403
Joined: 21 Dec 2013, 22:18

Re: 2d game on openmw engine

Post by SquireNed »

OpenMW is sort of suited for making 3d RPG's, just due to its nature. While you could probably set up a 2d game, it'd require more effort than it would in Unity, which has a convenient switch for that. AFAIK, OpenMW doesn't support 2d physics, which means you could have 2.5d or 3d with fake 2d via rendering, but it'd be a little difficult to do full 2d without creating a dedicated pipeline for it.
User avatar
SGMonkey
Posts: 53
Joined: 07 May 2012, 01:16

Re: 2d game on openmw engine

Post by SGMonkey »

OpenMW isn't an engine.

OpenMW uses Ogre3d graphics engine, and at some point in the future Open Scene Graph.
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: 2d game on openmw engine

Post by sirherrbatka »

It is a game engine, using ogre as rendering engine. And don't even try to call osg a game engine.
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: 2d game on openmw engine

Post by psi29a »

Depends on what you want to define as an engine.

OpenMW is every bit a game engine as the modified Gamebryo that was used for Morrowind. In that context, you could say that OpenMW is OpenGamebryo, but that isn't the point of this project.

Ogre3D is a rendering engine. Says so on the webpage.
OSG is a rendering engine. They call it a rendering toolkit.

Both still require you to add OpenAl, Bullet, and other libs to make a full game engine.

Each one does more than the other in different contexts, but they are _not_ game engines.
User avatar
sjek
Posts: 442
Joined: 22 Nov 2014, 10:51

Re: 2d game on openmw engine

Post by sjek »

ogre's more like a turbocharger in corvette or BMW

for sideways runner would imagine that taking vertex data from land to collision could do it. all out rampage enemies with fight to 100 and traps with activate and getdistance. same could be used to make tower defence. edit: cast maybe better.

getcollidingpc is another one. camera and skills would have to be hardcoded now but otherwise maybe.

rendering single patch of land with landscape engine... dunno technically
User avatar
Sslaxx
Posts: 233
Joined: 12 Aug 2011, 18:59
Location: Malvern, UK
Contact:

Re: 2d game on openmw engine

Post by Sslaxx »

This makes me think of things that I would like to see done with OpenMW, like a first-person party blobber RPG ala Wiz 8.
User avatar
wareya
Posts: 338
Joined: 09 May 2015, 13:07

Re: 2d game on openmw engine

Post by wareya »

A game engine provides a way to tie game logic to things like input, output, physics, AI, etc. A game engine can also happen to implement various non-game-logic things itself.

All else is "toolkits" or "libraries". An engine is the basis of the software as defined by the domain of the software.

Anyway, thinking of a 2d game with OpenMW is really funny.
Post Reply