Page 1 of 1

GeneRally Tools by resir014 | GeneRally Physics Calculator

Posted: Sun Apr 20, 2014 5:48 pm
by resir014
GeneRally Tools by resir014

Hey, y'all, it's been a while. :wave:

I've finally updated my GeneRally Physics Calculator for the first time in years. Enjoy this little gift back to the GeneRally community! <3

Click here to try it out.

What is this?

This is a series of web-based tools for the freeware top-down racing game GeneRally. It's entirely web-based too. No more installing stuff, no plugins required, just open your browser (desktop or mobile) and use it!

Tools

Realistic Physics Calculator

Generates realistic, scaled-down attributes for your custom GeneRally car. All values are based on Haruna's Realistic Car Physics formula with some minor adjustments. Enter the real-life attributes of a car, then click "Calculate Physics". It will then generate scaled-down attributes that you can immediately copy and paste into the GeneRally car editor.

Open source

Yes, this app is completely open-source (licensed under MIT), so anyone can contribute to it. If you run into an issue, or if you have any tool ideas, please file an bug report on GitHub or on this thread.

Special thanks

A list of open-source software that I use.
  • TypeScript
  • Svelte
  • Sapper
  • Tailwind.css
And also...
  • Haruna, for giving me permission to use their Realistic Car Physics formula.
Hope you guys like it. :)
-Resi.

Changelog

UPDATE 3: Major rewrite! (2020-06-18)
  • Modernised the codebase. This tool was written the first time I touched web development, so there were some... things that I did in the past that doesn't fit how I'd code them today.
  • Stuff should load much faster now! Using modern JavaScript, we can reduce a lot of the code size, allowing for fast access from even a phone with slow 3G connection.
  • Major overhaul on design Cleaner, more modern design.
  • Click-to-copy. You can now click on any of the generated attributes and it will automatically copy them to your clipboard.
UPDATE 2: Even more improvements. (2014-04-21)
  • Updated balance and grip formula.
  • Reference table now inside a modal element instead of in another page.
  • Layout is now responsive, mobile-friendly.
  • Code clean-ups.
UPDATE 1: This updates adds some layout & formula improvements. (2014-04-21)
  • Updated downforce reference table.
  • Mass is now 60% of the original car's weight.
  • New tyre grip equation.
  • Now has the formula to calculate exact balance.

Re: GeneRally Physics Calculator

Posted: Sun Apr 20, 2014 10:51 pm
by Rendy
Yeah, it's finally here! :D

Re: GeneRally Physics Calculator

Posted: Tue Apr 22, 2014 1:47 pm
by resir014
Alright, throughout the past few days I have updated this calculator with some nice new features, also from Haruna's inputs I've also introduced some changes to the formulas.

Some of the update logs include:
  • All-new formula to calculate exact balance.
  • Updated downforce reference table.
  • Tarmac grip formula updated.
  • The entire site is now mobile-friendly, you can now access it from your phone (if you're into that sort of thing).

Re: GeneRally Physics Calculator

Posted: Tue May 20, 2014 7:07 pm
by Szmajli
Can you help me?
I see a value called AI Value. What is that value?

Re: GeneRally Physics Calculator

Posted: Thu Jun 05, 2014 1:45 am
by puttz
AI value is how far ahead the AI looks on the track, if memory serves correctly. I usually set it to 7 and that seems to work pretty well.

Re: GeneRally Physics Calculator

Posted: Thu Jun 05, 2014 8:59 am
by Szmajli
puttz wrote:AI value is how far ahead the AI looks on the track, if memory serves correctly. I usually set it to 7 and that seems to work pretty well.
Thank you! :)

Re: GeneRally Tools by resir014 | GeneRally Physics Calculat

Posted: Thu Jun 18, 2020 11:59 am
by resir014
Hey, y'all, it's been a while. :wave:

I've finally updated my GeneRally Physics Calculator for the first time in years. Enjoy this little gift back to the GeneRally community! <3

Click here to try it out.

As always, please report any bugs you have to GitHub, or here on this thread. Feel free to send requests for other tools as well!

Changelog

UPDATE 3: Major rewrite! (2020-06-18)
  • Modernised the codebase. This tool was written the first time I touched web development, so there were some... things that I did in the past that doesn't fit how I'd code them today.
  • Stuff should load much faster now! Using modern JavaScript, we can reduce a lot of the code size, allowing for fast access from even a phone with slow 3G connection.
  • Major overhaul on design Cleaner, more modern design.
  • Click-to-copy. You can now click on any of the generated attributes and it will automatically copy them to your clipboard.