233 Commits

Author SHA1 Message Date
Cj
e9d6b30e88 Add ENomatchReason for events, and properly handle them. 2024-11-05 14:22:28 -05:00
8a350c6818 Feature: Adding Include/Exclude for events. (#13)
Added checking events for the remapping, can include/exclude any events, tested.
Added New GUI option for events. also fixed ExcludeNestedTypes wrongly displayed if no IncludeNestedTypes exists.

Co-authored-by: SlejmUr <slejmur@protonmail.com>
Reviewed-on: SPT/AssemblyTool#13
Co-authored-by: SlejmUr <slejmur@noreply.dev.sp-tarkov.com>
Co-committed-by: SlejmUr <slejmur@noreply.dev.sp-tarkov.com>
2024-11-05 18:21:26 +00:00
1d44e1cac2 mapping-updates (#14)
* Renames NetworkHealthSyncStruct to NetworkHealthSyncPacketStruct
* Makes RevolverFireOperationClass only have one possible match
* Re-adds a whole bunch of mapping for inventory operations.

Reviewed-on: SPT/AssemblyTool#14
Co-authored-by: Archangel <jesse@archangel.wtf>
Co-committed-by: Archangel <jesse@archangel.wtf>
2024-11-05 18:19:29 +00:00
Cj
00588855f2 Merge pull request 'Add new mappings' (#11) from Archangel/AssemblyTool:new-mappings into master
Reviewed-on: SPT/AssemblyTool#11
2024-11-04 20:02:11 +00:00
1ea295e9a9 Add new mappings 2024-11-04 20:42:49 +01:00
Cj
e9b1649d55 Don't unseal classes for the launcher, resolves launcher not starting 2024-11-02 22:08:27 -04:00
Cj
c1a36ee8e3 Publicize and unseal launcher 2024-11-02 21:30:02 -04:00
Cj
817fe28c1e Merge remote-tracking branch 'origin/master' 2024-11-02 15:58:35 -04:00
Cj
5c1842daaa Add additional function to the deobfuscation command 2024-11-02 15:58:08 -04:00
Dev
15ef523189 Updated mappings 2024-11-02 17:10:11 +00:00
CWX
d0790a0c8f should have been with last commit 2024-11-02 17:04:38 +00:00
CWX
86a922327c Add Additional changes needed for new patch 2024-11-02 17:04:10 +00:00
CWX
bb2c43e9ec Update Quit Method 2024-11-02 17:03:54 +00:00
CWX
07900a46cf Update BotData 2024-11-02 17:03:45 +00:00
Cj
0e53a50977 Delete mapping.json in root 2024-08-30 04:34:38 -04:00
Dev
1d963a51c2 Updated mappings data stored in assets 2024-08-30 09:26:34 +01:00
Cj
7337896168 22 new mappings, mapped all MovementStates, AbstractSkillClass, and BaseAnimationOperation 2024-08-29 20:44:10 -04:00
Cj
3ab1c05547 Clear _alreadyGivenNames on each run, Create mapping file if it doesn't exist instead of throwing an exception 2024-08-29 19:35:27 -04:00
Cj
ff0db0cae0 Update mappings to latest 2024-08-29 15:34:01 -04:00
Dev
05341a69b2 Renamed output DLLs to improve clarity 2024-08-23 13:24:16 +01:00
CWX
e22af4ef15 Remove need for Iteration count, should fix being kicked for AFK 2024-08-21 22:01:38 +01:00
CWX
6a3219e12b forgot to copy new files for dumper 2024-08-21 20:55:27 +01:00
Dev
50430b9bf3 Added GControl structure to type list 2024-08-21 09:52:51 +01:00
Dev
1a759fef19 Handled an edge case where the renaming system has no TypePrimeCandidate 2024-08-21 09:52:32 +01:00
Dev
a2e63dc2e4 Updated remapper to save new updated mappings to new file instead of overwriting existing 2024-08-21 09:50:57 +01:00
Dev
2a9f58be9a Updated mappings 2024-08-21 09:50:19 +01:00
Cj
aff1620286 Merge remote-tracking branch 'origin/master' 2024-08-21 03:35:54 -04:00
Cj
870d8101f6 Add ValueStruct to the token search list 2024-08-21 03:35:10 -04:00
CWX
c6f94ab538 Updated Quick dumper to work, will refactor with comments etc 2024-08-20 23:24:18 +01:00
CWX
81d0d74fd8 fix ref to private.corelib with dnlib, dumper now works as before, (exluding quickDumper, still need to work on that) 2024-08-12 12:52:15 +01:00
CWX
0c08b56faa now creates dir, copies files, and creates dumper zip 2024-08-12 12:20:01 +01:00
CWX
41c2fb459d removed un-ness configuration 2024-08-12 12:19:41 +01:00
CWX
f02b41e3c3 moved jsons to dumpLib 2024-08-12 12:19:06 +01:00
CWX
0dfebbba31 Remove Copied Jsons, build will do it 2024-08-12 12:18:47 +01:00
CWX
2e5af34662 remove mono cecil 2024-08-12 12:18:12 +01:00
CWX
aaa44f1867 no longer copy dumpLib as build will 2024-08-12 12:16:58 +01:00
CWX
217dc63c33 refactor to use correct modules, and importers, added some comments and cleaned up 2024-08-11 11:35:39 +01:00
CWX
d25aacaf29 make description a little clearer on whats required 2024-08-11 11:34:29 +01:00
CWX
ea7b39363e rename to ILHelper 2024-08-11 11:33:57 +01:00
CWX
0197431baf Rename to reflectionHelper 2024-08-11 11:33:43 +01:00
CWX
a43b6abf4c remove unused class and dataProvider changes, fix lib to compile correctly for use 2024-08-11 01:02:08 +01:00
CWX
7c0575d423 Merge branch 'master' of https://dev.sp-tarkov.com/SPT/AssemblyTool into Dump-DnLib-Conversion 2024-08-10 13:38:16 +01:00
CWX
c4a5ea7e34 Merge branch 'master' into Dump-DnLib-Conversion 2024-08-10 13:38:03 +01:00
CWX
1b780b3330 attempt at fixing imports 2024-08-10 13:37:55 +01:00
Cj
cf064e041b Remove residual code from unused component 2024-08-10 07:31:12 -04:00
CWX
c32163404c initial changes to dnlib from cecil 2024-08-10 11:00:55 +01:00
Cj
4bab2015f0 Implement proper no match error handling. 2024-08-10 04:58:49 -04:00
CWX
a21347b21d added dumper tool as it was in the old tool, to branch and convert 2024-08-10 08:20:37 +01:00
Cj
67aae1178b Fix possible null reference 2024-08-09 23:42:34 -04:00
Cj
496be90eb8 Remove unused settings 2024-08-09 23:31:30 -04:00