You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
voidvscode.window.showInformationMessage(`TKVSC: RomFS path set to ${nestedPath}`);
1640
+
validRomfsSelected=true;
1641
+
foundNested=true;
1642
+
break;
1643
+
}
1644
+
}
1640
1645
}
1641
1646
}catch{
1642
1647
// ignore
1643
1648
}
1644
1649
1645
-
awaitvscode.window.showWarningMessage('TKVSC: The selected directory must be named "romfs" or contain a "romfs" folder. Please choose a different directory.',{modal: true});
1650
+
if(foundNested){
1651
+
continue;
1652
+
}
1653
+
1654
+
awaitvscode.window.showWarningMessage('TKVSC: The selected directory must contain a "Pack/ZsDic.pack.zs" file. Please choose a valid game dump directory.',{modal: true});
0 commit comments