OSTW v1.4.1
Pre-release
Pre-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 newBreakaction rather than skip. Callingcontinue;will use the workshop's newContinueaction. Calling continue in aforloop with an iterator or in aforeachloop will still use skip. - Added new workshop functions.
IsMeleeingIsJumpingEventDirectionEventAbilityAbilityCooldownAbilityIconStringSetCrouchEnabledSetMeleeEnabledSetJumpEnabledDeclareRoundDrawSetAbilityCooldownCancelPrimaryActionButtonValue
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.