5 years ago

Working on adding a local co-op mode to my latest game, Clive vs Hives Reinfected. It has been quite a fun but also slightly tedious experience. I will go into more detail on certain struggles and solutions in the article... #cvhr

https://gamejolt.com/games/clivevshivesr/509134


One thing that is quite hard upfront is getting controller inputs to work properly, some programs will let you do this fairly easily off the bat. Other programs may force you to download a plugin or code it completely yourself.

Another small but pretty manageable struggle is getting multiple HUDs for each player. This may vary in difficulty depending on your HUD layout, and you may need to change it accordingly.

Finally, one of, if not the hardest thing I have found while making a co-op mode is that you need to program a way for enemies to choose which player they actually target, it probably sounds simple to someone who doesn't make games but it is really not. How I did it was this:

coop1.png

Each enemy has 3 variables. Player 1 Distance, Player 2 Distance (this can be done with more players, you just need to add more values) and Preferred Player. Basically, P1Dist and P2Dist will, every frame, have to update their value to [insert equation that calculates distance between specified player]. Then, the code needs to compare which is the closer, and set the Preferred Player value to that player (1, 2, 3 e.t.c). You must then set it up so that the enemy will attack whichever is the preferred player (how you do this will depend on how enemies work in your game, but that is the general gist of it).

Thank you for reading, I hope you learned something handy that you can use in future for your own multiplayer experience!



2 comments

Loading...

Next up

Devlog 4 | Boss System

Devlog 6 | New Weapon, Powerups, and Secrets

Biblios: Tome of Darkness will be coming to Steam, Itch, and Game Jolt on the 2nd of September, 2024.

@NEOWIZ_QUEST 's NARRATIVE JAM is underway!

Create an original narrative / story game in 10 days for a chance to win cash! 💸

Join the game jam: https://bit.ly/GameDevCommunity

Start Narrative Jam-inspired quests: https://bit.ly/narrativejamquests

Clive vs Hives 2 released on Game Jolt and Itch https://gamejolt.com/games/cvh2/769843

@Patata1236 is a Jolter to Watch who makes games and art for fun! Follow @Patata1236 before the quest ends on November 18 and you'll get Coins!

Biblios: Tome of Darkness Now Available on Steam, Itch, and Game Jolt

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

The Sons of Amon Thrall is now available on Game Jolt!