Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Export #136 #147

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Quick Export #136 #147

wants to merge 2 commits into from

Conversation

AndnixSH
Copy link

@AndnixSH AndnixSH commented Mar 18, 2021

Allows you to export to the same directory of package, and name file without selecting path manually
And it will create folder if you export DLLs, C++ and VS solution

Example:
image

This might not be benefit for everyone, but I really like it and saves me some few clicks. Anyone who used my Il2CppDumper GUI version might find this useful :)

PS: I'm not good at WPF designing. I wanted the Quick Export to be placed beside and not below of Export buttton

Allows you to export to the same directory of package without selecting path manually
And it will create folder if you export DLLs, C++ and VS solution
This might not be benefit for everyone, but I really like it and saves me some few clicks. Anyone who used my Il2CppDumper GUI version might find this useful :)

PS: I'm not good at WPF designing. I wanted the Quick Export to be placed beside and not on top of Export buttton
@djkaty
Copy link
Owner

djkaty commented Mar 18, 2021

What happens when the loaded file is a global-metadata.dat + app binary? I'm not sure if the package variables get set then?

Edit: I can fix the layout for you no problem :)

@AndnixSH
Copy link
Author

Haven't tested much. This is my first PR lol
I will improve and test more. Export normally if .dat and binary file has been dropped but export to same directory

@djkaty
Copy link
Owner

djkaty commented Mar 18, 2021

Well it needs to work under all scenarios so you need to check it works with drag/drop, loading metadata and binary individually etc.

Much better now
@AndnixSH
Copy link
Author

Alright, I have improved it so it works under all scenarios :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants