Skip to content

ddm999/gt7info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee9a195 · Mar 14, 2025
May 19, 2023
Mar 14, 2025
Mar 10, 2022
Dec 6, 2024
Mar 10, 2022
Aug 26, 2022
Apr 20, 2022
May 20, 2023
Jan 6, 2025
Nov 2, 2023
Jul 12, 2024
May 3, 2023
Mar 27, 2022
Feb 5, 2024
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 23, 2022
May 1, 2023
Jun 24, 2022
Feb 27, 2025
Apr 30, 2024
Apr 29, 2024
May 20, 2023
Mar 23, 2022
Feb 27, 2025
Jul 2, 2023
May 20, 2023
Mar 18, 2022
Mar 12, 2022
May 20, 2023
Dec 18, 2022
May 20, 2023
Apr 21, 2022
May 20, 2023
May 1, 2023
Jan 6, 2025
Aug 24, 2023
Jun 27, 2022
Apr 29, 2024
Dec 6, 2024
Apr 26, 2024
Jul 28, 2022
Mar 30, 2022
Mar 18, 2022
Mar 13, 2022
Mar 11, 2022

Repository files navigation

GT7 Info

The static website is built by build.py into the build folder. The build script also produces a build/data.json file to be used by bots.

Historical and current data for dealerships, daily races, etc. for the site are stored in _data.

  • db contains database information. Cars, countries, tracks, manufacturers with English names, IDs and relations.
  • rewards contains reward cars and where they can be obtained.
  • dailyrace contains daily race information per change (currently every Monday @ 06:00 UTC)
  • legend contains legendary car dealership, changed every day @ 00:00 UTC.
  • used contains used car dealership, changed every day @ 00:00 UTC.
  • championships contains singleplayer championship data per update version (bottom of the screen in World Circuits).
  • events contains singleplayer event data per update version (World Circuits). NOTE: unfinished, lots of data missing here.
  • z_unordered contains legend & used data from pre-release footage and from before data started being saved every day. This is kept separate as it is not continuous with the rest of that data.

The fonts folder contains Google Fonts supplied fonts used by the site. This folder is copied as-is into the final site.

The img folder contains all graphical assets used by the site. Both GT7 web images and SVGs made from scratch are here. This folder is copied as-is into the final site.

index.html, campaign-rewards.html, engine-swaps.html, menu-book-used.html, workout-reward-estimate.html are collated together into a single file.

dailyrace.html, legend.html, used.html are template files where %VALUES are replaced before being added to the site.

db.py is a support library for getting info out of the db data from _data/db.

*.txt, *.md, *.png files are all random data or details collected while working on the site.