Updating Trigger Studio for Age of Empires II: DE

1 · Shane Mulligan · June 26, 2020, 4 p.m.
Credits Without the help of dderevjanik and KSneijders, this update would not be possible. dderevjanik http://dderevjanik.github.io/agescx/formatscx/#format KSneijders https://github.com/KSneijders/AoE2ScenarioParser Update: <2020-06-27 Sat> Using AoE2ScenarioParser by KSneijders Extract a trigger into JSON using the python library. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55...