2026-03-21 19:29:57 +01:00
|
|
|
{
|
|
|
|
|
"folders": [
|
|
|
|
|
{
|
|
|
|
|
"path": "."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../mcp/GhidraMCP"
|
2026-03-22 17:26:39 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../misc/scummvm"
|
2026-03-24 18:14:20 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../misc/pentagram"
|
2026-03-25 08:15:21 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../crusader-disasm"
|
2026-03-29 01:14:09 +01:00
|
|
|
},
|
2026-03-30 00:19:01 +02:00
|
|
|
{
|
|
|
|
|
"path": "E:/emu/psx/Crusader - No Remorse"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../crusader_map_viewer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "E:/emu/psx/Crusader 2 Pre-Pre Alpha"
|
2026-03-21 19:29:57 +01:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"settings": {
|
|
|
|
|
"chat.tools.terminal.autoApprove": {
|
|
|
|
|
"Set-Content": true
|
|
|
|
|
},
|
Add extractor for Crusader's EUSECODE.FLX container
- Implemented a Python script to extract data from the EUSECODE.FLX file format.
- Defined data structures for candidate entries and extracted chunks using dataclasses.
- Added functions to read and parse the FLX table, extract candidate data, and generate human-readable output files.
- Included functionality for analyzing extracted data, including generating summaries, descriptors, and event family reports.
- Implemented utilities for calculating printable ratios, zero ratios, and identifying text-like data.
- Added support for writing various output formats, including JSON, TSV, and Markdown.
2026-03-22 14:27:38 +01:00
|
|
|
"python-envs.defaultEnvManager": "ms-python.python:pyenv",
|
|
|
|
|
"powershell.cwd": "Crusader_Decomp",
|
|
|
|
|
"commentTranslate.hover.enabled": false
|
2026-03-21 19:29:57 +01:00
|
|
|
}
|
|
|
|
|
}
|