260 Commits

Author SHA1 Message Date
tamilpp25
c84f0bb0b1
Merge pull request #17 from Hartie95/small_deobfuscations_fix
deobfuscate gatherItemId in EnvAnimalGatherExcelConfigData
2022-09-30 01:11:30 +05:30
hartie95
52cfa5b112 deobfuscate gatherItemId in EnvAnimalGatherExcelConfigData 2022-09-27 22:16:27 +02:00
tamilpp25
9025d55733 Update 3.1 Excels 2022-09-27 22:00:06 +05:30
tamilpp25
6246f23bc5 Update 3.1 TextMap, Subtitle, Readable 2022-09-27 21:30:24 +05:30
tamilpp25
5346720b44 Update 3.1 BinOutput 2022-09-27 21:25:22 +05:30
akatatsu27
25dd66ccd3
some bartender and fetter deobfuscation (#16)
* some bartender and fetter deobfuscation

* Update PhotographExpressionExcelConfigData.json
2022-09-26 00:10:11 +05:30
tamilpp25
7102ebd162
Merge pull request #15 from Hartie95/binout_gadget
fixed HP fields in BinOutput/ConfigGadget/*.json
2022-09-14 18:52:48 +05:30
hartie95
92d5599dcc fixed HP fields in BinOutput/ConfigGadget/*.json 2022-09-14 09:52:10 +02:00
tamilpp25
28f42d50ea
Merge pull request #14 from NickTheHuy/3.0 2022-09-13 01:29:01 +05:30
NickTheHuy
24fd05eb4a Update scene40653.lua
smol fix
2022-09-11 19:29:50 +03:00
Koks
85758f4138
Merge pull request #11 from Hartie95/script_fixes
Multiple script fixes for luaj
2022-09-06 15:58:00 +05:30
Koks
9a4716c133
Merge pull request #12 from Hartie95/3.0_quest_keys
add 3.0 quest keys
2022-09-06 15:57:18 +05:30
hartie95
9c264055f1 added 3.0 quest keys (sourced from https://github.com/ToaHartor/GI-cutscenes/blob/main/versions.json ) 2022-09-05 17:12:24 +02:00
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
NickTheHuy
23dfcf07d4 Create scene40653.lua 2022-08-30 10:34:56 +03:00
Kokoboy
bcddce5358 Update Dendro Traveler Embryo 2022-08-26 13:09:28 +05:30
Kokoboy
5e71972043 Update Readme & Added the Known Issue 2022-08-25 22:54:17 +05:30
Kokoboy
a74a03d02a Revert QuestExcelConfig to V2.8
Reverting to 2.8 QuestExcel for the time being because 3.0 QuestExcel has Condition Data removed and GC won't support those
2022-08-25 22:43:32 +05:30
Koks
6bcca98ee0
Update README.md 2022-08-22 11:48:03 +05:30
Kokoboy
df29c65f05 Update 3.0Res
ExcelBinOutput Updated
Embryo & Scene BinOutput Files Updated. Thanks to GCBackRooms
Will Update QuestEncryptionKeys.json once keys are captured / Pull Req Keys also welcomed  😳
2022-08-22 11:01:19 +05:30
Koks
c6844f41c5
Merge pull request #8 from zhaodice/patch-1
add QuestEncryptionKeys.json
2022-08-08 08:24:21 +05:30
赵怡然
3ec6147862
add QuestEncryptionKeys 2022-08-06 15:17:40 +08:00
Koks
69966be606
Update README.md 2022-07-20 04:42:42 +05:30
Kokoboy
7abdbab7a1 Added Scene9 BinOutput
Credits to Windy - ayy lmao
2022-07-20 04:35:53 +05:30
Koks
1344134896
Update README.md 2022-07-12 13:12:41 +05:30
Kokoboy
2ce4380b1e Update 2.8RES 2022-07-12 13:03:35 +05:30
Koks
4535250c5f
Merge pull request #6 from longhuan1999/main
Replacing the integer division operator with a rounding function
2022-07-12 09:59:00 +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
Koks
67bc29fb82
Merge pull request #4 from GanyusLeftHorn/deobfuscate
(Mostly) Deobfuscate AvatarAbilities and Scene Points
2022-07-04 06:57:23 +05:30
GanyusLeftHorn
5de45edae1 Deobfuscate AvatarAbilities and scene points. 2022-07-03 21:39:27 +02:00
Koks
6a4f84ecc6
Update README.md 2022-06-08 17:39:09 +05:30
Anush
20ced72968 Update ReliquaryAffixExcelConfigData.json 2022-05-30 09:51:28 +05:30
Koks
049444439f
Update README.md 2022-05-29 21:06:27 +05:30
Koks
b132cae61c
Update README.md 2022-05-29 21:05:25 +05:30
Anush
0dabdc5d23 Fixed TowerFloorExcel & TowerLevelExcel 2022-05-29 20:48:11 +05:30
Anush
c2214701f0 Update 2.7 - BinOutput
Fixed Filenames of Avatar Files in BinOutput
Fixed Reliquary Missing
2022-05-29 15:28:16 +05:30
Anush
df4bd0a871 UnoReverse ExcelBinOutput
Updated:
AvatarCostumeExcelConfigData.json
ReliquaryAffixExcelConfigData.json
ReliquaryMainPropExcelConfigData.json
2022-05-28 18:34:49 +05:30
Koks
e17ea47e44
Updated Dummy README.md 2022-05-28 15:06:08 +05:30
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
Koks
0e99a59218
Merge pull request #2 from lhhxxxxx/main
Fixes for TowerFloorExcel & TowerLevelExcel
2022-05-07 16:52:00 +05:30
lhhxxxxx
6ef2faecf5 tower fixed 2022-05-07 17:15:26 +08:00
Anush
462edbe2f3 Updated Fixed AvatarCostumeExcelConfigData.json 2022-05-06 18:33:17 +05:30
Anush
eb03bc8378 Fixed Reliquary Weight Missing 2022-05-05 10:47:20 +05:30
Anush
3842807b7e Fixed Unicode 2022-05-05 08:59:32 +05:30
Anush
7eaeca4b78 Cleaned 2022-05-04 12:36:09 +05:30
Anush
363fdbcc19 Updating ExcelBinOutput V2 From Dim Repo 2022-05-04 12:11:11 +05:30
Koks
e7586e5741
Update README.md 2022-04-29 23:59:14 +05:30
Koks
edc4268059
Update README.md 2022-04-29 20:23:18 +05:30