Turn off speedup and heat scaling to isolate bug (#22405)
This commit is contained in:
@@ -1051,14 +1051,14 @@ namespace Content.Shared.CCVar
|
|||||||
/// in-game.
|
/// in-game.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly CVarDef<float> AtmosSpeedup =
|
public static readonly CVarDef<float> AtmosSpeedup =
|
||||||
CVarDef.Create("atmos.speedup", 8f, CVar.SERVERONLY);
|
CVarDef.Create("atmos.speedup", 1f, CVar.SERVERONLY);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Like atmos.speedup, but only for gas and reaction heat values. 64x means
|
/// Like atmos.speedup, but only for gas and reaction heat values. 64x means
|
||||||
/// gases heat up and cool down 64x faster than real life.
|
/// gases heat up and cool down 64x faster than real life.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly CVarDef<float> AtmosHeatScale =
|
public static readonly CVarDef<float> AtmosHeatScale =
|
||||||
CVarDef.Create("atmos.heat_scale", 64f, CVar.SERVERONLY);
|
CVarDef.Create("atmos.heat_scale", 1f, CVar.SERVERONLY);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* MIDI instruments
|
* MIDI instruments
|
||||||
|
|||||||
Reference in New Issue
Block a user