atmos-debug-command.ftl 922 B

12345678910111213141516
  1. cmd-atvrange-desc = Sets the atmos debug range (as two floats, start [red] and end [blue])
  2. cmd-atvrange-help = Usage: {$command} <start> <end>
  3. cmd-atvrange-error-start = Bad float START
  4. cmd-atvrange-error-end = Bad float END
  5. cmd-atvrange-error-zero = Scale cannot be zero, as this would cause a division by zero in AtmosDebugOverlay.
  6. cmd-atvmode-desc = Sets the atmos debug mode. This will automatically reset the scale.
  7. cmd-atvmode-help = Usage: {$command} <TotalMoles/GasMoles/Temperature> [<gas ID (for GasMoles)>]
  8. cmd-atvmode-error-invalid = Invalid mode
  9. cmd-atvmode-error-target-gas = A target gas must be provided for this mode.
  10. cmd-atvmode-error-out-of-range = Gas ID not parsable or out of range.
  11. cmd-atvmode-error-info = No further information is required for this mode.
  12. cmd-atvcbm-desc = Changes from red/green/blue to greyscale
  13. cmd-atvcbm-help = Usage: {$command} <true/false>
  14. cmd-atvcbm-error = Invalid flag