Compare commits
No commits in common. "master" and "20162710" have entirely different histories.
@ -1,20 +0,0 @@
|
||||
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
|
21
README.md
21
README.md
@ -1,14 +1,9 @@
|
||||

|
||||

|
||||
**Restore saves**
|
||||
`1 -` Download [saves](https://github.com/iiiypuk/fuel-stuff/releases/tag/20162710).
|
||||
`2 -` See `readme.txt` in archive.
|
||||
|
||||
**Arrived:**
|
||||
- 3000km — 11.50 08-oct-2022
|
||||
|
||||
**TODO**
|
||||
- [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**
|
||||
**TODO**
|
||||
`-` Complete game (Career and Challenges)
|
||||
`-` Get max FUEL
|
||||
`-` Ride 99999999 km (max spedometer count)
|
||||
|
36
Stats.txt
36
Stats.txt
@ -1,26 +1,26 @@
|
||||
FUEL 952485
|
||||
DISTANCE 2975,0 km
|
||||
FUEL 146714
|
||||
DISTANCE 1112 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 155/190
|
||||
Vista points visited 7/95
|
||||
Driver gear pieced owned 75/78
|
||||
Doppler Trucks found 57/57
|
||||
Mavericks found 15/15
|
||||
Zones unclocked 14/19
|
||||
Career Races finished 39/72
|
||||
Career Races with gold awarded 39/72
|
||||
Career Stars awarded 117/216
|
||||
Challenges cleared 46/190
|
||||
Vista points visited 1/95
|
||||
Driver gear pieced owned 42/78
|
||||
Doppler Trucks found 30/57
|
||||
Mavericks found 9/15
|
||||
|
||||
VEHICLES
|
||||
Vehicles owned 70/74
|
||||
Liveries owned 96/222
|
||||
Vehicles owned 42/74
|
||||
Liveries owned 53/222
|
||||
|
||||
RECORDS
|
||||
Peak speed 225,2 km/h
|
||||
Longest jump 101,3 m
|
||||
Max time spent in air 4,6 s
|
||||
Peak speed 214 km/h
|
||||
Longest jump 100 m
|
||||
Max time spent in air 4 s
|
||||
|
||||
TRIVIAL
|
||||
Number of times heliports used 50
|
||||
Fuel drums found 708
|
||||
Number of times heliports used 39
|
||||
Fuel drums found 183
|
||||
|
3
build-creator/.gitignore
vendored
3
build-creator/.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
build-creator*
|
||||
*.exe
|
||||
*.zip
|
||||
*.obj
|
||||
*.dll
|
||||
*.ini
|
||||
*.sav
|
||||
|
@ -1,42 +1,16 @@
|
||||
ifeq ($(OS),Windows_NT)
|
||||
RM = $(RM)
|
||||
CC = cl
|
||||
TARGET = build-creator.exe
|
||||
else
|
||||
ifeq ($(shell uname), Linux)
|
||||
RM = rm -f
|
||||
CC = gcc -O2
|
||||
TARGET = build-creator
|
||||
endif
|
||||
endif
|
||||
CC=cl
|
||||
|
||||
all: zip.dll build_creator.c
|
||||
ifeq ($(shell uname), Linux)
|
||||
./$(TARGET)
|
||||
else
|
||||
$(TARGET)
|
||||
endif
|
||||
build-creator.exe
|
||||
|
||||
zip.dll:
|
||||
ifeq ($(OS),Windows_NT)
|
||||
$(CC) /LD ../zip/src/zip.c /zip.dll
|
||||
else
|
||||
ifeq ($(shell uname), Linux)
|
||||
$(CC) -c ../zip/src/zip.c -o zip.dll
|
||||
endif
|
||||
endif
|
||||
|
||||
build_creator.c:
|
||||
ifeq ($(OS),Windows_NT)
|
||||
$(CC) build-creator.c zip.obj
|
||||
else
|
||||
ifeq ($(shell uname), Linux)
|
||||
$(CC) build-creator.c zip.dll -o $(TARGET)
|
||||
endif
|
||||
endif
|
||||
|
||||
clean:
|
||||
$(RM) *.obj
|
||||
$(RM) $(TARGET)
|
||||
$(RM) zip.dll
|
||||
$(RM) *.zip
|
||||
del *.obj
|
||||
del *.exe
|
||||
del zip.dll
|
||||
del *.zip
|
||||
|
24
fuellogo.svg
24
fuellogo.svg
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Creator: CorelDRAW 2018 (64-Bit) -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="128px" height="128px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
||||
viewBox="0 0 128 128"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil2 {fill:#333539}
|
||||
.fil1 {fill:#FA9949}
|
||||
.fil0 {fill:#FFF8DE}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Logo">
|
||||
<metadata id="CorelCorpID_0Corel-Layer"/>
|
||||
<g id="_2619673019744">
|
||||
<circle class="fil0" cx="64" cy="64" r="64"/>
|
||||
<circle class="fil1" cx="64" cy="64" r="59.08"/>
|
||||
<path class="fil2" d="M59.35 99.68c-0.9,0.06 -7.03,-3.15 -7.94,-3.73 -2.82,-1.79 -2.91,-2.14 -4.96,-3.84 -1.28,-1.07 -3.07,-3.44 -4.04,-4.89 -6.62,-9.91 -4.96,-23.33 -0.98,-33.74 1.71,-4.46 5.22,-9.06 8.71,-12.09 0.51,-0.43 1.16,-1 1.69,-1.35l2.12 4.57c4.45,8.13 10.32,11.9 13.01,21.13 1.28,4.38 1.25,7.4 0.32,11.85 1.13,-0.54 2.23,-1.42 3.16,-2.13 9.24,-7.11 10.33,-16.4 7.82,-28.08 0.91,0.42 4.64,3.84 5.43,4.71 9.96,10.88 11.65,25.42 3.15,37.72 -2.64,3.81 -6.99,7.5 -10.93,9.78 3.39,-0.59 9.9,-5.54 12.3,-8.27 6.01,-6.83 9.52,-15.48 8.32,-25.97 -1.04,-9.04 -6.21,-16.17 -12.69,-21.91l-1.84 -1.67c-1.84,-1.87 -3.38,-3.14 -4.42,-5.98 -0.95,-2.61 -0.66,-3.45 -0.57,-6.19 -0.91,0.64 -2.5,2.79 -3.18,4.13 -4.55,9.02 -0.46,14.83 -0.21,18.28 -2.06,-4.39 -1.93,-4.82 -5.14,-8.89 -2.15,-2.73 -4.02,-4.13 -6.44,-7.62 -4.11,-5.92 -6.18,-13.23 -6.1,-22.08 -0.56,0.67 -0.98,2.03 -1.41,2.91 -1.65,3.44 -2.96,4.99 -5.01,8.03 -7.57,11.22 -15.66,20.16 -17.85,34.43 -2.15,14.09 3.85,29.11 15.03,36.3 1.6,1.03 3.74,2.17 5.74,2.91 1.38,0.51 5.38,1.86 6.91,1.68z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
{
|
||||
"1665187305": 2975.0
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user