View Single Post
Old 05-07-15, 06:24 PM   #25
nopoe
Swabbie
 
Join Date: Sep 2014
Posts: 12
Downloads: 2
Uploads: 0
Default

I've been hammered by school for a while now, but I'm looking at putting some time into this again. USML has been under active development this whole time and they had a 1.0 release. My priorities have changed a bit since I last worked on this though. Frankly, UE4's 2d rendering is really awful, and getting it to play nice with NetCDF and USML was really hard and I'm not sure it even worked (can't remember). UE4 would give us really nice 3d rendering, but I'm wondering if that even matters that much if the 2d rendering is terible and the interface is clunky. We were also having lots of issues with the size of the world since UE4's physics engine was designed for small worlds and small players. My current plan is to abandon UE4 and build something around USML and SFML. The major tradeoff here is that I abandon all physics and networking code that I got with UE4 for free. At first glance that sounds like a huge tradeoff, but honestly I think those two will be way easier than they might sound (and sounded to me when I started this project). Networking won't need any client-side prediction or latency compensation and physics can be "you touch something you die" with everything modeled as a capsule at first. Eventually I'm hoping for something a little better.

So what are the benefits of ditching Unreal? There are a few. Most of them boil down to "UE4 wasn't meant for naval simulations". The physics engine can't handle large worlds, or the curvature of the earth. 2d rendering is lacking, etc. Bottom line is that I don't think it can do everything I'd like. So the vision now is a multiplayer sub/ship sim with high-fidelity acoustics, an arbitrary number of players per vessel and an unlimited world size. USML does all its math in spherical coordinates, so might as well cash in on that and ditch the concept of a fixed battlefield size. I think it would be neat to let people work together to control areas of an ocean or stage large battles.

Also to be clear, this is the biggest project I've ever attempted (though not by too much) and there's a very good chance it won't be finished. It'll depend a lot on work and school schedules, as well as motivation. Hopefully I'll have something neat to show everybody by the end of this summer.
nopoe is offline   Reply With Quote