0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 04:50:45 -05:00

34 Commits

Author SHA1 Message Date
Cj
664ff994cf Finish migration 2025-01-01 02:13:19 -05:00
Cj
572b3e037f update mappings.jsonc 2025-01-01 01:37:26 -05:00
Cj
a49c2b3aee mappings structure change part 1 2025-01-01 01:34:11 -05:00
Cj
15af480254 Remove automapper from config, start removal of automapper from gui 2024-12-31 03:28:46 -05:00
Cj
e3e3a12b5c Remove old de4dot from assets 2024-12-30 12:54:20 -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
Lacyway
7bda861246 Update mappings 2024-12-30 15:19:06 +01:00
Chomp
f1d8ac1ccb Updated items 2024-12-29 18:14:15 +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
0bab4e43ba Updated mappings 2024-12-26 18:39:53 +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
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
1ea295e9a9 Add new mappings 2024-11-04 20:42:49 +01:00
Dev
15ef523189 Updated mappings 2024-11-02 17:10:11 +00:00
Dev
1d963a51c2 Updated mappings data stored in assets 2024-08-30 09:26:34 +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
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
a43b6abf4c remove unused class and dataProvider changes, fix lib to compile correctly for use 2024-08-11 01:02:08 +01:00
CWX
c32163404c initial changes to dnlib from cecil 2024-08-10 11:00:55 +01: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
496be90eb8 Remove unused settings 2024-08-09 23:31:30 -04:00
CWX
f3d095a0a7 initial start of dumper conversion, moved assets to a Assets folder, updated PB scripts 2024-08-09 21:39:39 +01:00