Skip to content

Commit

Permalink
up set ver, def cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cryham committed Aug 25, 2024
1 parent 69645a2 commit 9192dd3
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 13 deletions.
21 changes: 20 additions & 1 deletion config/editor-default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ track_user = off
anisotropy = 4
horiz_lod = 3
horizons = 3
lod_bias = 2.000000
lod_bias = 1.800000
preset = 4
road_dist = 3.000000
ter_lod = 4
Expand All @@ -27,9 +27,18 @@ tripl_horiz = 0
view_dist = 60000.000000

[ graph_lights ]
boost = off
brake = off
bright = 1.000000
car = off
car_shadows = off
collect_random = off
collection = off
grid_quality = 0
reverse = off
thrust = off
track = off
underglow = off

[ graph_reflect ]
dist = 2000.000000
Expand All @@ -51,6 +60,11 @@ bushes = 1.000000
bushes_dist = 1.000000
grass = 1.000000
grass_dist = 2.000000
hor_bushes = 0.000000
hor_bushes_dist = 0.000000
hor_trees = 0.000000
hor_trees_dist = 0.000000
limit = 20000
trees = 1.500000
trees_dist = 2.000000

Expand Down Expand Up @@ -172,3 +186,8 @@ mtr =
[ video ]
bright = 1.000000
contrast = 1.000000

[ video_eff ]
ssao = off
ssao_radius = 2.000000
ssao_scale = 2.000000
45 changes: 37 additions & 8 deletions config/game-default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ start_order = 0
track = Isl12-Beach
track_user = off
trk_reverse = off
yGames = 0
ySetup = 0
ymain = 0
yrace = 0

[ graph_detail ]
anisotropy = 4
horiz_lod = 2
horizons = 3
lod_bias = 1.500000
lod_bias = 1.000000
preset = 4
road_dist = 2.000000
ter_lod = 2
Expand All @@ -94,9 +95,18 @@ tripl_horiz = 0
view_dist = 60000.000000

[ graph_lights ]
boost = on
brake = on
bright = 1.000000
car = off
car = on
car_shadows = on
collect_random = off
collection = on
grid_quality = 2
reverse = on
thrust = on
track = on
underglow = on

[ graph_par ]
particles = on
Expand Down Expand Up @@ -124,14 +134,19 @@ bushes = 1.000000
bushes_dist = 1.000000
grass = 1.000000
grass_dist = 2.000000
hor_bushes = 0.000000
hor_bushes_dist = 0.000000
hor_trees = 0.000000
hor_trees_dist = 0.000000
limit = 20000
trees = 1.500000
trees_dist = 1.000000

[ graph_water ]
lod = 0.300000
lod = 0.200000
map_size = 1
reflect = on
refract = off
refract = on
water_dist = 4000.000000

[ graphs ]
Expand All @@ -152,6 +167,7 @@ cars_view = 0
chall_tab = 0
champ_info = on
champ_tab = 0
collect_tab = 0
tweak_tab = 0

[ gui_tracks ]
Expand Down Expand Up @@ -200,7 +216,7 @@ minipos = 0.100000
car_dbgsurf = off
car_dbgtxt = off
car_dbgtxtclr = 1
car_dbgtxtcnt = 0
car_dbgtxtcnt = 2
car_tirevis = off
graphs = off
graphs_type = 0
Expand All @@ -226,7 +242,7 @@ connect_port = 4243
game_name = Default Game
local_port = 4243
master_server_address =
master_server_port = 4243
master_server_port = 4233
nickname = Player

[ pacenotes ]
Expand Down Expand Up @@ -259,6 +275,7 @@ bullet_iter = 24
dynamics_iter = 60
game_freq = 160.000000
perf_speed = 100000.000000
quality = 2
thread_sleep = 5

[ sound ]
Expand Down Expand Up @@ -301,17 +318,29 @@ profilerTxt = off
7 = Test10-FlatPerf
8 = Test12-Snow
A = Test1-Flat
B = Test7-FluidsSmall
C = Test14-Terrains
D = TestC13-Rivers
E = TestC8-Align
F = Test15-MagicFluids
G = Test16-Objects2
J = Des1-Dunes
K = Cry1-CrystalMoon
L = TestC14-Fields
M = For4-OSquare
N = Test16-Objects2
Q = Test6-Fluids
R = Test4-TerrainBig
S = Test7-FluidsSmall
S = Test17-JungleFluids
V = TestC10-Pace
W = Test13-Hills
X = Test8-Objects

[ video ]
bright = 1.000000
contrast = 1.000000

[ video_eff ]
ssao = off
ssao_radius = 2.000000
ssao_scale = 2.000000
5 changes: 3 additions & 2 deletions docs/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ The process of releasing and things that need to be checked before.
* Check all the game modes:
Championship, Challenge, Collection,
**Split screen, Multiplayer, Replays**
* Check at least new features and important older ones (see [Features](Features.md))
* Check at least new features and important older ones (from [Features](Features.md))
* Delete/rename your user dir to check default config (update *-default.cfg)
* Try a few different Vehicles and Tracks
* Test Graphics presets from combo
* Try **Track Editor** - duplicate a track, save, and at least basic editing, of each mode
* Try **Track Editor** - duplicate a track, save,
and at least basic editing, of each mode

### 4. Packages
* Create packages for supported systems and test them
Expand Down
2 changes: 1 addition & 1 deletion src/editor/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "settings_com.h"


#define SET_VER 3201 // 3.2.0
#define SET_VER 3203 // 3.2.0


class SETTINGS : public SETcom
Expand Down
2 changes: 1 addition & 1 deletion src/game/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "protocol.hpp"


#define SET_VER 3201 // 3.2.0
#define SET_VER 3203 // 3.2.0


enum eGraphType {
Expand Down

0 comments on commit 9192dd3

Please sign in to comment.