Skip to content

Commit eaf3b13

Browse files
Latest Game Update
Yes, this is the latest game on this engine (as I know), Sougeki no Jaeger, update. It has first script version, but with some command other games just hasn't. Now it should work fine.
1 parent 40d5ba8 commit eaf3b13

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mscScript.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,12 @@ class mscScript:
257257
["06 0b", "HiBi", ""],
258258
["06 0c", "BiBiBiBi", ""],
259259
["06 0d", "", ""],
260-
["06 0e", "BiBi", ""]
260+
["06 0e", "BiBi", ""],
261+
["06 0f", "Bi", ""], #Only latest game?
262+
["06 11", "Bi", ""], #Only latest game?
263+
["06 13", "BiBi", ""], #Only latest game?
264+
["06 14", "BiBiBi", ""], #Only latest game?
265+
["06 15", "Bi", ""] #Only latest game?
261266
]
262267
]
263268

0 commit comments

Comments
 (0)