Skip to content

OSTW v1.4.1

Pre-release
Pre-release

Choose a tag to compare

@ItsDeltin ItsDeltin released this 25 Apr 21:13
· 1299 commits to master since this release

Updated for the new workshop update, see patch notes here.

  • Updated element counter.
  • Echo support.
  • Added description support for customGameSettings.json.
  • Calling break; will now use the workshop's new Break action rather than skip. Calling continue; will use the workshop's new Continue action. Calling continue in a for loop with an iterator or in a foreach loop will still use skip.
  • Added new workshop functions.
    • IsMeleeing
    • IsJumping
    • EventDirection
    • EventAbility
    • AbilityCooldown
    • AbilityIconString
    • SetCrouchEnabled
    • SetMeleeEnabled
    • SetJumpEnabled
    • DeclareRoundDraw
    • SetAbilityCooldown
    • CancelPrimaryAction
    • ButtonValue

ButtonValue needs to wrap the Button enumerator for the new actions and values that require a button parameter.

  • Subroutine overriders now call the subroutine rather than inserting the actions.
  • Added 'Call Mech Knockback Scalar' and 'Spawn Without Mech' settings.
  • Fixed class variables resolving initial value at the wrong time.
  • Fixed getting a macro variable's index.
  • Fixed 'Match Voice Chat' setting output.
  • Fixed Settings/lobby output.
  • Fixed type initialization occurring multiple times.
  • Fixed Team rule restriction.

v1.4.1

Fixed assigning subroutine parameters to the extended collection.