Skip to content

Releases: ItsDeltin/Overwatch-Script-To-Workshop

OSTW v0.3

20 Jun 20:23
Compare
Choose a tag to compare
OSTW v0.3 Pre-release
Pre-release

For statements use less actions.

Added 'for(define; expression; statement;)'

Added 'while(expression)'.

New VSCode extension.

  • Has syntax highlighting, autocomplete, and signature support.
  • Can compile your script to workshop code in real time.

Methods can now be recursive (returning variables is currently broken.)

Heroes can now be referenced to by doing "Hero.Ana" instead of "HeroVar(Hero.Ana)"

OSTW v0.2.1 (Overwatch PTR)

29 May 22:23
Compare
Choose a tag to compare
Pre-release

Fixed for statements inside if statements.
Added method support. (See methods.del example.)
Encapsulation and in-rule/method variable defining. (See methods.del example.)

PTR support, instant script compilation.

25 May 22:56
Compare
Choose a tag to compare

OSTW v0.1.3

23 May 17:51
Compare
Choose a tag to compare
OSTW v0.1.3 Pre-release
Pre-release

Fixed parsing strings with dashes. (ex: "power-up")
Fixed parameters sometimes preventing strings from parsing. (ex: <"new_high_score: <0>", score>)
Renamed AppendToArray() to Append().
Renamed CurrentArrayElement() to ArrayElement().
Renamed the enums Effect.. and PlayEffect... to Effects... and PlayEffects...
Improved string input accuracy and speed.
& and | now checks the datatype to confirm they are booleans.

OSTW v0.1.2

22 May 03:15
Compare
Choose a tag to compare
OSTW v0.1.2 Pre-release
Pre-release

Null can be used anywhere.
Fixed grouping. (a+b*(c/d))
Fixed values not being allowed as strings.
Fixed action/value selection for some data type restrictions.
Fixed input for large amounts of rules.

OSTW v0.1.1

21 May 20:25
Compare
Choose a tag to compare
OSTW v0.1.1 Pre-release
Pre-release

Arrays no longer require an entire variable.
Empty arrays can be created with just '[]'
Fixed enums.
Changed the prompt to save the workshop state after input.

OSTW v0.1 - Works 60% of the time!

21 May 01:41
Compare
Choose a tag to compare
Pre-release
Updated references to XOf, YOf, and ZOf.