Cj
1505b01bba
Fix some compiler warnings
2024-12-30 23:50:31 -05:00
Cj
65041c3e3b
Integrate deobfuscation into remap process
2024-12-30 23:35:02 -05:00
Cj
4e33f48be0
Fix de4dot, change back to .net48, allow to build along side project. Add post build script to create the cli in a build directory in the solution directory
2024-12-30 22:54:38 -05:00
Cj
a73f2494eb
update gitignore
2024-12-30 22:52:36 -05:00
Cj
eab0265b16
remove unused methods
2024-12-30 13:20:44 -05:00
Cj
ea9e12c051
Merge pull request #15 from sp-tarkov/de4dot-integration
...
De4dot integration
2024-12-30 13:07:45 -05:00
Cj
a39ed849d9
Remove wait for key prompt from de4dot
2024-12-30 13:02:11 -05:00
Cj
e3e3a12b5c
Remove old de4dot from assets
2024-12-30 12:54:20 -05:00
Cj
9939f5ad35
Use de4dot directly, remove now unused de4dot component
2024-12-30 12:52:19 -05:00
09e8b0a598
Updated configs, added partisan and follower to botReqData
2024-12-30 16:29:32 +00:00
Cj
ccdd2099f9
Initial de4dot integration and migration to net8
2024-12-30 10:58:51 -05:00
Cj
790543bed8
Merge pull request #14 from ArchangelWTF/update-de4dot
...
Update de4dot to use dnlib 4.4.0 and x64
2024-12-30 10:21:43 -05:00
77a24319b1
Update de4dot to use dnlib 4.4.0 and x64
...
Adds the source code used for this modification, this de4dot source code has been cleaned of any things not needed for deobfuscating the tarkov assembly
Co-authored-by: 静穏靄 <170472707+seionmoya@users.noreply.github.com>
2024-12-30 16:01:39 +01:00
Chomp
8b90848366
Small mapping improvements
2024-12-30 14:53:39 +00:00
Chomp
3a906a28a1
Merge pull request #13 from Lacyway/master
...
Update mappings
2024-12-30 14:47:39 +00:00
Lacyway
7bda861246
Update mappings
2024-12-30 15:19:06 +01:00
Cj
185f8026bc
Remove code that resulted in duplicate naming
2024-12-29 13:50:07 -05:00
Cj
b763071384
Clean up logging
2024-12-29 13:38:04 -05:00
Chomp
f1d8ac1ccb
Updated items
2024-12-29 18:14:15 +00:00
c92a65f4e4
updated Type for autodumper
2024-12-27 16:12:19 +00:00
Cj
1cb48178da
Merge remote-tracking branch 'origin/master'
2024-12-26 17:22:34 -05:00
Cj
72c21babdd
Add GControl to the list of tokens to match
2024-12-26 17:22:26 -05:00
fe0b3910e7
First pass 4.0.0 ( #12 )
...
* Update InsuredItemClass
* Add events to mappings (so it stops clogging up my git)
* Fix up mappings
- IConditionCounter became IConditional
- CorpseLootItemClass became just a LootItem
* Remove InventoryContainerClass, remapper currently doesn't seem to rebind GControl's
2024-12-26 21:43:07 +00:00
Chomp
581d737027
Merge branch 'master' of https://github.com/sp-tarkov/assembly-tool
2024-12-26 18:40:59 +00:00
Chomp
0bab4e43ba
Updated mappings
2024-12-26 18:39:53 +00:00
Cj
7ea7b1646f
Rename CLI project for uniformity, fix namespaces and add readme.md for the command line app.
2024-12-22 07:04:20 -05:00
Cj
db98a23731
Fix naming bug that resulted in things like ItemItem
2024-11-06 15:47:16 -05:00
06ada00039
Merge pull request 'Feature: Auto map types based on items.json and BSG's TypeTable' ( #15 ) from Feat-Auto-map-items into master
...
Reviewed-on: SPT/AssemblyTool#15
2024-11-06 19:18:28 +00:00
Cj
6c2f7f0ee9
Fix bad naming on struct
2024-11-05 23:31:04 -05:00
Cj
06602ce037
Remove more not needed manual remaps, dynamically remap item templates (different from the item objects) and clean up
2024-11-05 21:16:37 -05:00
Cj
c26df580d2
Remove remaps that are now dynamically generated.
2024-11-05 20:36:12 -05:00
Cj
663148d3ed
WIP: Remap classes based on parents in item.json
2024-11-05 20:19:35 -05:00
Cj
53c9685580
Fix bad path causing the config to get wiped
2024-11-05 16:19:38 -05:00
Cj
4ad34ea6ab
Allow debugging of the CLI, preface the command with [debug] to await debugger connection.
2024-11-05 15:33:57 -05:00
Cj
f56ec6d0a1
Fix typo
2024-11-05 14:25:54 -05:00
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
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
d0790a0c8f
should have been with last commit
2024-11-02 17:04:38 +00:00
86a922327c
Add Additional changes needed for new patch
2024-11-02 17:04:10 +00:00
bb2c43e9ec
Update Quit Method
2024-11-02 17:03:54 +00:00
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