Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
f0a484371b | |||
be2ce0411d | |||
eea5702071 | |||
5f7ceca4ea | |||
7772471ee6 | |||
1cc3d18126 |
20
.editorconfig
Normal file
20
.editorconfig
Normal file
@ -0,0 +1,20 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[{*.c,*.h}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.json]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
15
README.md
15
README.md
@ -1,7 +1,14 @@
|
||||

|
||||

|
||||
|
||||
**Arrived:**
|
||||
- 3000km — 11.50 08-oct-2022
|
||||
|
||||
**TODO**
|
||||
- [x] Complete game (Career)
|
||||
- [ ] Complete challenges
|
||||
- [ ] Get max FUEL
|
||||
- [x] Complete game (Career)
|
||||
- [ ] Complete challenges
|
||||
- [ ] Get max FUEL
|
||||
- [ ] Visit all vista points
|
||||
- [ ] Own all the vehicles liveries
|
||||
- [ ] Ride 99999999 km (max value of speedometer)
|
||||
|
||||
**Since October 2016**
|
||||
|
18
Stats.txt
18
Stats.txt
@ -1,26 +1,26 @@
|
||||
FUEL 907465
|
||||
DISTANCE 2838,918 km
|
||||
FUEL 952485
|
||||
DISTANCE 2975,0 km
|
||||
|
||||
PROGRESSION
|
||||
Zones unclocked 19/19
|
||||
Career Races finished 72/72
|
||||
Career Races with gold awarded 72/72
|
||||
Career Stars awarded 216/216
|
||||
Challenges cleared 126/190
|
||||
Vista points visited 5/95
|
||||
Challenges cleared 155/190
|
||||
Vista points visited 7/95
|
||||
Driver gear pieced owned 75/78
|
||||
Doppler Trucks found 57/57
|
||||
Mavericks found 15/15
|
||||
|
||||
VEHICLES
|
||||
Vehicles owned 69/74
|
||||
Liveries owned 91/222
|
||||
Vehicles owned 70/74
|
||||
Liveries owned 96/222
|
||||
|
||||
RECORDS
|
||||
Peak speed 225,? km/h
|
||||
Longest jump 101,? m
|
||||
Peak speed 225,2 km/h
|
||||
Longest jump 101,3 m
|
||||
Max time spent in air 4,6 s
|
||||
|
||||
TRIVIAL
|
||||
Number of times heliports used 50
|
||||
Fuel drums found 560
|
||||
Fuel drums found 708
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
3
odometer.json
Normal file
3
odometer.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"1665187305": 2975.0
|
||||
}
|
BIN
saves/2022/10/02/FUEL_SAVE_V14.zip
Normal file
BIN
saves/2022/10/02/FUEL_SAVE_V14.zip
Normal file
Binary file not shown.
BIN
saves/2022/11/15/FUEL_SAVE_V14.zip
Normal file
BIN
saves/2022/11/15/FUEL_SAVE_V14.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user