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
{{ message }}
This repository was archived by the owner on Jan 27, 2022. It is now read-only.
-sbox "path/to/sbox/folder"
-vmap "path/to/vmap/file"
-assets "path/to/asset/addon"
optional:
-pause "true"/"false" (display ui if true)
-pack "true"/"false" (same as checkbox in ui. false for NO packing)
PrintToConsole("\nNot enough valid parameters to continue!");
138
+
if(!pause){
139
+
Close();
140
+
return;
141
+
}
142
+
}
57
143
58
-
stringvalue;
59
-
if(dictionary.TryGetValue("-sbox",outvalue)){
60
-
PrintToConsole($"sbox {value}");
144
+
}else{
145
+
PrintToConsole("Welcome to the Eagle One Asset Packer!");
146
+
PrintToConsole("\n\tHow to Use:");
147
+
PrintToConsole("\n\t[+] Compile your map.");
148
+
PrintToConsole("\t[+] Make sure your vmap and compiled vpk are in the same directory.");
149
+
PrintToConsole("\t[+] Select your vmap, asset directory and sbox directory in the boxes above.");
150
+
PrintToConsole("\t[+] Click pack. The found and packed assets will be listed below.");
151
+
PrintToConsole("\n\t[+] In case you don't want to have your content packed, just check the box and it will instead appear in a folder called 'yourMap_content'.");
152
+
PrintToConsole("\nFor any additional help, contact 'DoctorGurke#0007' or 'Josh Wilson#9332' on discord or make an issue on the Github.");
61
153
}
62
-
if(dictionary.TryGetValue("-vmap",outvalue)){
63
-
PrintToConsole($"sbox {value}");
64
-
}
65
-
if(dictionary.TryGetValue("-assets",outvalue)){
66
-
PrintToConsole($"sbox {value}");
67
-
}
68
-
69
-
PrintToConsole("Welcome to the Eagle One Asset Packer!");
70
-
PrintToConsole("\n\tHow to Use:");
71
-
PrintToConsole("\n\t[+] Compile your map.");
72
-
PrintToConsole("\t[+] Make sure your vmap and compiled vpk are in the same directory.");
73
-
PrintToConsole("\t[+] Select your vmap, asset directory and sbox directory in the boxes above.");
74
-
PrintToConsole("\t[+] Click pack. The found and packed assets will be listed below.");
75
-
PrintToConsole("\n\t[+] In case you don't want to have your content packed, just check the box and it will instead appear in a folder called 'yourMap_content'.");
76
-
PrintToConsole("\nFor any additional help, contact 'DoctorGurke#0007' or 'Josh Wilson#9332' on discord or make an issue on the Github.");
0 commit comments