DrakiaXYZ
  • Joined on 2023-03-03
DrakiaXYZ pushed to master at DrakiaXYZ/AssemblyTool 2024-11-05 16:00:00 -05:00
4ad34ea6ab Allow debugging of the CLI, preface the command with [debug] to await debugger connection.
f56ec6d0a1 Fix typo
e9d6b30e88 Add ENomatchReason for events, and properly handle them.
8a350c6818 Feature: Adding Include/Exclude for events. (#13)
1d44e1cac2 mapping-updates (#14)
Compare 16 commits »
90e0c2c4b9 Resolve missing static forced containers/weapons when using loot dumps from multiple versions
DrakiaXYZ created branch fix-staticcontainers-multiversion in DrakiaXYZ/LootDumpProcessor 2024-11-04 23:41:09 -05:00
DrakiaXYZ created repository DrakiaXYZ/LootDumpProcessor 2024-11-04 19:20:58 -05:00
DrakiaXYZ created pull request chomp/BotGenerator#4 2024-11-04 10:38:33 -05:00
Drastically reduce memory footprint at the cost of removing threading
DrakiaXYZ pushed to feat-memory-improvements at DrakiaXYZ/BotGenerator 2024-11-04 02:29:58 -05:00
9ddbc91977 Drastically reduce memory footprint at the cost of removing threading
DrakiaXYZ created branch feat-memory-improvements in DrakiaXYZ/BotGenerator 2024-11-04 02:29:58 -05:00
DrakiaXYZ created pull request chomp/BotGenerator#3 2024-11-03 20:58:01 -05:00
Fix exceptions when run against latest bot dumps
DrakiaXYZ created branch fix-310-newbots in DrakiaXYZ/BotGenerator 2024-11-03 20:57:42 -05:00
DrakiaXYZ pushed to fix-310-newbots at DrakiaXYZ/BotGenerator 2024-11-03 20:57:42 -05:00
e0f9cfbfaa Fix exceptions when run against latest bot dumps
DrakiaXYZ closed pull request chomp/BotGenerator#2 2024-11-01 23:13:30 -04:00
Fix some issues with latest 3.10 dumps
DrakiaXYZ commented on pull request chomp/BotGenerator#2 2024-11-01 23:13:29 -04:00
Fix some issues with latest 3.10 dumps

No longer necessary

DrakiaXYZ pushed to master at DrakiaXYZ/BotGenerator 2024-11-01 23:10:13 -04:00
9661b27794 Fixed nullref
2415929c46 update
Compare 2 commits »
DrakiaXYZ created pull request chomp/BotGenerator#2 2024-11-01 00:56:53 -04:00
Fix some issues with latest 3.10 dumps
DrakiaXYZ pushed to fix-zombies at DrakiaXYZ/BotGenerator 2024-11-01 00:56:21 -04:00
3ec2ce789b - Update items.json from latest 3.10.0 server branch
DrakiaXYZ created branch fix-zombies in DrakiaXYZ/BotGenerator 2024-11-01 00:56:21 -04:00
DrakiaXYZ created repository DrakiaXYZ/BotGenerator 2024-11-01 00:48:23 -04:00
DrakiaXYZ created repository DrakiaXYZ/AssemblyTool 2024-10-31 16:07:01 -04:00
DrakiaXYZ pushed to master at DrakiaXYZ/SPT-AKI-Installer 2024-07-19 18:20:50 -04:00
e93f0d62a6 Fixed typos
e4b8fe10ab Adjusted error copy text
34828b3240 Improved capitalization for error message
d2d1e584c1 Improved EFT not installed error to give user action point on how to remedy issue
7ea9b42452 Merge pull request 'bump version' (#104) from waffle.lord/Installer:master into master
Compare 65 commits »
DrakiaXYZ commented on pull request waffle.lord/Patcher#21 2024-06-25 00:44:06 -04:00
Switch patch apply to use XDeltaSharp

I provided a custom patcher to Aqua in the SPT discord containing this code, and uncompressed patches. They were unable to utilize the xdelta3.exe based patcher due to the Access Violation…