Page 1 of 1

Riptide GP: Renegade

Posted: Wed Aug 31, 2016 5:52 pm
by rknoesel
We recently released a new chapter in the Riptide GP series, Riptide GP: Renegade, using bullet-2.83.

Trailer: https://www.youtube.com/watch?v=1RCYhCP9lw4
More Info: http://www.vectorunit.com/riptide-gp-renegade

Available on PS4, Steam (PC), AppStore (iPad/iPhone/AppleTV), Google Play (including Android TV), and Amazon. Coming soon to XboxOne and Win10 Store.

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Re: Riptide GP: Renegade

Posted: Thu Sep 01, 2016 6:02 pm
by benelot
Wow, a very beautiful game! I like the very realistic graphics and interesting physics.
- I am interested if a game like this needs a lot of physics tweaking to get realistic effects?
- Could you deploy the game on all devices with bullet physics?
- Did you use basic physics engine components or did you have to build additional components of higher complexity?
- Of course you surely built physics models of the drivers and boats, but I mean if you had to build other components?
- Also, does it require a lot of meachanical physics animations instead of using simulated physics?
- Do you control the physics objects by forces and torques or do you control kinematic objects and then integrate its motion into the physics world?

Cheers,

Benelot

Re: Riptide GP: Renegade

Posted: Tue Oct 04, 2016 4:23 am
by rknoesel
Thanks benelot, here are some answers to your questions:
- I am interested if a game like this needs a lot of physics tweaking to get realistic effects?
Yes, I suppose you could say that. Bullet is used for all rigid body dynamics and collision detection. The water is simulated by our custom engine, the results of which are applied as forces/torques to the bullet rigid bodies.
- Could you deploy the game on all devices with bullet physics?
Yes, the same code is used across all devices, everything from iPhone 4S to PS4.
- Did you use basic physics engine components or did you have to build additional components of higher complexity?
- Of course you surely built physics models of the drivers and boats, but I mean if you had to build other components?
The biggest custom module is our water simulation. We also built a custom ragdoll authoring tool which lets our artists visually build ragdolls using bullet shapes and constraints. And yes, the handling of the vehicles is also very custom.
- Also, does it require a lot of mechanical physics animations instead of using simulated physics?
- Do you control the physics objects by forces and torques or do you control kinematic objects and then integrate its motion into the physics world?
Most of the set pieces in the levels are running animations authored by the artists in Maya. For interactive objects, physics is used as much as possible. The handling of the vehicles is all done with forces and torques, but there is a lot of custom calculation taking place to get the 'feel' just right. The riders are animated with a combination of regular and additive animations. Some of these animations are triggered as a result of physics forces/impacts on the vehicle.

Re: Riptide GP: Renegade

Posted: Sat Feb 10, 2018 8:48 am
by ahayter
rknoesel wrote: Wed Aug 31, 2016 5:52 pm We recently released a new chapter in the Riptide GP series, Riptide GP: Renegade, using bullet-2.83.

Trailer: https://www.youtube.com/watch?v=1RCYhCP9lw4
More Info: http://www.vectorunit.com/riptide-gp-renegade

Available on PS4, Steam (PC), AppStore (iPad/iPhone/AppleTV), Google Play (including Android TV), and Amazon. Coming soon to XboxOne and Win10 Store. (GoMovies)

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image
Beautiful game, realistic graphics, and interesting physics. Well done!