8 Commits

Author SHA1 Message Date
akatatsu27
6432fe32ca
fix some SceneGroup syntax errors (#23)
* IGEBKIHPOIF -> pointDelta

* IDHGEIMEKHB -> openStateType

* fix script closure errors (goto strikes again!)
2022-10-25 11:14:53 +05:30
hartie95
e7d859bf67 script fixes for luaj
* added lua context to ScriptLib function calls where missing
* fixed parameters for some calls
2022-09-05 01:00:35 +02:00
hartie95
04137feb76 add lua context to PrintLog calls
used scripts:
* `grep -rle "L[1-9]_2 = L[1-9]_2.PrintLog" . | xargs sed -i '/L1_2 = L1_2.PrintLog/, /L2_2 = \"[ .]*\"/ s/L1_2(L2_2)/L1_2(A0_2, L2_
2)/'`
*
2022-09-05 00:16:04 +02:00
hartie95
0195075dab Added the context to all GetEntityType calls
* used this shell command `grep -rl "L2_2 = L2_2.GetEntityType" . | xargs sed -i '/L2_2 = L2_2.GetEntityType/, /L3_2 = EntityType/ s/L2_2 = L2_2(L3_2)/L2_2 = L2_2(A0_2, L3_2)/'`
2022-09-03 18:02:23 +02:00
Kokoboy
2ce4380b1e Update 2.8RES 2022-07-12 13:03:35 +05:30
longhuan1999
8bc21af72a Replacing the integer division operator with a rounding function
Replacing the "//" operator with the "math.floor()" function to avoid Grasscutter loading Lua with an error: 'javax.script.ScriptException: eval threw javax.script.ScriptException: eval threw javax.script.ScriptException: [string "script"]:1304: unexpected symbol 47 (/)'
2022-07-11 12:29:42 +08:00
Anush
b851558b8a V2.7 Resources [Not BinOutput]
ExcelBinData - GenshinData [Fixed camelCase -> PascalCase]
BinOutput - 2.6 Razmoth BinOutput with Yelan & Shinobu Avatar File Added from GenshinData
Scripts - From lilmayofuksu/animepython [2.6.51 Luas]
2022-05-28 14:03:10 +05:30
memetrollsXD
840d79ff09 Add scripts 2022-04-29 16:40:51 +02:00