1
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development
« on: January 02, 2025, 08:58:04 AM »
Just wanted to say you've been doing gods work keeping this thread updated, it is much appreciated <3
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 1
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: January 02, 2025, 08:58:04 AM »
Just wanted to say you've been doing gods work keeping this thread updated, it is much appreciated <3
2
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: February 07, 2020, 07:42:51 AM »
Quick update on the progress of the AMT as I keep forgetting to keep you guys updated!
We have the beginnings of Active Hazard support in the ways of "Button" (Pit Release) and "Trigger" (Flipper) style hazards. These use the inbuilt Unity Animation Controller Component which opens up a lot of possibilities for the user without having to resort to complex coding. Multiple animations can be triggered (As seen with the Pit Release also modifying the lighting) at the same time and I'll also be adding in support to play sounds when triggered (so you can have an alarm when the pit is released or a violent thud with your hammer). As you can also see from the video the Countdown Timer is now working as expected. The final step to bring the new arena system up to the same level as the old system is to get the FreeCam working and then it's just a bit of polishing work. EDIT: I apparently don't know how to use the attachment system so have a YouTube vid instead 3
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: January 15, 2020, 10:07:58 AM »With Kupa's addition of the extended Arena Selector screen, there may be some new Arena's popping up soon....Trust me, you guys are in for a treat! As a little extra to this: Custom Arenas now support preview images so now they can stand out with even more customisation! Where can I download the arena builder and CMT?The CMT is going to be tackled after the ArenaModTool. Neither are available yet, but once the documentation is in a place where it is user friendly, and the framework for the AMT is done I think the plan is to create a GitHub project for it as that will allow for easy maintenance and updating as well as allowing you guys to potentially collaborate with the creation of new features and such. 4
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: January 14, 2020, 12:31:58 PM »Just a quick update from me on the first pass of the new Arena handling system.
The very basic framework for all the systems are in place now so soon enough you should be seeing all new arenas using the new system! As I said before I am expecting the first internal release to be ready for February and have started on the documentation to help even Unity Novices get the most out of the tool, so hopefully the first public release won't be too far away (no promises though). Alongside all this I've updated the UI for the arena selection in order to add in the ability to scroll through the list in preparation for the no doubt countless stages you guys will come up with! ![]() 5
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: January 10, 2020, 11:49:06 AM »
Hey all!
So for the past couple weeks or so I've been working on bringing the previously discussed ArenaModTool to reality. cjbruce was kind enough to invite me to join the dev team in order to bring the idea to life so I thought it best to keep you guys updated on the progress! At the moment most of the work has been done on the backend framework, so we have full export/import support for modded arenas. Next I need to work on updating the UI in the BattleBotSelection screen in order to dynamically add the new arena(s) to the menu and then work will commence on adding in extra features for the created arena(s) to bring them up to the same spec as the current built in arenas. Here is a quick example of an arena I threw together in a couple of minutes with the bear minimum for it to be playable just to test things in the ModTool: ![]() And here is the same arena running in game: ![]() Just because the Arena I'm using to test interactions and get everything running is simple don't think that is the limit! Thanks to Unity's excellent support for 3D models and advanced lighting you can pretty much make anything you can think of! If you guys have any questions, suggestions, or want to know anything about the project just drop me a message here or on the Discord. 6
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 29, 2019, 04:49:44 PM »1# From what ive heard, noone likes the blur at all1) the blur could do with being a bit toned down imo, but I personally like it 2) the blur circle creates a single large, non-rotating, collider object. This is a lot easier to track; is more accurate; and less resource intensive than tracking the colliders of each individual part of a spinner. This solves the issue that comes with rapid rotation (or translation) of an object within the game engine in that it never actually travels between point A and B in between frames and just teleports instantly between them. Without the cylinder anything between A and B wouldn't count as being hit and thus could "phase" through the weapon in an unrealistic fashion 3) impulse is what makes the bots fly apart on hit, essentially the simulation of force/physics 4) "bite" in this instance would be the depth of the impact on the other bot, I believe 7
Showcases / Re: Powerrave's whatever« on: December 28, 2019, 12:50:11 PM »
Oh I love the shape and the little details. I may give AI'ing it a go. Amazing work yet again, my dude.
8
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 24, 2019, 08:28:03 AM »New build is building right now. While we wait: The motor breaking change, alongside the blur cylinder fix is amazing. Great work!. Now go and enjoy the holidays, you madman 9
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 21, 2019, 03:04:25 PM »Also, on the topic of modding: I mean if you have the start of the projects and can put up with me asking technical questions/asking for access to parts of the source of RR2 I'd be more than happy to take on these in my spare time. Funnily enough my next question was going to be about implementing arenas as dynamically loaded AssetBundles so this is exactly what I had in mind for the future. 10
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 21, 2019, 12:37:42 PM »
Over the past week or so I've been working on integrating an open source mod api in to Robot Rumble that allows non-destructive mod injection using the Harmony Library. I just have a couple of technical questions to help with mod development in the future. I'll start for now with this one:
Do you know if there is a method that is called on each scene load outside of the default sceneLoaded event? I'm working on a roundabout fix for the resolution issue and it seems that a method that triggers (potentially on Awake()) on scene load is causing the resolution to be set incorrectly but I haven't been successful in finding it. Also its just occurred to me as I'm writing that such a global hook would be very useful for modding if it did exist. 11
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 19, 2019, 11:53:13 AM »The main thing is that you can hit an opponent with a wheel, and the part may fall off. Everything that is not a weapon prolly shouldnt deal damage. I have built a "Fire Pit Fix" for the current version and now at 50% and even 100% damage slider it feels right for my bots at least. Something about the way the fire pit was dealing damage (mostly a lot of it every frame) was causing issues with durability. I think that is what was causing the problems with the lighter parts health being seemingly out of scale also. 12
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 19, 2019, 11:20:11 AM »Okay, after a bit of testing I can say the damage slider is working apart from the fire pit issue, however it seems that even on 200% that bot chassis are now immune to damage completely. House robots still take damage correctly but custom bots cannot be killed now, is this expected behaviour? EDIT: Following that train of logic, what if component destructibility isn't possible at all. Is the game better if the entire robot is just one big bag of hit points? Everything works perfectly until the robot is dead?I think component destructibility is a major feature that needs to stay in the game, however the current handling could use tweaks. One thought I had is to have each tree of components form a bag of HP and once that is depleted then the entire tree falls off? Somewhat similar to the previous updates handling, but using the total tree health instead of just the weakest parts. Would it always be optimal to just make the entire robot one group so that nothing ever falls off?Unfortunately there are always going to be people that optimise the fun out of any system, but I don't personally think that should be a reason not to do something. 13
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 19, 2019, 10:36:31 AM »3. for the damage. Maybe you could make an option to couple up few smaller parts to turn it into a bigger part. this way you could avoid losing a fair bit of parts because one small part that was holding the weapon together reached 0hp This is a genius idea, the ability to combine multiple custom shapes into one composite component would make a huge difference to building and styling. 14
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 19, 2019, 10:03:21 AM »The new build is live! It is dated 12December2019, and includes the features and fixes in the preceding post. Yay alliteration! First impressions on the damage system are great, however I have noticed a couple of bugs.
Mirroring works great, alongside the changes to the rubber material. All in all a great update! 15
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 18, 2019, 05:02:05 PM »
It's great to see that custom wheels should be working a lot better now, and that damage multiplier slider is going to come in incredibly handy!
What other saving isn't working?As Kix mentioned the video settings seem to bounce back to default on every scene change so it seems the current resolution isn't being stored/read correctly. At the moment, I'm using a hacky fix by injecting a script that sets the window size on awake() 😅 While we are on the subject of hacky fixes I'm working on; is there any plans for the ability to toggle the UI in a match? I, personally, would love to be able to disable it (especially the massive amount of screen space the free look camera panel takes up) for recording matches. 16
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 17, 2019, 04:10:05 PM »There isn't a toggle switch in the settings right now. My thought is that the entire damage system will be based on parts falling off.Yeah, I was thinking as a sort of debug option while the damage system is being worked on, so we don't need to utilise things such as the "wheelfix" if things aren't working as planned. That being said, I consider people modifying the game to be the greatest possible form of flattery. I just want to feel like people are getting their money's worth when it finally does go on sale.That's good to hear, I was a little worried about toeing the line when it came to making modifications. Glad to see a Dev that embraces the possibilities of mods! PS - How are your Unity/art skills? :)Well I studied Digital Graphic/Motion Design along with Software Development in college and have used Unity a bit over the years for little hobby projects. So not a pro, but not a complete noob either really. 17
Robot Rumble 2.0 / Re: Robot Rumble 2.0 - Robot Combat Simulator - Under Development« on: December 17, 2019, 01:46:26 PM »
Glad to see you are back bruce! The new damage handling is looking very nice, cannot wait to play around with it. Would it be possible to add a toggle in the settings to disable parts breaking off in future versions?
As Kix mentioned we have been poking around in the assembled code and I have made a modification to disable the parts falling off for the current version (as it is a bit dodgy as you know). I just wanted to ask what your opinion is on people potentially modifying the game? 18
Showcases / Re: KupaTec RR2 Showcase« on: December 12, 2019, 12:16:08 PM »Aight sign me up for it.That looks pretty neat. But does it also taste like peppermint?So far it just tastes of steel and pain 😂 Thanks, and yes; Hermit is my third entry for SvL 2, just trying to throw some diversity in to the mix with a flipper/lifter despite the fact it'll get destroyed haha 19
Showcases / Re: KupaTec RR2 Showcase« on: December 12, 2019, 06:23:53 AM »That looks pretty neat. But does it also taste like peppermint?So far it just tastes of steel and pain 😂 ![]() Hermit is a pretty basic front hinged flipper with incredible speed and durability. Powered by 4 A40-300s geared for speed with a fifth geared down to 10:0.2 for the flipper. While it doesn't really have the power to throw bots it can easily flip them over and push them around the arena, holding them against walls and hazards, or even ramming them straight to the pit. Hard to out-manoeuvre and even harder to dodge don't let Hermit get the drop on you. Hermit utilises my HAMMER AI so it can be entered in to AI tourneys with full functionality. 20
Showcases / Re: Minthemad's RR2 Showcase« on: December 10, 2019, 08:06:46 AM »
These all look absolutely incredible, especially love the detailing on Last Stand. Can't wait to see more
|