Badumna Cloud Bootcamp Demo - now available in the Asset store!

Dear all,
The popular Bootcamp demo from Unity has been integrated with Badumna Cloud and is available for download via the asset store. The demo is designed for desktops (PC/Mac) and demonstrates Badumna Cloud’s multiplayer functionality as used in a third person shooter.

To play the demo:

  1. Download the package from the asset store .
  2. Enter your Badumna Cloud identifier. You can obtain an identifier from within the demo if you don’t have one.
  3. Set the player settings to “Run in background”.
  4. Set the .net compatibility mode to “.net 2.0”.
  5. Build and run the game.

We hope you enjoy playing Bootcamp with your friends. Any feedback on the multiplayer functionality is more than welcome.

To learn how to add multiplayer functionality to existing third person shooter games, follow the how-to guide.

I need help when everI build the game it dosent connect to cloud??

I need help can you maybe give more detailed instruction or make a video thanks.

Whats the differences between Badumna Cloud and Photon Cloud? Badumna seems extremely cheap compared to Photon Cloud.

It’s cheap. But sadly, making browser-based games with Badumna Cloud is currently not supported, as stated in the FAQ. Desktop-based games are supported, but they consider using the Badumna Network Suite, which isn’t free.

Hi sweetwatter,
Can you confirm that you have entered a valid Badumna Cloud id and you have followed the instructions above (player settings).
If you can tell us a bit more about your target platform we could assist.
Cheers.

Hello yes I am a member of the Cloud and I am just trying to build another copy on PC or a desktop deploy able copy but on the build version I get an error that says something along these lines " Failed to Initialize win x32 power settings to build the Badumna cloud" and it wont let me connect to the cloud in order to play with some of my friends. Can you please make a quick video on how to fix this and how to properly build a copy of the game? Thank You!

Hi sweetwatter,
You are getting that error because your .net compatibility mode is not set correctly.
Please set the .net compatibility mode to .net 2.0 inside your Unity project and you should be all set.
Alternatively, you can download the latest version of the Bootcamp demo (ver 1.0.1) from the asset store and you won’t need to do anything.

Hope this helps.
Cheers.

Is there a way to change the Soldiers Health? or Bullet Damage?

Hi sweetwatter,

Can you elaborate more about the question, what do you mean by changing the Soldier Health or Bullet Damage?

Cheers,
tak3r

I’m trying to edit the health of the soldier so he dies faster or he has more health. or change the bullet damage so it does more damage to the player and it kills him faster.

is there any way that I can edit these settings. - Thank you

Hi sweetwatter,

yes you should be able to change it easily from SoldierDamageControl.js script, have a look at the HitSoldier function and also the ‘life’ variable inside the script.

Cheers.