Skip to content

A Semi Authoritative Multiplayer Game Example using Unity3D with Lidgren

Notifications You must be signed in to change notification settings

tomoprime/CrabBattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Crab Battle

This codebase was initial submitted from Unity Forums.

This project was created to help people get a Client / Server Game going using Unity and Lidgren. Check back here or in forums for updates.

Let the games begin,
Tom Acunzo - aka Tomoprime

Current Build v1.2

- Multiplayer Added support for changing player name while in game. GUIText will get updated on other clients. Added Sequence Channel numbering grouped by message / packet types see GameServer.cs and NetworkManager.cs for additional notes. - Fixed misc bugs. Clean up some warning messages.

Build v1.1

  • Multiplayer Added late joiner support to access a game already in play. Players can chat each other while in game. Client side keepalives verify that idle connections are active one's (not corrupt). Server will drop them. Threading has been improved on client side to help close unwanted connections. Game difficulty and enemy health options are selectable while in game.

  • Crab eyes now light up when play intro is disabled.

  • Lots of a changes to code structure and tweaks to help make the code base more understandable.

  • Settings have been moved to GameManager.cs and GameServer.cs

Original Author: Dan McNeill - aka Doddler Readme below...


About Source Code 

I'm always learning about coding practices and such, you'll notice the code is pretty messy. If you've seen I've done anything particularly erroneous, let me know! Everything that I made for the game can be freely used for whatever, at your own risk etc. Stuff that isn't mine, well they have their own liscences that you'll have to meet the requirements of.

Those components are as follows: Scripts and assets in the 3rd party folder weren't created by me and are bound by their own liscences. This includes Lidgren.Network, Detonator, and iTween. The project also uses Vectrosity to generate the boundary circle. Since you actually have to buy vectrosity, it's not included in the project source. If you have vectrosity, you'll have to drop it into the 3rdParty\Vectrosity folder and uncomment the line "#define Use_Vectrosity" at the start of crabmanager.cs.

The music and sounds I took from other sources, I would recommend not using them yourself!
The music is "Aquaria Minibadass OC ReMix" by Daniel Baranowsky, and the sound effects are ripped from the Japanese PC mecha/novel game Baldr Force EXE by Giga.

Thanks to both of them, hopefully they won't get mad at me for using them!

Oh! And CryptoHelper.cs was written by a friend, so please don't use or distribute that either.

I hope the code is helpful in someway and that you can learn something from it. :)

Dan "Doddler" McNeill (http://dodsrv.com/crabbattle/)

About

A Semi Authoritative Multiplayer Game Example using Unity3D with Lidgren

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages