ヒヤシンス
d6983b10f8
feat: global support
...
- added a way to fetch global addressables
2025-03-28 19:20:12 +08:00
ヒヤシンス
82e51323c7
feat: encyptions
...
- ported crypto
- ported decrypting catalog url
2025-03-28 18:37:46 +08:00
ヒヤシンス
d245f2c793
feat: oxidization
2025-03-27 17:37:37 +08:00
Deathemonic
9998616b78
docs: correction needed 😭
2024-12-14 12:53:39 +08:00
Deathemonic
2e250987a8
feat: easy install
...
- added platformdirs for proper cache directories
- rewrite game data to use platformdirs
- updated docs for a easy installation instructions
2024-12-14 12:50:14 +08:00
ヒヤシンス
a51916d267
docs: fix search mode table
2024-12-10 21:51:13 +08:00
Deathemonic
e48748d996
fix: running search mode for the first time it shows nothing
...
- updated docs readme example images
- added a check if search mode is run for the first time
- change initialize download to public
2024-12-09 07:08:03 +08:00
Deathemonic
06ac0a6e88
feat: seach mode
2024-12-06 21:11:01 +08:00
Deathemonic
c31589a386
docs: readme update
2024-12-06 19:44:59 +08:00
Deathemonic
49f6daec17
Merge branch 'main' of https://github.com/Deathemonic/BA-AD
2024-12-06 19:41:13 +08:00
Deathemonic
5e06cb9760
feat: add filtering capability
2024-12-06 19:41:06 +08:00
ヒヤシンス
3f669dfc41
docs: correction needed 😭
2024-12-03 12:17:44 +08:00
Deathemonic
5cae1ea12f
docs: minor tweaks
2024-11-08 18:01:23 +08:00
Deathemonic
17c2279764
docs: installation update
2024-11-08 17:56:11 +08:00
Deathemonic
1fb1392143
feat: project version bump, moved from pip to uv
...
- moved from pip to uv for more faster packaging installation
- bump baad version from 1.0.0 to 2.1.0
- remove unnessary files
- updated readme
2.1.0
2024-11-08 17:24:49 +08:00
Deathemonic
8a425760a4
Merge branch 'main' of https://github.com/Deathemonic/BA-AD
2024-10-23 21:10:21 +08:00
Deathemonic
0705e7eb26
fix: added old apk files check
...
- added a check if the old files detected it will delete it
2024-10-23 21:10:14 +08:00
ヒヤシンス
f8a1035159
docs: readme link fix
2024-10-19 19:39:39 +08:00
ヒヤシンス
6abd175585
feat: refactored
...
- refactored catalogdecrypter
2024-10-12 02:52:59 -07:00
Deathemonic
db2e0e373e
feat: fixes and bump version
...
- bump dump.cs to 1.49
- merge TableParser and MediaParser into one
- added proper python keyword sanitizer in the flatbuffer generator
2024-10-06 00:12:14 -07:00
Deathemonic
8af2d3a919
docs: added custom catalog url
2024-09-28 01:55:33 -07:00
Deathemonic
0bf5d156fe
feat: custom catalog url support
...
- added a way to load custom catalog url, useful for downloading old assets
2024-09-28 01:47:16 -07:00
ヒヤシンス
0e346660cd
docs: fixed typo
2024-07-31 07:38:51 +08:00
ヒヤシンス
023184f86e
docs: fixed typo
2024-07-30 23:29:37 +08:00
Deathemonic
b3246185d9
docs: added whtat to do?
2024-07-31 07:27:53 +08:00
Deathemonic
a57898e696
docs: updated readme
2024-07-31 07:04:09 +08:00
Deathemonic
ca599cc1c5
docs: updated dump instructions
2024-07-31 03:48:29 +08:00
Deathemonic
7ee4254a39
docs: add extra screenshots
2024-07-31 03:36:58 +08:00
ヒヤシンス
2c63eb63f3
fix: added type hints
2024-07-30 17:49:47 +08:00
ヒヤシンス
46bbcc55bd
fix: typos
2024-07-30 17:38:32 +08:00
Deathemonic
6fbc058a3c
docs: move the tutorial
2024-07-30 21:12:59 +08:00
Deathemonic
ace32d381a
docs: added tutorial
2024-07-30 21:08:40 +08:00
Deathemonic
a497a62280
fix: add proper aio file write
...
- added aio file write to prevent download failed
- fix typo at studio extracter
- updated docs: readme
2024-07-30 17:45:11 +08:00
ヒヤシンス
880be19b18
fix: fix typo at studio extracter
2024-07-29 17:45:33 +08:00
ヒヤシンス
f79c88dcfb
docs; fix typos
2024-07-29 17:37:12 +08:00
Deathemonic
348f1dae07
feat: studioextracter
...
- added assetstudiomod for asset extracting backend
2024-07-29 13:30:57 +08:00
Deathemonic
109bda6e2f
docs: updated copyright
2024-07-28 14:27:39 +08:00
Deathemonic
60812081ea
feat: added progress bar at asset extracter
...
- added progress bar when extracting asset bundles
- (wip) added studioextracter, uses assetstudiomod as extracting backend instead of unitypy
- (wip) added extracting instructions at readme
2024-07-28 14:22:07 +08:00
Deathemonic
5882c8b9d8
fix: aync problems
...
- fix table extracter not extracting
- fix asset extracter not recognizing default path
2024-07-28 13:28:24 +08:00
Deathemonic
86d57a0821
fix: async not properly executed
...
- fixed async not executed at main
- fixed apkparser not initilize make directory
- added .net as dependencies
2024-07-28 13:07:56 +08:00
ヒヤシンス
370033b650
docs: fix typo
2024-07-28 16:51:10 +08:00
Deathemonic
1704f66d65
feat: async table extracter
...
- make table extracter async
- make asset extracter useful
- updated schemas
- added usage instrutions at readme
2024-07-28 12:49:25 +08:00
ヒヤシンス
92b3d43c27
Update README.md
2024-07-26 16:20:04 +08:00
ヒヤシンス
72fbf23004
update: 1.47.291161
...
- changed apk downloader from qooapp to apkpure
- restructured catalog files
- updated dump file
2024-07-24 02:47:02 +00:00
Deathemonic
43be616988
feat: asset extracter
...
- added asset extracter
- fixed typo at resource downloader
2024-07-16 06:19:29 +08:00
Deathemonic
2c2a6fa512
fix: progress bar
2024-07-16 05:54:58 +08:00
Deathemonic
ad1ba31bc7
fix: table extracting
...
- fix tables not extracting properly
- tone down the error handling
- improve file structure
2024-07-16 03:09:58 +08:00
Deathemonic
e4c9e31a43
fix: downloading
...
- fixed downloading keep setting connection errors
- fixed where it keep download already downloaded file while retrying
- added hash verfication for faster downloads
- replace the progressbar to print due to performce hits
- clean up code
2024-07-16 02:37:46 +08:00
Deathemonic
239d6c2d19
feat: crc hash check
...
- added crc hash check
- refactored
2024-07-15 23:45:49 +08:00
Deathemonic
16be4ab8f3
Merge branch 'main' of https://github.com/Deathemonic/BA-AD
2024-07-15 23:22:29 +08:00