Skip to content

Commit

Permalink
I gotta go Julia we got cows
Browse files Browse the repository at this point in the history
  • Loading branch information
cryham committed Dec 10, 2024
1 parent a703175 commit 980e301
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 5 deletions.
4 changes: 4 additions & 0 deletions data/cars/cameras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@

<Camera on="1" name="Arena W" type="2" bounce="0" yaw="90" pitch="-10" offset="51 35 0" speed="0" default="0" />

<Camera on="0" name="Flat Up 1 low" type="2" bounce="0" yaw="0" pitch="-90" offset="0 50 -80" speed="10" default="0" />
<Camera on="0" name="Flat Up 2 low" type="2" bounce="0" yaw="0" pitch="-90" offset="0 70 -60" speed="10" default="0" />
<Camera on="0" name="Flat Up 3 mid" type="2" bounce="0" yaw="0" pitch="-90" offset="0 100 -40" speed="10" default="0" />

<Camera on="1" name="Arena Up low" type="2" bounce="0" yaw="0" pitch="-90" offset="0 300 0" speed="10" default="0" />
<Camera on="0" name="Arena Up" type="2" bounce="0" yaw="0" pitch="-90" offset="0 500 0" speed="10" />
<Camera on="0" name="Arena Up2" type="2" bounce="0" yaw="0" pitch="-90" offset="0 1400 0" speed="10" />
Expand Down
2 changes: 1 addition & 1 deletion data/materials/Pbs/road.material.json
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
},
"fresnel" :
{
"value" : [0.3, 0.3, 0.3],
"value" : [0.1, 0.1, 0.1],
"mode" : "coloured"
},
"roughness" :
Expand Down
45 changes: 43 additions & 2 deletions data/sounds/_sounds.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,49 @@

---- sounds from
https://www.freesound.org/
edited by CryHam, in Audacity

http://creativecommons.org/licenses/by/4.0/
http://creativecommons.org/licenses/by/3.0/
http://creativecommons.org/publicdomain/zero/1.0/


---- SR 3.3 ----

// todo: not done yet vv
Name: Time warp effect
Author: chinomaker License: CC-0 Date: October 12th, 2015
https://freesound.org/people/chinomaker/sounds/324644/


Name: Hollow_metal_bang_sound_03.mp3 Hollow_metal_bang_sound_04.mp3 Hollow_metal_bang_sound_02.mp3 Hollow_metal_bang_sound_01.mp3
Author: Artninja License: CC-BY-4.0 Date: August 21st, 2023
https://freesound.org/people/Artninja/sounds/699996/ https://freesound.org/people/Artninja/sounds/699997/
https://freesound.org/people/Artninja/sounds/699995/ https://freesound.org/people/Artninja/sounds/699994/

Name: Metal_impact_banging_sounds_06222024
Author: Artninja License: CC-BY-4.0 Date: June 23rd, 2024
https://freesound.org/people/Artninja/sounds/742827/

Name: vine stretch with hit.wav
Author: Halleck License: CC-BY-4.0 Date: June 1st, 2011
https://freesound.org/people/Halleck/sounds/121734/

Name: Slide Thump.wav
Author: barrigan License: CC-BY-3.0 Date: Sep 22nd, 2008
https://freesound.org/people/barrigan/sounds/60644/

Name: Concrete block hitting the ground.flac
Author: CGEffex License: CC-BY-4.0 Date: April 3rd, 2010
https://freesound.org/people/CGEffex/sounds/93959/

Bassy Tire Hit
Author: The_Matt_Freeman License: CC-BY-3.0 Date: March 12th, 2014
https://freesound.org/people/The_Matt_Freeman/sounds/222756/

// todo: end ^^


---- SR 2 old ----

---- fluids/water*.wav fluids/mud1.wav
Name: large splashes
Expand Down Expand Up @@ -56,7 +97,7 @@ License: CC-BY-4.0
---- hud*


---- old from VDrift
---- old sounds from VDrift:

vehicle/bump_front*
vehicle/bump_rear*
Expand Down
3 changes: 1 addition & 2 deletions docs/Roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ hud new best time show, win particles-
ed add underwater
ed add arrow for emit dir

! ed *manual* update RTTs or create on save?
! ed *manual* update minimap **RTTs**, upd skip slower, or create on save?

ed fields rot, focus, telep `offset`, no cam ray cut

Expand Down Expand Up @@ -184,7 +184,6 @@ lights on `grass` tbn?, grass shader get hmap?, grass far fade-

- 🏗️ Editor, fix
objects pick `errors`
! minimap **RTTs** upd skip (slow), or create on save
new terrain issues [here](https://groups.f-hub.org/d/SW0mnXNV/track-rework-horizons-skies-and-updates/14)
edit `moved` terrains, error in ray pos-
_tools_: fix **scale ter h**, copy horizon, which ter, road
Expand Down
1 change: 1 addition & 0 deletions src/game/Gui_ProgressLoad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ void CGui::FillGameStats()
{
String s, t = " ";
int won = 0, all = 0;
s += TR("#F0F020#{Finished}:\n\n");

int pr[3] = {0,0,0}; // prizes counts, 0 bronze, 1 silver, 2 gold
auto strPr = [&]()
Expand Down

0 comments on commit 980e301

Please sign in to comment.