Kurt

Results 101 comments of Kurt

> System.IO.IOException: Папка не пуста. aka > System.IO.IOException: Directory not empty. This only happens after the GARC packs. https://github.com/kwsch/pk3DS/blob/f7646eec860840fd85f4f404178c6111f2705a94/pk3DS/Tools/ToolsUI.cs#L272-L273 I'm assuming you didn't pack the garc with the correct format...

The text file localizations are separate GARCs; the localized pictures (like type sprites) are all mashed into a single GARC file that can load based on different languages. The game...

The folder browser dialog built in to Windows Forms is what pk3DS currently uses, and there is no other built in folder browser behaving like the File Browser. There are...

pk3DS already supports drag & drop of folders, so people can just use Win+E to navigate to their ROM folder, then dragdrop the folder into the program. Doesn't need the...

Probably shouldn't be inputting 0 for oldSpecies; looks like it's emitting Wurmple because it is the worst Gen3 species by BST -- that being the closest to entry 0 (which...

Would require a larger rewrite (to make evolution data persistent across all randomizers), as well as clearly defined handling for pre-evo & branched evolution handling.

Ye, we've known about it for years. pkNX has a more updated attempt to look into scripts: https://github.com/kwsch/pkNX/search?q=pawn There's also this: https://github.com/HelloOO7/gf-pawncc They still use pawn in their current games...

I don't think anyone has documented a way of determining which patch corresponds to which patch on the map. Would probably need the following documented: * The map format and...

pk3DS expects: ``` gamedump/romfs/ gamedump/exefs/ ``` Inside the romfs folder, you have the `a` folder. pk3DS says "keep folders clean" if you have more than 3 folders within the folder...

Example: Opening the Omega Ruby folder. ![image](https://user-images.githubusercontent.com/6393368/129514655-11f3ec78-3d89-4f30-a22c-358730aefd61.png) it likely is expecting a specific file count, so remove any junk from the romfs that is left by the dumper.