Illegal Velocity: A uncompromising arcade racing game

Hey everybody,

I am currently working on my first game “Illegal Velocity”. It is a arcade racing game where you compete on high performance cars on public roads, avoid traffic and try to escape the police (police is subject to a soonish update though). So first things first: You can download and test Illegal Velocity for free on Itch.io:

It is still in early development (basically white box prototype), but you can choose between two cars and two tracks and race against AI opponents. Gamepad and keyboard are supported as input. I would love to get some feedback!

You can also watch my (first) video on the vehicle physics on YouTube to get some impressions:

The game itself is inspired by classic titles that I loved to play like NFS Hot Pursuit, Burnout and Flatout, though I am not targeting at reproducing the game experience of any of these.

I plan to add police pursuits, interactive environments, a tournament based “career mode” (kind of like in the old NFS games) and more race modes. Though everything is subject to change depending on what feedback I get.

Cheers
Gentle Rottweiler Games

11 Likes

The controls and physics feel quite good already, which is half the battle, so good job :slight_smile:
I’d personally prefer the drifting to be a little less self-correcting, to leave a little more room for play, but also disaster.
The current controls are more forgiving though, encouraging the player to drift more. I’m looking forward to trying a car with more horsepower, and see how that feels.

I think the music is needlessly loud, both in the menu and in-game. It also overpowers the engine noises, which apart from giving important feedback, also set the tone for a racing game.

I haven’t bothered commenting on things that aren’t really relevant now, but car select should have a visual indicator that more cars are available with ← / → . People testing might not realize it - I only discovered it by accident. It would also be nice to show the control scheme, for the same reason.

Hi @phoenixdk, thanks for giving Illegal Velocity a shot :slightly_smiling_face: It feels amazing that someone I don’t know plays the game I worked on.

Thanks for the feedback, those are some good points. Actually I made the muscle car in v0.4.3 less drifty due to feedback from friends (any version before was not public yet) and I think it currently feels a bit too tamed, so I am happy to hear that there is someone who also feels like that. I guess I have to try different variations until it works well.

Anyway, if you are interested you can actually hit F4 (hidden controls ftw) during a race which opens a suspension and wheel tuning window. You can play with the lateral (reduce) or longitudinal (increase) force scale of the rear wheels to make the car more drifty. Let me know if you gave it a shot and which values worked well for you.

Also thanks for the feedback about the music and sound! I haven’t spend much effort yet in fine tuning the volumes, though IMO the sound and music mix is an integral part of a proper racing experience. So I will definitely try to use lower volumes for the music to the give the engines more room.

I originally made the music louder than the engines, because I thought my engine sounds are not that good and punchy. So, do you actually like the engine sounds? I am originally a software engineer by profession so mixing sound effects is all new for me. Maybe interesting technical detail: The engine sounds are actually fully synthesized during runtime using a combination of different base signals and wave guides (since I am better at programming than mixing).

Also good points about UX, it didn’t get too much love yet . For 0.5.0 I have planned to include at least a README, maybe even a ingame control map. And indicators for the car selection are really a good point, will put that on my todo. I didn’t even realize that they are missing :face_with_peeking_eye:

1 Like

Always happy to help, when helping means “play a game and write words about it” :slight_smile:

Cool, I’ll give that a try.

It was a little hard to tell, with the music playing, but they sound responsive. I’ll get back to you on that later :slight_smile:

I put in some miles, and here are the values I came up with for car 1 (the muscle car). Everything is default, except:

Front wheels:

  • Lat force: 1.45
  • Lng force: 0.2
  • Max force: 1.8

Rear wheels:

  • Lat force: 5
  • Lng force: 4.4
  • Max force: 1.7

It handles like a RWD car, oversteering under power, and doesn’t course-correct much. I tried to make it squirrelly but fairly forgiving. I’m sure some of the values are kind of hacky, but it seems to work :slight_smile:

Thanks, for trying values for the force scales! I will give them a shot right away.

Finding force scales, which feel good, always involves starting off with hacky values in my driving dynamics simulation, so no worries :smiley: But from these values I can actually pretty easily find more suitable values, that provide the same or a similar driving experience, so thanks a lot again!

For explanation: The force scales are not based on any “real” driving physics. Basically, if you set all force scales to 1.0 you will get the driving behavior that would result from the pure physical parameters (like engine power, brake constant, wheel grip). The scales allow me to achieve arcade-like “unrealisitic” driving behavior (though my simulation is not super realistic in the first place). Or I can let AI agents cheat by improving their scales unrealistically (e.g. for rubber banding or higher difficulty, which is not yet employed though).

The force scales scale (multiplied as factor) the forces applied by the wheel (after engine, gearbox, differential, etc.). Longitudinal force is in rolling direction of the wheel, lateral force is in sideways direction. The “max force scale” scales the maximum force magnitude the tire can bring on the road. When the maximum force magnitude of a tire is exceeded, the ratio between lateral and longitudinal force determines how drifty the car reacts.

In general, more lateral force on the front wheels gives you more turn rate when steering, on rear wheels more lateral force gives you more stability of the rear of your car.

1 Like

Cool, that’s roughly what I’d imagined, so clearly good variable names :slight_smile:

With a semi-simulation like that, it might be fun to add a nitrous boost that essentially just increases the engine output. Things I’d also like to see include a faster car, and wheelspin.

Fantastic work! The physics look amazing already!

1 Like

I just tried it and thought the driving feels pretty good and fun!
I didn’t like the way the camera turns back when reversing, it was a little disorienting. Sometimes I just wanted to back up a little from an obstacle I hit but keep looking forward, so when the camera turned around it was a bit annoying sometimes. I don’t know how other racing games handle that situation, but maybe there’s a better way (maybe a dedicated button to manually look back instead of automatically looking back when reversing).

Other than that, it was pretty fun for a single run. For a full game, I think you’ll have to think of ways to add variety so it doesn’t get boring.

But great job overall!

1 Like

Thanks a lot! I am glad you enjoyed the physics so much :slight_smile: Actually up to now most work went into driving dynamics, camera feeling and road construction :+1:

Thanks! You are absolutely right, there is still variety missing :+1: There are basically 1,5 tracks (the eight doesn’t really count as a full race track), only 2 cars to try out and the AI is not too challenging either :smiley: I already have some ideas for additional race modes and challenges. Next update will contain police pursuits. After that I will focus on adding more variety to make the game enjoyable for more than 5 minutes :face_with_monocle:

The camera is also not optimal yet. It’s actually good that you mention its behavior when reversing! I never noticed that! Another short coming of the camera is when you crash significantly into something and your car flies off, the camera really loses focus.

1 Like

Quick mention - I also noted the reverse camera, but I think it just needs to be tweaked. Most racing games also auto-reverse the camera (overridden by manual look), but maybe a bit snappier. I’ll have to pay attention to that next time I’m playing a racer :slight_smile: