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

Optimisation #31

Closed
Evhann opened this issue Apr 22, 2022 · 4 comments · Fixed by #43
Closed

Optimisation #31

Evhann opened this issue Apr 22, 2022 · 4 comments · Fixed by #43
Labels
Enhancement New feature or request

Comments

@Evhann
Copy link
Collaborator

Evhann commented Apr 22, 2022

Things to remove so the game is not too big (Windows):

vitrix/python/Lib/_pycache_/
vitrix/python/Lib/email/
vitrix/python/Lib/logging/_pycache_/ (and basically every _pycache_ folder)
vitrix/python/Lib/lib2to3/
vitrix/python/Doc/
vitrix/python/Tools/demo/
vitrix/python/Scripts/egg2maya*.exe
vitrix/python/Scripts/maya2egg*.exe
vitrix/python/Scripts/mayacopy*.exe
vitrix/python/Lib/site-packages/_pycache_/

When you remove all of these, the game is ~253 mb big

I'm gonna add more later

@github-actions
Copy link

Thanks for reporting your first bug! All help is appreciated!

@C0rupted
Copy link
Owner

Okay. I'll look into it, have you tried it, because I think it may break a few python components

@C0rupted C0rupted added the Enhancement New feature or request label Apr 24, 2022
@Evhann
Copy link
Collaborator Author

Evhann commented Apr 24, 2022

Okay. I'll look into it, have you tried it, because I think it may break a few python components

I removed things that aren't used

@C0rupted
Copy link
Owner

Cool. Should I close the issue now?

@C0rupted C0rupted linked a pull request May 14, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants