File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Preview and edit subfiles of SARC and BNTX archives
7070** Your Projects**
7171- Add the current folder open in VS Code to a list of Project Folders
7272
73- ** TotK Dump**
73+ ** Game Dump**
7474- Browse your dump of TotK in Read-Only mode. Right click to add a file to the correct romfs path within a Project Folder of your choosing
7575
7676### Additional capabilities:
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ <h3>Activity Bar Tabs</h3>
9494 < li > Add the current folder open in VS Code to a list of Project Folders</ li >
9595</ ul >
9696
97- < p > < strong > TotK Dump</ strong > </ p >
97+ < p > < strong > Game Dump</ strong > </ p >
9898< ul >
9999 < li >
100100 Browse your dump of TotK in Read-Only mode. Right click to add a file to the
Original file line number Diff line number Diff line change 11# Features
22- Fonts can now be replaced using bfotf or ttf/otf files
3+ - Swap between games using the arrow in "Your Projects" or "Game Dump"
34
45# Tweaks
56- Added OTF/TTF as supported file types
Original file line number Diff line number Diff line change 11# TKVSC Settings
22
33## RomFS Dump Path
4- The absolute path to your TotK Dump's romfs folder (the folder does not need to be named romfs).
4+ The absolute path to your Game Dump's romfs folder (the folder does not need to be named romfs).
55
66For example: ` C:\Users\Aster\Zelda\TotK Dumps\140\romfs `
77
Original file line number Diff line number Diff line change 491491 },
492492 {
493493 "id" : " totk-editor-dump" ,
494- "title" : " TotK Dump" ,
494+ "title" : " Game Dump" ,
495495 "icon" : " icons/dump.svg"
496496 }
497497 ]
Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ export function registerGameDumpTree(
659659 ) ;
660660 if ( entries . length === 0 ) {
661661 void vscode . window . showWarningMessage (
662- 'Select one or more files in TotK Dump first.' ,
662+ 'Select one or more files in Game Dump first.' ,
663663 ) ;
664664 return ;
665665 }
@@ -718,7 +718,7 @@ export function registerGameDumpTree(
718718 ) ;
719719 if ( entries . length === 0 ) {
720720 void vscode . window . showWarningMessage (
721- 'Select one or more files in TotK Dump first.' ,
721+ 'Select one or more files in Game Dump first.' ,
722722 ) ;
723723 return ;
724724 }
You can’t perform that action at this time.
0 commit comments