mirror of
https://github.com/4sval/FModel.git
synced 2026-04-17 15:07:27 -05:00
we love glue... can't wait for 3.0
This commit is contained in:
parent
4464e8fcc5
commit
c9846fdb36
|
|
@ -747,9 +747,9 @@ namespace FModel
|
|||
//EVENTS
|
||||
private async void treeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e)
|
||||
{
|
||||
Checking.currentSelectedNodePartialPath = e.Node.FullPath + "\\";
|
||||
if (e.Node != null && e.Button == MouseButtons.Right)
|
||||
{
|
||||
Checking.currentSelectedNodePartialPath = e.Node.FullPath + "\\";
|
||||
extractFolderContentsToolStripMenuItem.Text = "Extract " + e.Node.Text + " Folder Contents";
|
||||
contextMenuStrip2.Show(Cursor.Position);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,14 +52,14 @@ namespace FModel
|
|||
string AssetPath = string.Empty;
|
||||
for (int i = 0; i < results.Length; i++)
|
||||
{
|
||||
if (results[i].Contains("DisplayAssets/EID_BlackMondayFemale_6HO4L.uasset")) break;
|
||||
|
||||
int index = Array.IndexOf(pakFiles, results[i]);
|
||||
|
||||
uint y = (uint)index;
|
||||
byte[] b = pakExtractor.GetData(y);
|
||||
|
||||
AssetPath = WriteFile(results[i], b).Replace("/", "\\");
|
||||
|
||||
if (results[i].Contains("EID_BlackMondayFemale_6HO4L")) break;
|
||||
}
|
||||
|
||||
pakExtractor = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user