Free-licensed game in OpenMW engine?

Questions specific to OpenMW-CS can be asked, and content development related topics can be discussed here
User avatar
Thunderforge
Posts: 503
Joined: 06 Jun 2017, 05:57

Re: Free-licensed game in OpenMW engine?

Post by Thunderforge »

If we're arguing the pros and cons of capitalism and copyright systems, rather than free-licensed games in the OpenMW engine, maybe this should be moved to Off-Topic?
mattwla
Posts: 59
Joined: 17 Jul 2017, 14:45

Re: Free-licensed game in OpenMW engine?

Post by mattwla »

I'm actually working on a libre OpenMW game called Greylock. Post apocalyptic sci-fi inspired by Morrowind and Deus Ex.

I'll show it off later this week! Been working on it since about September 2017, have my second pre-alpha demo coming out soon (self-imposed deadline end of this month). Will post more info later.
User avatar
drummyfish
Posts: 154
Joined: 22 Oct 2017, 10:13
Contact:

Re: Free-licensed game in OpenMW engine?

Post by drummyfish »

mattwla wrote: 21 Jun 2018, 14:18 I'm actually working on a libre OpenMW game called Greylock. Post apocalyptic sci-fi inspired by Morrowind and Deus Ex.
Wow, can't wait to see it :) Please share it as soon as you can, a lot of people will want to help out, me including.
mattwla
Posts: 59
Joined: 17 Jul 2017, 14:45

Re: Free-licensed game in OpenMW engine?

Post by mattwla »

Thanks!

It isn't much visually yet but here are a few screens. https://imgur.com/a/3CXbL0u

Next week I'm hoping to release a build with 1 short quest, and some basic systems to play with (throwable explosives, basic AI system, climbing system, fire system). I've got all that working now, just need some final finishing touches and need to package up a redist version.
User avatar
drummyfish
Posts: 154
Joined: 22 Oct 2017, 10:13
Contact:

Re: Free-licensed game in OpenMW engine?

Post by drummyfish »

mattwla wrote: 23 Jun 2018, 16:14 It isn't much visually yet but here are a few screens. https://imgur.com/a/3CXbL0u
Thank you! It's definitely something to start with - all of these assets will have to be replaced with free ones anyway. I could help with looking them up and editing them. I have some personal collections of models at opengameart and BlendSwap. You could also use models from other libre games, such as 0 A.D. - there are tons of awesome models (kinda low poly because it's a strategy game, but probably still better quality than vanilla Morrowind).
User avatar
drummyfish
Posts: 154
Joined: 22 Oct 2017, 10:13
Contact:

Re: Free-licensed game in OpenMW engine?

Post by drummyfish »

Okay, look, here I shot a few models from 0 A.D.:

Image

There's hundreds of them and they're all CC-BY-SA, all animated and stuff. Now I really think someone should put OpenMW and 0 A.D. together :)
mattwla
Posts: 59
Joined: 17 Jul 2017, 14:45

Re: Free-licensed game in OpenMW engine?

Post by mattwla »

Drummy,

They're animated? In a way that would be straight-forward to add to OpenMW? I've been wanting to add a deer to Greylock and I see one in that pic!
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Free-licensed game in OpenMW engine?

Post by psi29a »

Honestly.. I would love to 0AD... OpenMW edition. ;) Using their assets to build worlds.

For all statics, you can convert these to osgt or osgb, but for animated assets... you'll have to somehow convert them into NIF (with KFs).

update: found this...
http://www.gamesas.com/havok-animation- ... 21466.html

looks like we can convert between havok animations (used in Skyrim and beyond) and NIF KFs. This could prove useful until OpenMW supports havok animations natively.

There is also this, converting havok to dae: https://code.google.com/archive/p/hkx2dae/

At least until we support dae (collada) natively ;)
User avatar
drummyfish
Posts: 154
Joined: 22 Oct 2017, 10:13
Contact:

Re: Free-licensed game in OpenMW engine?

Post by drummyfish »

Thanks for the resources psi :) I was just about to say that OpenMW is unlikely to support the animation format and some manual conversions and polishes would have to be done... but still much better than starting from scratch. Having all the animation data even in not-directly-compatible format is a huge advantage. In the process the models could be upgraded a bit, e.g. crunch with Blender subdivision modifier to increase the poly count and smoothness, to get at least to Oblivion level of quality :)
User avatar
AnyOldName3
Posts: 2668
Joined: 26 Nov 2015, 03:25

Re: Free-licensed game in OpenMW engine?

Post by AnyOldName3 »

For super-low-poly stuff like some of the meshes here, normal Catmull-Clark subdivision might make things look worse. As they are, every vertex is in a specifically chosen position to contribute as much information to the silhouette of an object as possible, but there's a big risk that subsurf alone will just make things look like slightly rounded blobs unless someone manually does some further sculpting. That will probably mean repainting the vertex weights, too. I'd use everything as-is unless I knew I'd have time to rework them properly.
Post Reply