Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 1.71 KB

File metadata and controls

52 lines (47 loc) · 1.71 KB

New console commands:

Basic stuff you can call by typing /<command> in OA game console.

 - bet              <horse>[red,blue] <amount> <currency>[BTC,OAC]
 - unbet            <bet_ID>
 - pastBets
 - pastBets         elder
 - betsSummary
 - ready
 - help
 - shareBalance
 - shareBalance     <currency>[BTC,OAC]
 - timeout
 - timein

New Cvars

Server-side:

  • g_enableBetting
    1 to enable all the betting features, 1 by default.
  • g_backendAddr
    The address (IP:port) string of oatot backend. This Cvar has the same defaults as backend's grpc-addr flag.
  • g_makingBetsTime
    The duration of MAKING_BETS in mins, 2 by default.
  • g_easyItemPickup
    1 for easy item pickup (high items), 1 by default.
  • g_scoreboardDefaultSeason
    Season which will be set as default scoreboard season on clients, 1 by default. 0 - no season, 1 - winter, 2 - spring, 3 - summer, 4 - autumn.
  • g_allowTimeouts
    Allows all players to use /timeout cmd, 1 by default.
  • g_afterTimeoutTime
    Time to wait after /timein cmd (in seconds).

Client-side:

  • cg_scoreboardEffects
    1 to enable additional scoreboard effects, 0 by default.
  • cg_scoreboardSeason
    Scoreboard season, g_scoreboardDefaultSeason (server-side Cvar) by default. 0 - no season, 1 - winter, 2 - spring, 3 - summer, 4 - autumn. Set to -1 in order to set server defaults again. Will be forced updated when default changes on the server.
  • cg_scoreboardAggressive
    1 to enable aggressive scoreboard effects. Incompatible with cg_scoreboardSeason != 0. 0 by default.
  • cg_hudFlagStyle
    0 to disable new flag status HUD. 1 by default.