akatatsu27
cdf8fa0930
OGFFGLGEOGF -> onKill
2022-10-03 15:47:11 +03:00
akatatsu27
2a9f847efa
HHFIHBEAPAP -> boolID
2022-10-03 15:43:31 +03:00
akatatsu27
0a448a9709
PAHBCOACBAI -> setEnable
2022-10-03 15:40:07 +03:00
akatatsu27
71302b3698
EACGOCFODIC -> hitBoxNames
2022-10-03 15:35:54 +03:00
akatatsu27
9b677e61c2
ANAGBFPADIE -> alongGround
2022-10-03 15:32:16 +03:00
akatatsu27
d496bb0ab3
JBPCKOKLHEB -> onGround
2022-10-03 15:25:48 +03:00
akatatsu27
2cb273747a
MFBOELKCPDP -> maxRandomRange
2022-10-03 15:22:41 +03:00
akatatsu27
602a198cc4
LJCNOPEIJEF -> minRandomRange
2022-10-03 15:19:15 +03:00
akatatsu27
b7c90ca80f
HAGMNJAHNLG -> bornRandom
2022-10-03 15:15:28 +03:00
akatatsu27
31a536f129
PHDCJAHHIOG -> z
2022-10-03 15:11:54 +03:00
akatatsu27
279ebd40ad
KAAPLGBEDPM -> y
2022-10-03 15:07:18 +03:00
akatatsu27
3ff71f2c4b
AEAAJCIDPED -> x
2022-10-03 15:03:27 +03:00
akatatsu27
c53e6beecf
NGDMCBABOJA -> born
2022-10-03 14:59:37 +03:00
akatatsu27
f4c6baf31a
DBBKPEICBOK -> equipPartName
2022-10-03 14:56:05 +03:00
akatatsu27
02869a90d9
DLKJFMEKLGP -> place
2022-10-03 14:51:30 +03:00
akatatsu27
16fde0a8c2
GNNLGDBFIDI -> equipPartNames
2022-10-03 14:47:25 +03:00
akatatsu27
f288e37a69
GILFKOBKGLI -> otherTargets
2022-10-03 14:44:33 +03:00
akatatsu27
6e72a68bfd
FFOHEEFOELN -> properties
2022-10-03 14:41:22 +03:00
akatatsu27
e4b73eb933
ILBIENDPCBG -> onRemoved
2022-10-03 14:38:17 +03:00
akatatsu27
5bc4d54a66
GMOHJLJMBGN -> removeAppliedModifier
2022-10-03 14:35:06 +03:00
akatatsu27
18245d6faf
MIEPCOONDEM -> modifierNameSteps
2022-10-03 14:32:11 +03:00
akatatsu27
769d46c817
CMEDACODLEA -> valueSteps
2022-10-03 14:28:53 +03:00
akatatsu27
b52a234d94
FEGIOIGELHB -> defaultGlobalValueOnCreate
2022-10-03 14:25:59 +03:00
akatatsu27
7b5ca19915
BPCFCANOMNH -> globalValueKey
2022-10-03 14:22:23 +03:00
akatatsu27
02fa3f8d79
FNJKJKACMCH -> modifierMixins
2022-10-03 14:19:19 +03:00
akatatsu27
2d11832cb1
CHBMMFLIIGH -> abilityMixins
2022-10-03 14:05:39 +03:00
akatatsu27
37d5b3f51a
KCICDEJLIJD -> onAdded
2022-10-03 13:58:13 +03:00
akatatsu27
162cab1cdc
GAIGOBCNNEE -> modifierName
2022-10-03 13:51:45 +03:00
akatatsu27
ffa72be0d6
NPEJFLBOAAN -> onAvatarOut
2022-10-03 13:47:35 +03:00
akatatsu27
e5cbe4c411
ACOKKHADPOJ -> doOffStage
2022-10-03 13:43:33 +03:00
akatatsu27
acecc55d25
JBHFPDMBFHN -> effectPattern
2022-10-03 12:46:26 +03:00
dragon
b9be0ab7c5
update 3.1 quest keys
...
from:https://github.com/ToaHartor/GI-cutscenes/pull/45
2022-10-03 11:13:29 +08:00
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
hartie95
92d5599dcc
fixed HP fields in BinOutput/ConfigGadget/*.json
2022-09-14 09:52:10 +02:00
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
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
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
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
赵怡然
3ec6147862
add QuestEncryptionKeys
2022-08-06 15:17:40 +08:00
Kokoboy
7abdbab7a1
Added Scene9 BinOutput
...
Credits to Windy - ayy lmao
2022-07-20 04:35:53 +05:30