diff --git a/mur_2019/data/ctrl_ers_0.ini b/mur_2019/data/ctrl_ers_0.ini new file mode 100644 index 0000000000000000000000000000000000000000..0dd7aa7cbf8e379803f414605e0fd6f3adb8bb19 --- /dev/null +++ b/mur_2019/data/ctrl_ers_0.ini @@ -0,0 +1,11 @@ +[HEADER] +NAME=Normal + +[CONTROLLER_0] +COMBINATOR=ADD ; COMBINATOR MODE: ADD or MULT +INPUT=GAS ; telemetry channel input. SLIPRATIO_MAX SLIPRATIO_AVG LONG LATG BRAKE0-1 GAS0-1 STEER-1+1 SPEEDKMH GEAR +LUT=ers_gas.lut ; input data to kers delivery lookup table +FILTER=0.96 ; filter for eliminating spikes in variations and control variation speed +UP_LIMIT=1 ; kers delivery max limit +DOWN_LIMIT=0 ; kers delivery min limit (can be negative) + diff --git a/mur_2019/data/drivetrain.ini b/mur_2019/data/drivetrain.ini index 8b970912ef9e23f6a0b350975c589561dc0dddbc..3c1b7616a3b0181f74af2768a116ee719be9ce59 100644 --- a/mur_2019/data/drivetrain.ini +++ b/mur_2019/data/drivetrain.ini @@ -9,8 +9,8 @@ TYPE=RWD ; Wheel drive. Possible options: FWD (Front Wheel Drive), RWD (Rear COUNT=1 ; forward gears number GEAR_R=-3.45 ; rear gear ratio ; forward gears ratios. must be equal to number of gears defined on count -GEAR_1=2 -FINAL=0.5 ; final gear ratio +GEAR_1=1 +FINAL=3.27 ; final gear ratio [DIFFERENTIAL] POWER=75 ; differential lock under power. 1.0=100% lock - 0 0% lock diff --git a/mur_2019/data/engine.ini b/mur_2019/data/engine.ini index 108f5f2a7cd2e231e260263d24c29bcfa0bfa2a4..ae1fe5232cfdc24597ca1434efd2d8018ac18641 100644 --- a/mur_2019/data/engine.ini +++ b/mur_2019/data/engine.ini @@ -6,13 +6,13 @@ COAST_CURVE=FROM_COAST_REF ; coast curve. can define 3 different options (coas [ENGINE_DATA] ALTITUDE_SENSITIVITY=0 ; sensitivity to altitude INERTIA=0.0383 ; engine inertia -LIMITER=1000 ; engine rev limiter. 0 no limiter +LIMITER=6000 ; engine rev limiter. 0 no limiter LIMITER_HZ=100 ; Frequency of engine limiter -MINIMUM=0 ; Idle rpm +MINIMUM=100 ; Idle rpm DEFAULT_TURBO_ADJUSTMENT=0.7 ; DEFAULT turbo adjustment if one or more turbos are cockpit adjustable [COAST_REF] -RPM=2000 ; rev number reference +RPM=3000 ; rev number reference TORQUE=10 ; engine braking torque value in Nm at rev number reference NON_LINEARITY=0 ; coast engine brake from ZERO to TORQUE value at rpm with linear (0) to fully exponential (1) diff --git a/mur_2019/data/ers.ini b/mur_2019/data/ers.ini new file mode 100644 index 0000000000000000000000000000000000000000..83f2cd4c1698696b3ec9a19e52ebc7fc5fb663c7 --- /dev/null +++ b/mur_2019/data/ers.ini @@ -0,0 +1,23 @@ +[HEADER] +VERSION=1 + +[KINETIC] +CHARGE_K=0.00000 ; Charge as function of brake torque (include engine) and rotation speed +TORQUE_CURVE=ers_torque_rear.lut ; Torque curve Nm/RPM +COAST_CURVE=ers_torque_rear_coast.lut ; Coast Torque curve Nm/RPM +DISCHARGE_TIME=850000 ; Time in ms to discharge the kers when used to deliver torque +HAS_BUTTON_OVERRIDE=0 +MAX_KJ_PER_LAP=10000000000000 ; KJ +DEFAULT_CONTROLLER=0 +BRAKE_REAR_CORRECTION=0 ; Torque removed from rear axle as function of kinetic recovery + +[HEAT] +CHARGE_K=0.0 ; Charge as function of turbo boost % +TORQUE_PERC=0 ; % of torque the Heat is able to generate from the kinetic motor + +[COCKPIT_CONTROLS] +RECOVERY=0 +DELIVERY_PROFILE=1 +MGU_H_MODE=0 + + diff --git a/mur_2019/data/ers_gas.lut b/mur_2019/data/ers_gas.lut new file mode 100644 index 0000000000000000000000000000000000000000..e92a5f8302d482c1db9e4ffeb147230f23ea36e1 --- /dev/null +++ b/mur_2019/data/ers_gas.lut @@ -0,0 +1,2 @@ +0|0 +1|1 diff --git a/mur_2019/data/ers_torque_coast.lut b/mur_2019/data/ers_torque_coast.lut new file mode 100644 index 0000000000000000000000000000000000000000..50a760acda7dedc5ca4443d1787456c473282ec0 --- /dev/null +++ b/mur_2019/data/ers_torque_coast.lut @@ -0,0 +1,20 @@ +500|20 +1000|20 +1500|20 +2000|20 +2500|20 +3000|20 +3500|20 +4000|20 +4500|20 +5000|20 +5500|15 +6000|11 +6500|6 +7000|3 +7500|3 +8000|3 +8500|3 +9000|3 +9500|3 +10000|3 diff --git a/mur_2019/data/ers_torque_rear.lut b/mur_2019/data/ers_torque_rear.lut new file mode 100644 index 0000000000000000000000000000000000000000..791b1d6801cc32cbb2f383e659c12cebe5c2f031 --- /dev/null +++ b/mur_2019/data/ers_torque_rear.lut @@ -0,0 +1,27 @@ +0|673 +168.8359007|672.9 +337.6718014|672.7 +506.5077021|672.5 +675.3436026|672 +844.1795036|671.5 +1013.015404|671 +1181.851305|669 +1350.687206|667.5 +1519.523106|667.5 +1688.359007|669 +1857.194908|669.5 +2026.030808|670.5 +2194.866709|671.5 +2363.70261|672 +2532.538511|672.5 +2701.374411|673 +2870.210312|673.5 +3039.046212|673 +3207.882113|672.6 +3376.718014|672.3 +3545.553915|672 +3714.389816|670 +3883.225716|666 +4052.061617|651 +4220.897517|610 +4389.733418|0 diff --git a/mur_2019/data/final.rto b/mur_2019/data/final.rto deleted file mode 100644 index e538d3514d505eb123dfac723ffd6c82c3095813..0000000000000000000000000000000000000000 --- a/mur_2019/data/final.rto +++ /dev/null @@ -1,3 +0,0 @@ -10//31|3.10 -10//41|4.10 -10//51|5.10 diff --git a/mur_2019/data/lods.ini b/mur_2019/data/lods.ini index 0c0f7a0b89c8c74262c133ca2bee41e4cfa68bec..74bb1a383df4e1061bdf4cd4daef0aafbfa8e56f 100644 --- a/mur_2019/data/lods.ini +++ b/mur_2019/data/lods.ini @@ -7,4 +7,4 @@ DISTANCE_SWITCH=25 [LOD_0] FILE=mur_2019.kn5 IN=0 -OUT=15 \ No newline at end of file +OUT=1600 \ No newline at end of file diff --git a/mur_2019/data/power.lut b/mur_2019/data/power.lut index efa8cf312b5a40b1b6cc3877d53071a0453a89da..bd1ccd96a376a6255992463dc4c5851b9a3a19fb 100644 --- a/mur_2019/data/power.lut +++ b/mur_2019/data/power.lut @@ -1,26 +1 @@ -0|673 -25.81588696|672.9 -51.63177391|672.7 -77.44766087|672.5 -103.2635478|672 -129.0794348|671.5 -154.8953217|671 -180.7112087|669 -206.5270957|667.5 -232.3429826|667.5 -258.1588696|669 -283.9747565|669.5 -309.7906435|670.5 -335.6065304|671.5 -361.4224174|672 -387.2383044|672.5 -413.0541913|673 -438.8700783|673.5 -464.6859652|673 -490.5018522|672.6 -516.3177391|672.3 -542.1336261|672 -567.9495131|670 -593.7654|666 -619.581287|651 -645.3971739|610 +0|0 diff --git a/mur_2019/data/ratios.rto b/mur_2019/data/ratios.rto deleted file mode 100644 index 75fdbe649a378b1e7c12040296cec6505bc3f47f..0000000000000000000000000000000000000000 --- a/mur_2019/data/ratios.rto +++ /dev/null @@ -1,16 +0,0 @@ -14//37|2.64 -14//33|2.36 -18//35|1.94 -15//26|1.73 -18//28|1.56 -18//27|1.50 -20//28|1.40 -21//27|1.29 -22//27|1.23 -24//28|1.17 -20//22|1.10 -22//23|1.05 -26//26|1.00 -27//26|0.96 -26//24|0.92 -25//22|0.88 diff --git a/mur_2019/data/setup.ini b/mur_2019/data/setup.ini index c30abad1bbde8866a7bb1a6c73b4df7c0cbe2bb8..e803ef8de775c8ea8118b4a3377948e85d6535e9 100644 --- a/mur_2019/data/setup.ini +++ b/mur_2019/data/setup.ini @@ -564,57 +564,3 @@ POS_X=0.5 POS_Y=1 HELP=HELP_BRAKE_BIAS - -///////////////////////////////////////////////////// -;GEARS -///////////////////////////////////////////////////// - -[GEAR_1] -RATIOS=ratios.rto -NAME=First Gear -POS_X=0.5 -POS_Y=0 -HELP=HELP_REAR_GEAR - -[GEAR_2] -RATIOS=ratios.rto -NAME=Second Gear -POS_X=0.5 -POS_Y=1.5 -HELP=HELP_REAR_GEAR - -[GEAR_3] -RATIOS=ratios.rto -NAME=Third Gear -POS_X=0.5 -POS_Y=3 -HELP=HELP_REAR_GEAR - -[GEAR_4] -RATIOS=ratios.rto -NAME=Fourth Gear -POS_X=0.5 -POS_Y=4.5 -HELP=HELP_REAR_GEAR - -[GEAR_5] -RATIOS=ratios.rto -NAME=Fifth Gear -POS_X=0.5 -POS_Y=6 -HELP=HELP_REAR_GEAR - -[GEAR_6] -RATIOS=ratios.rto -NAME=Sixth Gear -POS_X=0.5 -POS_Y=7 -HELP=HELP_REAR_GEAR - - -[FINAL_GEAR_RATIO] -RATIOS=final.rto -NAME=Final Gear Ratio -POS_X=0.5 -POS_Y=7.5 -HELP=HELP_REAR_GEAR \ No newline at end of file diff --git a/mur_2019/data/sounds.ini b/mur_2019/data/sounds.ini index 345e8dde0d9d18b9cd494a87ffd75955996f5d9b..b97ed4eef0912f330d8f68be44601bf91d152132 100644 --- a/mur_2019/data/sounds.ini +++ b/mur_2019/data/sounds.ini @@ -35,4 +35,4 @@ GAIN=1 DISTANCE_SCALE=7 [ENGINE] -VOLUME_GAIN=-99999 \ No newline at end of file +VOLUME_GAIN=1 \ No newline at end of file diff --git a/mur_2019/skins/default/preview.jpg b/mur_2019/skins/default/preview.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ceba6c643f3b997a3dd976f2380f11f4803831b Binary files /dev/null and b/mur_2019/skins/default/preview.jpg differ diff --git a/mur_2019/skins/test/livery.png b/mur_2019/skins/test/livery.png new file mode 100644 index 0000000000000000000000000000000000000000..d8715548a3f16113b8c4775a887b170c6f98973f Binary files /dev/null and b/mur_2019/skins/test/livery.png differ diff --git a/mur_2019/skins/test/preview.jpg b/mur_2019/skins/test/preview.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bce87a788a9812e52ddbdd5feeb12b7cce69b64b Binary files /dev/null and b/mur_2019/skins/test/preview.jpg differ diff --git a/mur_2019/skins/tutorial/livery.png b/mur_2019/skins/tutorial/livery.png index 079b6feebc82095800386c5d7ab4265f9ccabf56..34324620a9b9205d4c82b2945b3a7465207d9b75 100644 Binary files a/mur_2019/skins/tutorial/livery.png and b/mur_2019/skins/tutorial/livery.png differ diff --git a/mur_2019/skins/tutorial/preview.jpg b/mur_2019/skins/tutorial/preview.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ac71b63cf976994b9bf6b9d262899ced95ee7c0 Binary files /dev/null and b/mur_2019/skins/tutorial/preview.jpg differ