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.
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.
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
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.