ICE RALLY ACADEMY - no stupid racing, test your real skills

I love track-days. I haven’t played a mobile game whose physics was enough realistic to me. I decided to make my own one :slight_smile:

1521605--87121--$unityForum2.png

As i make everything myself and i’m not really a tech guy i decided to make a race game on the icy tracks only. This would let me use no wheel colliders and stuff like this that requires a lot of tuning and is very resources demanding.
I could concentrate on tuning a simple brick’s rigidbody behavior.

1521605--87125--$unityForum4.png

Racing games are usually pretty monotonous - track after track. So i added a little fun - there are different challenges:
★ Drift
★ Bump the zombies
★ Drag
★ Time attack
★ Cones driving
★ Football
★ etc.

1521605--87126--$unityForum3.png

I think i’ve achieved the goal. Cars in the game behave very similar to my turbo Subaru on the ice.

And what do you think? :slight_smile:

Get ICE RALLY ACADEMY on:
AppleStore
GooglePlay

1521605--87122--$unityForum1.png

Appears to be fun :). Good job!

Correct me if I am wrong, but didnt you use the plants vs zombies grapics for zombies? If yes you need to change it in my opinion.

ChrisMaster, well i drew the zombies from scratch and wanted them to look like from Plants vs Zombies. But maybe you are right and i should make them less alike.

emergki, thanks :slight_smile:

Game look decent :slight_smile:

Nice game mate!

Thanks, mates :slight_smile:

Awesome game! I’ve always wanted to create a racing game, where did you get the track? Did you draw it yourself or used some free track?

i_just_want_a_game, thanks! I did everything myself in the game. That’s why some cars are a bit ugly :slight_smile:

Making a track is not really hard if you have a 3D modeling experience. Though it’s time consuming cause you try to place environment so that from player’s point of view it isn’t hollow if you know what i mean.

The most challenging thing for me was creating (coding in JS) the engine for drag challenges (i’m not a tech guy).

The most strange thing was that there is just a couple of mobile shaders for “reflective” car body on the asset store. And they both lack specularity that is very important for realistic look. I’m not satisfied with how my cars look at all.

I like the visuals, it’s pretty and the gameplay seems to have some tight controls. I wish the bus had little children inside lol! Good job:smile:

Hi,

How about a bump or normal map. Something that prevents your cars from looking ‘flat’.
That is (in my opinion) the reason for a spec.shader looking unrealistic: no highlights.

other than that, nice work so far :slight_smile:

Thanks!
Well i thought vice versa - i would have the mobile specular/bump shader + a layer with cubemap for “reflection”. For now i have a very simple shader - diffuse + cubemap. That’s why my cars look flat in the sunny day environment (they would look ok at night like in CSR).

Another surprise i got - cubemap can not be offset. So if the camera is not rotating, the “reflection” is frozen. It was clearly seen in drag missions so i decided to slightly move the camera ALWAYS :slight_smile: