Jump to content
  • DevDiary 13 - Co-op mode & Mod support

    Co-op mode & Mod support

    Yo, gamers! I'm Vlad Abadzhiev-Jahn, a programmer and designer at Haemimont Games. Today, I want to talk to you about two major features - our two-player online co-op multiplayer and modding!

     

    Ticket for One That Seats Two

    Multiplayer brings a whole other energy to a game's campaign. It allows you to explore tactical differences with your partner and devise strategies together, experience and discuss the story side by side, and it also adds replayability.

    Translating the single player experience as closely as possible while accommodating two people frictionlessly was a challenge both technically and design wise. Fortunately, we at Haemimont Games have some prior experience which gave us a strong foundation to draw from.

    Let's start with getting you and your buddy to Grand Chien. One player is designated the “host” and the other the “partner”. The host is the one who initiates the game and the partner is the player who joins the host’s game. When creating a game the host has the option of starting a new campaign with their partner or inviting them into an ongoing playthrough.

    We aimed to make the co-op gameplay as seamless as possible. The host can save and load games at any time as if they were playing alone and their partner will be there along for the ride. Additionally there is no functional difference between a save made in a co-op and single player, and the host can continue the game in single player if their buddy drops out. Both players can also load any of the saves (auto-saves or manual saves) created during co-op gameplay and continue them in singleplayer.

    01-CoopLateJoin.thumb.png.914b4baeb8f8674aeb9a87024a956717.png

    We found that in co-op games it is important for both players to be aware of what's happening in the moment-to-moment gameplay. We implemented a system where conversations with NPCs are controlled by the player who initiated them, but both players observe the conversation happening in real time. The non-controlling player can even offer suggestions for conversation options.

    02-CoopConversation.thumb.png.8b407191d9d72dfa467e6ad8374c874b.png

    In order for both players to be aware of what is going on, we had to make some compromises. For instance, both players can only explore the same sector in tactical view. Splitting up to tackle Grand Chien separately might sound appealing, but the majority of missions take place on multiple sectors and it can get disorienting.

    On top of that, there's the issue of how time advances when one player is engaged in combat in a different sector. It would be tedious for one player to spend 40 minutes in the Satellite View waiting for their partner to finish their tough fight with the Legion. Considering the technical challenges as well, having both players on the same sector made the most sense.


    Mercs for me, and for Thee

    Both players can hire mercenaries and manage squads, but since you're on the same side, you share funds and strategize together. To remain flexible the host player can assign and reassign control over individual mercs at any time. When in a sector (tactical view) players can only order their own mercs around, with both players being able to explore the sector and interact with it at the same time. During combat both players share a turn, which ends when both players click "Ready". Easy and simple!

    03-CoopParty.thumb.png.d5ae74b89db1a6a3079d8438eb34e14b.png

    In the beginning we were focused on preventing the players from trolling each other. This resulted in a sort of adversarial system which included mechanics such as only one player being able to control a squad in satellite view, or prompts for standing conversations with NPCs. Through testing and iteration we shifted our focus to a system that promotes co-operation and flow rather than preventing trolling. I mean, you can always shoot your friend's mercs, but remember, they’re your mercs as well! 🙂

    During development we discovered an interesting case where the host may take control over all mercs and leave none to their partner to control. With the partner unable to interact with the game all they can do is watch, which indirectly creates a kind of spectator mode for the game. It was initially reported as a bug, but it turned into a happy little feature.


    Navigating the Desync Minefield

    On the technical side chasing down desyncs was the most time-consuming part. For those unfamiliar with the term - a "desync" is essentially a mismatch in the result of a player's action between the two players' computers. Sometimes this can be as simple as the virtual dice landing on a different number, while other times as elaborate as a different merc appearing as hired on each person's screen.

    Desyncs may occur at any time as a result of any system. From the camera, through the inventory, combat, and even animations. While we fix every bug we catch, we don't want your game to be ruined because we missed one. If you encounter a desync while playing, a popup with a "Resync" button will open on the host's screen. Clicking it will trigger a quick loading screen and your game will be resynchronized, with no progress lost or rollbacks.

    Modding also directly impacts multiplayer. To ensure the game remains synchronized between the two players, any mods in use must be installed by both players. Mods that add content using our internal systems, such as weapons and mercs will be automatically synchronized. However, modders who dabble in scripting and coding will need to consider how to keep their functionality from desynchronizing and test their mods in co-op if they choose to support it.

     

    Your Game, Your Rules - Modding in JA3

    Modding has played a significant part in the history of Jagged Alliance as community made mods have ensured the game's continued longevity. Long after its original release in 1999, Jagged Alliance 2's torch keeps burning thanks to mods such as the popular 1.13 mod. From the get-go we knew how important it was to build the game with modding in mind for players and creators alike, and enable modders to create JA3's equivalent of the renowned 1.13 mod and much more!

    Modders will have access to the tools we use internally to create content such as mercs, weapons, items, quests, voice responses, and can even add support for new languages.

    04-ItemEditor.thumb.png.29a85ddfecdef282485674f3a25c19fb.png

    We believe that mercs and merc packs will be one of the more popular mod types. Our appearance editor tool allows modders to reuse existing game assets by mix and matching different body parts to create new models for mercs or NPCs. Mercs made from premade body parts won't be as unique as creating an entirely custom model, but they'll be easier to create. We wanted to make modding accessible and keep multiple options open.

    Modelers and animators can use Blender to export new assets for their mercs, weapon, or objects in the world. Adding new actions or a new weapon type such as dual wielding machetes for example, would require a whole new animation set as well.

    05-AppearanceEditor.thumb.png.93d39f61551638e383c07ac858d295b8.png

    To create a fully fleshed out merc modders will also want to upload 2D portraits (big and small) and create voice responses for their mercs. We look forward to seeing what kind of mercs the community comes up with!

     

    When Will Modding Be Available?

    All of these tools will be made available shortly after the release of Jagged Alliance 3. We want to focus on delivering a polished version of the game, and then release modding as part of the first major post-release update. The map editor and quest editor will come later on, with another major update, which will enable modders to create new maps, sectors, and entirely new campaigns. We're excited to see creators come up with their own stories and maybe even try to recreate Jagged Alliance 1 and 2 in JA3!

    06-MapEditor.thumb.png.c8438ebbe6e312898baba976f2707646.png

    That's it from me! I hope you have fun in Jagged Alliance 3 side by side with a friend and join the modding community as a player or creator.

    Vlad Abadzhiev-Jahn
    Programmer and Designer

     


    • Like 23
    • Thanks 7
    THQN Roger



    User Feedback

    Recommended Comments



    Exciting stuff as always Vlad. Happy with your post release plans, I hope one day you setup stream with modding showcase and siked to get my hands on this stuff once released!

    • Thanks 1
    Link to comment
    Share on other sites

    Thank you for your report Mr. Vlad Abadzhiev-Jahn!

    Its something really important to the fan-community and will be really find some appreciation and extensive use.

    So i can say, im very thankful for these helpless tools and it was a great move and wise descision, to hand over these to us.

    Like you writing said: your game, your rules.🔥

    • Like 1
    Link to comment
    Share on other sites

    This is way more than I hoped for from the modding tool. Awesome news! Being able to assemble our own 3D model with it is above and beyond what I would ever could hope for and that's great.

    • Like 4
    Link to comment
    Share on other sites

    It's very, very nice that a professional tool for creating modifications has been created. JA2 lives on thanks to mods to this day. I think that each of us will find something for ourselves in this tool. I'm very excited.  

    😉

    Edited by Wigen
    • Like 2
    Link to comment
    Share on other sites

    Mods and coop were important features for me, and as I'm sad coop is only for 2 players, all the other news are really great!

    The resync button is a very good idea. How many times I wished I had that in Solasta playing with my friends...
    How do you manage time on the satellite map? The host is in control?

    The modding seems to be extensive, thank you for giving us access to several tools, and quite soonish I'd say!

    • Like 1
    Link to comment
    Share on other sites

    Thanks Vlad!!!  I really appreciate the multiple levels of complexity for modding, and especially having the actual dev tools be available for it, as well as hearing there will be a few post-release patches to address anything that might be a big issue in the game.

    Link to comment
    Share on other sites

    17 minutes ago, Grim said:

    How do you manage time on the satellite map? The host is in control?

    Both players can pause and unpause time in the satellite view. We didn't want to make one player feel like they're being dragged around (or that they're having a lesser experience) so we don't draw distinction between the two players in co-op, where possible. This kind of ties into the cooperation philosophy I briefly touched on in the post. Popups and interfaces that concern a merc will show up on the controlling player's screen, conversations are controlled by whomever interacts with the NPC etc. These are the kind of factors we use to limit player control, which we do sparingly!

    Edited by Haemimont_Vlad
    • Like 1
    Link to comment
    Share on other sites

    How does the Co-op connection work? Do players connect directly to each other by IP address, or through a Haemimont server, or only over Steam?

    Can a player with a GOG version co-op with somebody who is using the Steam version?

     

    Link to comment
    Share on other sites

    9 minutes ago, D13 said:

    How does the Co-op connection work? Do players connect directly to each other by IP address, or through a Haemimont server, or only over Steam?

    Can a player with a GOG version co-op with somebody who is using the Steam version?

     

    Connection occurs through dedicated servers so the host doesn't have to deal with any port forwarding or network setup. They can just click host and invite their friend without having to worry about whether their friend can connect.

    We have nothing to announce regarding crossplatform play at present, but it is definitely on our radar.

    Edited by Haemimont_Vlad
    • Like 1
    • Thanks 1
    Link to comment
    Share on other sites

    Not interested in the Co-op myself but happy to hear and see the mod tools. It's better than I expected and hopefully adds to the longevity of this game like what modders did for JA2.

    Edited by DougS2K
    • Like 1
    Link to comment
    Share on other sites

    Have been playing Jagged Alliance off and on ever since I randomly bought JA2:Unfinished Business off an endcap display in a walmart 23 years ago. Really excited for this sequel and multiplayer finally! Can't wait to start blaming each other for alerting the guards and getting in the other one's way.

    • Like 1
    Link to comment
    Share on other sites

    I'm very happy about the co-op mode information. I wasn't expecting to have both parties able to continue separately based off a save made during a co-op session. I'm looking forward to trying a secondary campaign(s) with family member(s) where I do the micro-management and strategic layer and they only have to join for actual combat/exploration of sectors (the part that interests them the most). 🙂

     

    The modding tools look amazing; this is vastly exceeding my expectations and I am 1000000% thrilled at all the possibilities in the future. It frankly looks like the potential is there for Elder Scrolls levels of modding options, and that gets me positively excited. Normally I am dour and not prone to high levels of visible emotion, but as I was relating this dev diary to my wife she said I was glowing. 😆

    • Like 1
    Link to comment
    Share on other sites

    The Coop Mode is an interesting feature for the Jagged Alliance Franchise. I am curious how it feels in the end when two players explore the world of Grand Chien together. There will be some great fun moments for sure.

     

    With Modding the game can reach endless opportunities for us to use all the potential of Jagged Alliance 3 in all elements of the game. New mercs, portraits, objects, weapons and realism features that can maybe rebuild the greatness of the legendary Mod v1.13 from Jagged Alliance 2.

    • Like 1
    Link to comment
    Share on other sites

    15 hours ago, Haemimont_Vlad said:

    Connection occurs through dedicated servers so the host doesn't have to deal with any port forwarding or network setup. They can just click host and invite their friend without having to worry about whether their friend can connect.

    We have nothing to announce regarding crossplatform play at present, but it is definitely on our radar.

     

    This has me moderately concerned.  Will you be releasing the dedicated server software? 

    If we have to rely on the publisher/developers to keep co-op servers available then eventually at some point they will get shut off and the co-op feature will go away with it!  Being able to self host is a requirement for a games longevity. Its why you can still find servers for battlefield 1 and 2 and other old games while some newer games have just died when the company killed the official servers.

    • Like 1
    Link to comment
    Share on other sites

    Sorry if this seems like a stupid query, but based on what's written in the modding section, I'm assuming we can make our own custom or unique (as far as "unique" goes) mercs using whatever in-game assets are available in the modding tool. How would we then be able to recruit them? 

    Sorry again, I'm new to the JA series and JA3's my first game in the franchise, so I'm unfamiliar with a lot of things outside the core mechanic of it being turn-based.

    • Like 1
    Link to comment
    Share on other sites

    OMG i didnt expect coop at all, i am blown away!

    plus the modding possibillities....wow...

    All i have to say is this REALLY looks like my DREAM JA!!

    what i read between the lines is just the right proper attitude & approach to things by the devs.
    also things like not constraining to much, embracing unexpected mechanisms as possible features and not bugs, giving multiple options and open ends wherever possible, knowing about the value of indepth modding for the value of the game ...


    this has the potential to be LEGEND of game for the next decades to come....

    Edited by Goliath
    • Like 1
    Link to comment
    Share on other sites

    Question:

    Will there be a possibility to have a VS or Deathmatch mode, where you can battle AGAINST your buddy?
    Maybe at least just option to not show your buddy's moves on your screen, so you can just iniate a battle between your guys in your sector even tough you are actually in coop mode... but having the option to not see the others moves&actions would be already offer that in a little way.

    Or/and maybe something like a dedicated "custom battle" mode, where you can just choose in a dropdownmenu a sector/map as battlefield, daytime, mercs for each side and maybe spawnpoints/areas/map sides. or even load your custom squad of mercs..
    and then just have at it
     

    Link to comment
    Share on other sites

    Personally I see no meaning in COOP gameplay for TBS games (games that are played alone in 99% of the cases..) but good to see modding will be available soon.

    We may assume we can also mod / remodel existing Mercs to make them represent their JA2 images much more? (*cough* Magic, Shadow, Scope, Scully, Reaper etc *cough*). That would surely bring the much needed JA vibe to the game.

    Edited by ShadowMagic
    Link to comment
    Share on other sites



×
×
  • Create New...