Compare commits

...

19 Commits

Author SHA1 Message Date
f0a484371b 15/11/2022 2022-11-15 21:20:59 +03:00
be2ce0411d
update README 2022-10-08 17:42:18 +03:00
eea5702071 add 3k km arrived 2022-10-08 11:53:35 +03:00
5f7ceca4ea move old save 2022-10-08 03:09:45 +03:00
7772471ee6 add since to readme 2022-10-08 03:08:18 +03:00
1cc3d18126 06/10/2022 : thx билборды 2022-10-08 03:05:23 +03:00
02c7ccd2e6 Update README.md 2019-09-03 20:32:00 +03:00
6a6c1457bf Revert "Update README.md"
This reverts commit ba3effb986.
2019-09-03 20:31:22 +03:00
ba3effb986 Update README.md 2019-09-03 20:30:38 +03:00
437a8bcc82 09/03/19 update 2019-09-03 20:28:15 +03:00
3016ab0901 Update README
new icon image
2019-09-03 18:48:22 +03:00
5a5d8ca151 05/07/19 update
see Stats.txt
2019-05-07 00:48:02 +03:00
2c8618ee74 11/12/18 update
🎵 RedBearry - Бросай
2018-11-12 02:51:13 +03:00
7064cdfee1 Complete zone
Complete challenges on Stargazers Heights
2018-09-19 23:23:44 +03:00
bc7612ebf8 The Ashtray all challenges complete 2017-01-21 13:56:32 +03:00
b94e7635bf All career racer complete!!! 2016-11-03 11:55:52 +03:00
8bfa35b9e1 Big Cleave complete! 2016-11-03 09:27:09 +03:00
2182966396 Edited README.md 2016-11-02 00:03:14 +03:00
5e7957bac2 Complete Smokester's Crater 2016-11-01 23:59:48 +03:00
11 changed files with 112 additions and 33 deletions

20
.editorconfig Normal file
View 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

BIN
.fuel.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -1,9 +1,14 @@
![FUEL](https://raw.githubusercontent.com/iiiypuk/fuel-stuff/master/.fuel.png)
**Restore saves**
`1 -` Download [saves](https://github.com/iiiypuk/fuel-stuff/releases/tag/20162710).
`2 -` See `readme.txt` in archive.
![FUEL](fuellogo.svg)
**TODO**
`-` Complete game (Career and Challenges)
`-` Get max FUEL
`-` Ride 99999999 km (max spedometer count)
**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**

View File

@ -1,26 +1,26 @@
FUEL 146714
DISTANCE 1112 km
FUEL 952485
DISTANCE 2975,0 km
PROGRESSION
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
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
VEHICLES
Vehicles owned 42/74
Liveries owned 53/222
Vehicles owned 70/74
Liveries owned 96/222
RECORDS
Peak speed 214 km/h
Longest jump 100 m
Max time spent in air 4 s
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 39
Fuel drums found 183
Number of times heliports used 50
Fuel drums found 708

View File

@ -1,5 +1,6 @@
*.exe
build-creator*
*.zip
*.obj
*.dll
*.ini
*.sav

View File

@ -1,16 +1,42 @@
CC=cl
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
all: zip.dll build_creator.c
build-creator.exe
ifeq ($(shell uname), Linux)
./$(TARGET)
else
$(TARGET)
endif
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:
del *.obj
del *.exe
del zip.dll
del *.zip
$(RM) *.obj
$(RM) $(TARGET)
$(RM) zip.dll
$(RM) *.zip

24
fuellogo.svg Normal file
View File

@ -0,0 +1,24 @@
<?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>

After

Width:  |  Height:  |  Size: 1.9 KiB

3
odometer.json Normal file
View File

@ -0,0 +1,3 @@
{
"1665187305": 2975.0
}

Binary file not shown.

Binary file not shown.