-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Labels
Enhancement
New feature or request
Comments
Thanks for reporting your first bug! All help is appreciated! |
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 |
Cool. Should I close the issue now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: