Feral Heart

Help & Guidance => Game Help => Topic started by: bunnylions on November 20, 2018, 12:47:40 am

Title: Porting the studio from BATIM into FH?
Post by: bunnylions on November 20, 2018, 12:47:40 am
Is it possible to port a map from Unity into FH? The idea came to mind thinking about FH characters roaming Joey Drew Studios. I've seen FH ported to Unity, but is the reverse possible? Is the converse of the theorem also true? Can it be ported?
Title: Re: Porting the studio from BATIM into FH?
Post by: Warriorstrike on November 21, 2018, 02:15:58 am
Moving this topic over to the "Game Help" board, as I believe your question is surrounding the idea if what you're proposing is possible in the game, as opposed to just a map concept discussion. c:
Title: Re: Porting the studio from BATIM into FH?
Post by: Lucius on November 21, 2018, 02:41:45 am
No idea what BATIM is, and it's been a while since I've used Unity, but from what I remember, there were a couple OBJ and FBX exporters in the asset store, along with Unity's heightmap exporter.

Here's two of them:
Scene OBJ Exporter (https://assetstore.unity.com/packages/tools/utilities/scene-obj-exporter-22250)
FBX Exporter (https://assetstore.unity.com/packages/essentials/fbx-exporter-101408)

As for the terrain, it depends on whether you want it as a mesh or just a heightmap. If I remember correctly, you could export terrain heightmaps from Unity, the only problem was that they were in the .RAW format. I believe RawTherapee (http://www.rawtherapee.com/) can convert them directly into .PNG images.

If you want the mesh, then you'll have to plug in a script yourself, but the wiki has instructions on how to do that, take a look here: TerrainObjExporter (http://wiki.unity3d.com/index.php?title=TerrainObjExporter).
Title: Re: Porting the studio from BATIM into FH?
Post by: Melon on November 21, 2018, 08:56:45 am
No idea what BATIM is, and it's been a while since I've used Unity, but from what I remember, there were a couple OBJ and FBX exporters in the asset store, along with Unity's heightmap exporter.

Here's two of them:
Scene OBJ Exporter (https://assetstore.unity.com/packages/tools/utilities/scene-obj-exporter-22250)
FBX Exporter (https://assetstore.unity.com/packages/essentials/fbx-exporter-101408)

As for the terrain, it depends on whether you want it as a mesh or just a heightmap. If I remember correctly, you could export terrain heightmaps from Unity, the only problem was that they were in the .RAW format. I believe RawTherapee (http://www.rawtherapee.com/) can convert them directly into .PNG images.

If you want the mesh, then you'll have to plug in a script yourself, but the wiki has instructions on how to do that, take a look here: TerrainObjExporter (http://wiki.unity3d.com/index.php?title=TerrainObjExporter).


BATIM is short for Bendy And The Ink Machine, which was popular a while back.