Skip to content

Commit

Permalink
GT2 pack update (#269)
Browse files Browse the repository at this point in the history
* add RedBull Ring to track list

* add GT2 group & cars

* update CHANGELOG

---------

Co-authored-by: Pedro Faria <eu@eusouopedro.com>
  • Loading branch information
akuzia and pedrofaria authored Jan 24, 2024
1 parent b3c3234 commit 97975f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.24.0
* GT2 pack update [#269](https://github.com/assetto-corsa-web/accweb/pull/269)

## 1.23.0
* Feature: token timeout in configuration file [#262](https://github.com/assetto-corsa-web/accweb/issues/262)
* Fix setTyreSetCount default value to 50. [#227](https://github.com/assetto-corsa-web/accweb/issues/227)
Expand Down
1 change: 1 addition & 0 deletions public/src/components/server_config/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default {
formationLapType: 3,
carGroups: [
{value: "FreeForAll", label: "Mode FreeForAll"},
{value: "GT2", label: "Mode GT2"},
{value: "GT3", label: "Mode GT3"},
{value: "GT4", label: "Mode GT4"},
{value: "GTC", label: "Mode GTC"},
Expand Down
8 changes: 7 additions & 1 deletion public/src/data/cars.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ const cars = {
"58": {id: 58, model: "Maserati MC GT4", brand: "maserati"},
"59": {id: 59, model: "McLaren 570S GT4", brand: "mclaren"},
"60": {id: 60, model: "Mercedes-AMG GT4", brand: "mercedes"},
"61": {id: 61, model: "Porsche 718 Cayman GT4", brand: "porsche"}
"61": {id: 61, model: "Porsche 718 Cayman GT4", brand: "porsche"},
"80": {id: 80, model: "Audi R8 LMS GT2", brand: "audi"},
"82": {id: 82, model: "KTM XBOW GT2", brand: "ktm"},
"83": {id: 83, model: "Maserati MC20 GT2", brand: "maserati"},
"84": {id: 84, model: "Mercedes AMG GT2", brand: "mercedes"},
"85": {id: 85, model: "Porsche 911 GT2 RS CS Evo", brand: "porsche"},
"86": {id: 86, model: "Porsche 935", brand: "porsche"},
};

export default cars;
1 change: 1 addition & 0 deletions public/src/data/tracks.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default [
{value: "nurburgring", label: "Nürburgring GP"},
{value: "oulton_park", label: "Outlon Park"},
{value: "paul_ricard", label: "Paul Ricard"},
{value: "red_bull_ring", label: "RedBull Ring"},
{value: "silverstone", label: "Silverstone"},
{value: "snetterton", label: "Snetterton"},
{value: "spa", label: "Spa"},
Expand Down

0 comments on commit 97975f1

Please sign in to comment.