[Dev Question]Is it ok for me to make a MP mod?

ElementalVenomElementalVenom Lacrosse Wisconsin Join Date: 2016-04-14 Member: 215743Members
I'd like to practice my skills and create a multiplayer mod to share with the community, but I wanted to make sure it was okay first. There isn't an available Subnautica workshop yet, so I'd have to share the files through other means. I'd like to be able to allow the community to use this until your team has the time to create multiplayer themselves. I just wanted to check with you guys first so I don't cause any legal headaches for the team. Thanks!

Comments

  • ObraxisObraxis Subnautica Animator & Generalist, NS2 Person Join Date: 2004-07-24 Member: 30071Super Administrators, Forum Admins, NS1 Playtester, Forum Moderators, NS2 Developer, Constellation, NS2 Playtester, Squad Five Silver, WC 2013 - Supporter, Subnautica Developer, Pistachionauts
    Creating a multiplayer mod without any of the assets would be difficult, especially as you wouldn't be able to redistribute any of the game assets anyway.

    Modding Subnautica would be great, we'd love to see mods (even though right now we don't support them). But Multiplayer would take our whole team around 6 months to a year of work, just for some perspective.
  • ElementalVenomElementalVenom Lacrosse Wisconsin Join Date: 2016-04-14 Member: 215743Members
    I'm aware of this. I was planning on just using the models that are already included. Even your player model appears to have 3rd person. And about the threads. I made one on steam and it was closed and the dev appeared to have miss-understood(at least I thought he did) then I made one on there again way before this one was replied to. I apologize for that.
  • eastofdeatheastofdeath usa Join Date: 2016-02-28 Member: 213559Members
    Obraxis wrote: »
    Creating a multiplayer mod without any of the assets would be difficult, especially as you wouldn't be able to redistribute any of the game assets anyway.

    Modding Subnautica would be great, we'd love to see mods (even though right now we don't support them). But Multiplayer would take our whole team around 6 months to a year of work, just for some perspective.

    +1 for modding Subnautica :) I hope some day you well support modding, it has a way of extending the life span of a game, Skyrim and Arma 2 comes to mind.
  • zetachronzetachron Germany Join Date: 2014-11-14 Member: 199655Members
    Obraxis wrote: »
    ... Modding Subnautica would be great, we'd love to see mods (even though right now we don't support them). ...

    Maybe creative mode could be used as mod editing mode. Creating a base for example and storing the base as part of the mod. Or using the Terraformer in this mode only and the changed terrain will get stored as part of the mod. Or this mode allowing to place plants on terrain.

    If the builder menu could get access to more parts in this editing mode, more abondoned bases and wrecks could be placed with the builder.
  • AvariceSynAvariceSyn USA Join Date: 2016-04-15 Member: 215784Members
    Is it safe to assume that modding support will be included upon release? I can see how early development modding support can upset the creative process when there is a specific vision in mind.

    I'm not really sure how I feel about Subnautica MP. It would be absolutely lovely to have the ability to survive co-op, or even to see and explore other players' creations. However, the map simply is not large enough to really support a true multiplayer experience in addition to the map being static. I see it being a viable possibility much further down the line, with more areas to explore and things to create.

    I even see Subnautica joining a much larger universe of games involving being stranded on primitive planets. I would lose my head if Unknown Worlds created a progression system spanning planets while PC is trying to make their way back to civilization. So many rich possibilities.
  • LeakingAmpsLeakingAmps Join Date: 2016-02-03 Member: 212527Members
    edited April 2016
    I think mp could be nodded in using only alteration/addition of code, I don't think you'd need more assets. By this reasoning, you'd be able to release an installer that would edit the code of a particular version of subby to match the mp mod's code (using binary-level difference checking on the exe). Some minecraft mods do this (mc nostalgia comes to mind).

    It would be hard, but doable.

    That said, you'd want to start off with lan two person co-op, and the grow that to lan mp, then grow that to server-client mp, rather than start with full client-server co-op.

    I don't know what Subnautica's written in though, so I don't know if it's possible to recompile it in a predictable way, or even decompile it to something usable.

    I'd also be concerned about legal problems with decompiling the program.

    If I get some free time, and the devs don't mind, I might make this my first mod attempt. Should be fun.

    (This is all theoretical for the moment - I'd have to do some looking to find out the possibility of this. Also the legality.)

    Edit: I realise that this is not the best way to mod a game, our even a good one, but it's tyre only way I can think of at the moment. It would make mod's automatically incompatible, probably, but probably the best that could be done, without even more extensive and silly workarounds.
  • ElementalVenomElementalVenom Lacrosse Wisconsin Join Date: 2016-04-14 Member: 215743Members
    This got very off topic, basically I was told a few days after making this post that I can make the mod but I can distribute it at all(Which wouldn't make sense as it was a multiplayer mod). So I dropped the idea.
  • LeakingAmpsLeakingAmps Join Date: 2016-02-03 Member: 212527Members
    Ok, well I guess that answers my question then, thanks. It's too bad, but I guess I'll just have to wait.
  • RezcaRezca United States Join Date: 2016-04-28 Member: 216078Members
    On the topic of modding, would it be possible to flag a specific creature as 'Passive' or outright disable their spawning entirely? I've been wanting to do one or the other with the Bleeders for some time.

    Modding support would be great, even if it's simple tweaking of values or changing where/how things spawn and whether they can RE-spawn. I feel predators should be able to get in on that as well, even if their 'timer' is much longer than prey fauna.
  • HaliosHalios Oz Join Date: 2015-11-27 Member: 209514Members
    I think mp could be nodded in using only alteration/addition of code, I don't think you'd need more assets. By this reasoning, you'd be able to release an installer that would edit the code of a particular version of subby to match the mp mod's code (using binary-level difference checking on the exe). Some minecraft mods do this (mc nostalgia comes to mind).

    It would be hard, but doable.

    They know lots of people want mp and that they'd likely sell more copies with it. So if it was even remotely easy we'd have it.

    Games developed for single-player tend to have a lot of very inefficient (from a networking perspective) processes in the background. PCs can handle that but it would be a monstrous bandwidth hog communicating it all over the net. And difficult to minimise lag.

    You might be a tech savant and see some way to do it they hadn't considered. But more likely you'll see it's nowhere near as easy as you think.
    I don't know what Subnautica's written in though, so I don't know if it's possible to recompile it in a predictable way, or even decompile it to something usable.

    Unity.
  • LeakingAmpsLeakingAmps Join Date: 2016-02-03 Member: 212527Members
    Halios wrote: »

    They know lots of people want mp and that they'd likely sell more copies with it. So if it was even remotely easy we'd have it.

    Games developed for single-player tend to have a lot of very inefficient (from a networking perspective) processes in the background. PCs can handle that but it would be a monstrous bandwidth hog communicating it all over the net. And difficult to minimise lag.

    You might be a tech savant and see some way to do it they hadn't considered. But more likely you'll see it's nowhere near as easy as you think.

    I can think of a few ways to do it that would work passably, but would only work for low count servers (2-4, with 4 being on the extreme end). Most likely the first iteration would be a boot-strapped MP, ala KSP mp mods: send all player inputs to the other clients, and let them figure the rest, and have re-sync pings every few minutes. It wouldn't be the easiest to run, and it's not the best performance, but it's (relatively) easy to tack on, and not horrific on bandwidth usage. They (probably) wouldn't do it this way because it has noticeable drawbacks if your ping is not great, and it doesn't look super polished. Overall, it's the difference between a hacked-in system and a built-in one. So it's not that they didn't consider it, it's that they considered it, and didn't want to give players a half-assed-looking mp that would still take months to make.
    Halios wrote: »

    Unity.

    That's good to know, it gives me a starting point, though Unity accepts like 15 different programming languages. My guess is some variant on C, like C++ or C#.
  • HaliosHalios Oz Join Date: 2015-11-27 Member: 209514Members
    ...send all player inputs to the other clients, and let them figure the rest, and have re-sync pings every few minutes.

    Might be better than nothing, but wouldn't it mean that fauna would be in different places in everyone's games? So a reaper could be eating my face and I could be all panicking and screaming and my friends would think I've gone mad?
  • LeakingAmpsLeakingAmps Join Date: 2016-02-03 Member: 212527Members
    Halios wrote: »
    but wouldn't it mean that fauna would be in different places in everyone's games? So a reaper could be eating my face and I could be all panicking and screaming and my friends would think I've gone mad?

    I'd not thought about that, yeah, the original client would have to send those events as well. Though the image is funny.
  • sayerulzsayerulz oregon Join Date: 2015-04-15 Member: 203493Members
    Halios wrote: »
    ...send all player inputs to the other clients, and let them figure the rest, and have re-sync pings every few minutes.

    Might be better than nothing, but wouldn't it mean that fauna would be in different places in everyone's games? So a reaper could be eating my face and I could be all panicking and screaming and my friends would think I've gone mad?

    Sounds like space engineers multiplayer.

    "Oh god, WTF" "what?" "the whole base just blew up!" "No it didn't" "were under attack!"
Sign In or Register to comment.