Hello Coders!!! I want to share a really good useful tool with you. I have realized that the NuclearGlory Collision Engine is the best collision system ever created for DarkBasic Pro. I have been on this forum since October 2003 and I've seen alot of issues about how to use the multiplayer code. So i have decided to write a mini multiplayer engine only for DB Pro. You can download a demo with 4 commands at my website. In order to use them, you will have to use the #include command in your program or games. You can edit the functions if you want to. Just give me some credit.
The 4 Functions
HitPlayer(playernum,damage)- This function can be for example if you are creating a battle/fps game. You would use this to take damage off your opponent's health.
SendDamageInfo()- You would use this function to send info about your health, stats, etc to yourself or other players.
SendLocationInfo()- You could use this function to send to other people where your current location is.
StandardNetwork()- This checks to see if TCP/IP is available.
Here is the link for download.
http://www.dbspot.com/thedesktops/xplay.exe
You don't have to like the idea. I just want to make multiplayer easier. For each new version, there will be functions. I would like to hear some feedback good or bad. I will use a future version of XPlay for a future game like my current Soul Shooter Online Project.
Soul Shooter Online