-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fixes for issues with adding/removing OC's and Season3 #45
base: master
Are you sure you want to change the base?
Conversation
the reason this PR doesn't rebuild the .zip file is bc the build software this project was built around requires you to purchase a pro license in order to use, which is a problem bc I'm broke |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.0
how can I test this version or any way someone could add it to the ZIP file even manually? |
follow the instructions i added to the readme basically, clone my fork of the repo, install the required packages w/ pip, and run the project with python |
ok, from what I tested with my own save adding overclocks works, yet there are still missing some secondaries as pointed in another error for engineer, driller and scout, how could I help on detecting the overclocks? |
honestly, I'm still trying to figure that out, but if you have a save with some of the new OCs unforged, send it my way in #46 |
currently crafting every overclock I didnt have, will ignore the OC that arent on the list |
thanks |
Attempts to use "pip" result in invalid syntax? |
you need to download powershell, and run the powershell terminal from the file. Then follow the instructions and it should work. Also, make sure python has pip installed. If u still have questions, drop me a DM on discord Joshua#3257, will see if I can help you |
I am sorry for being stupid, I figured it out. Works perfectly, A+ script. |
Save.txt |
I know there's a way to change the hexadecimal of other cosmetics to change them into other cosmetics (I changed to get the Head Honcho hat), maybe there's a way you can merge that method with this save editor? |
tbf that method doesnt work without already having a skin/cosmetic that you can change the guid value to, therefore it wouldnt be recommended since creating an instance on the .exe that selects a specific item to edit would make it tiresome, I have tried adding skins before but it wasnt working due to how the items are saved, which kinda follow the same issue with overclocks from what I had tested |
as @JairRmz said, it would be possible, but due to the shear quantity of ingame cosmetics it would be a very difficult endeavor for very little gain, and probably outside of the scope of this project |
here is a save with different cosmetics and overclocking |
do not import winreg on linux
I just figured out that I can change a setting to allow people to open issues on this repo, updated readme to reflect that
You could open an issue on my repository, but a simple google search gives you this https://www.groovypost.com/howto/open-command-window-terminal-window-specific-folder-windows-mac-linux/ If you're on windows, you're going to want to open command prompt maybe(?), and you can get python and pip from the windows store I think |
I finally got it to work, Thank so much! |
I get through everything until the last step where I input the command and it says "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases." I have already tried doing the paths solution, the setting solution, restarting my computer, reinstalling python, and none of them seem to work. Every time I end up with the same error. Any one have any ideas? |
I suggest following the instructions and running the python command without arguments |
I don't know how to do that. Searching it up just brings up the things I already tried. |
updated for season 3 |
How do I add overclocks? It doesnt work for me |
I tried to add my overclocks to the secondary but it appears as forged and it doesn't show up in the equipment section, how do i fix it? |
What this PR does:
what this PR doesn't do:
notes and acknowledgements
special thanks to @wahlp , who's responses to issue 37 pointed me in the right direction
special thanks to @JairRmz for supplying 20 missing OC GUIDs
for people who want to use this working fork, I direct your attention to, well, my fork