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

How do i update the save editor #12

Open
NerdyJosh1 opened this issue Nov 4, 2022 · 15 comments
Open

How do i update the save editor #12

NerdyJosh1 opened this issue Nov 4, 2022 · 15 comments
Labels
Status: Resolved This issue has been resolved or is no longer relevent Type: Question Further information is requested

Comments

@NerdyJosh1
Copy link

how do update the save editor for season 3

@NerdyJosh1
Copy link
Author

i really have no clue how to update it, if there is an easier way you can explain to someone who has never coded before that would be great

@Crazador
Copy link

Crazador commented Nov 4, 2022

My brain went poof for this python thing, pip didn't want to install. Console window insta close whether I use any terminal, python, or the script to install pip.

@Crazador
Copy link

Crazador commented Nov 4, 2022

Still stuck, I just need max level season 3 and scrips needed for season 3 cosmetic tree

@NerdyJosh1
Copy link
Author

figured out how to do it
didnt take too long once i figured out how to
crazador if u want some help with it just add me on discord and ill explain it to you in a call so i can explain it better
NerdyJosh#3816

@FIobert
Copy link

FIobert commented Nov 4, 2022

Sent you an invite, have to idea how to install neither.

@AnthonyMichaelTDM
Copy link
Owner

#9

@NerdyJosh1
Copy link
Author

I made a youtube video on how to update it

https://www.youtube.com/watch?v=2h2-nZ2ptRo&ab_channel=NerdyJosh

@Crazador
Copy link

Crazador commented Nov 4, 2022

I made a youtube video on how to update it

https://www.youtube.com/watch?v=2h2-nZ2ptRo&ab_channel=NerdyJosh

Hi Josh, thanks for reaching out and thank you for the video, that helped me a lot, for real, bless your soul. Also thank you for the Owner for the save editor update even when in tight schedules.

@NerdyJosh1
Copy link
Author

I made a youtube video on how to update it
https://www.youtube.com/watch?v=2h2-nZ2ptRo&ab_channel=NerdyJosh

Hi Josh, thanks for reaching out and thank you for the video, that helped me a lot, for real, bless your soul. Also thank you for the Owner for the save editor update even when in tight schedules.

no problem man, i thought it would be helpful to a lot of people after i struggled for a while to update it.

@TheOmegaPope
Copy link

Not to steal the thunder from the video but a few things can be summed up and need detail.

First to use the PIP command you need to install Python 10 from the Microsoft Store on your PC, this allows default integration with MS powershell. Python 11 will not work, the PySide 2 script hasnt been updated to Py11 yet; this was my roadblock.

Second after extracting DRG-Save-Editor-master from the zip (per the video) Shfit+Right Click on the folder, this expands options in windows for more than default commands, you are looking for the option: Open Powershell Window Here

From the resulting terminal window use the commands in the Code<> tab (that the video references) to update it.
If you get the error: ERROR: Could not find a version that satisfies the requirement PySide2 (from versions: none)
This is from using a too new version (or possibly too old version) of python, Version 10.x worked fine for me.

From there use the next command to run the editor.

That said I am trying to write a CMD that will run a ps1 (powershell file) that will run the python script to make it open the editor so i dont have to use a manual process but so far i am only up to getting the PS1 file to be right click open.

@AnthonyMichaelTDM
Copy link
Owner

AnthonyMichaelTDM commented Nov 5, 2022

I made a youtube video on how to update it
https://www.youtube.com/watch?v=2h2-nZ2ptRo&ab_channel=NerdyJosh

Hi Josh, thanks for reaching out and thank you for the video, that helped me a lot, for real, bless your soul. Also thank you for the Owner for the save editor update even when in tight schedules.

No worries mate, the appreciation I get from all y'all makes it more than worth it ❤️

@AnthonyMichaelTDM
Copy link
Owner

also, thanks for the video @NerdyJosh1, I'm going to add it to the readme if that's okay

@NerdyJosh1
Copy link
Author

also, thanks for the video @NerdyJosh1, I'm going to add it to the readme if that's okay

yea no problem, hopefully it helps everyone out

@bbeenn1
Copy link
Contributor

bbeenn1 commented Nov 7, 2022

for whoever needs/wants it....
Once python 3.10 is installed and the required modules have also been installed:

  1. Create a cmd file in the base folder you have been doing everything else in with the following in it:
  2. python ".\src\main\python\main.py"
  3. Then create a shortcut to that cmd file on your desktop (or wherever you want it) and simply double-click.

On a separate note, I fixed the tab order issue but in the process I dropped the different text sizes (I have High-DPI screens and scale to 150% so it was BAD without being able to adjust the High-DPI settings for an exe).
I will create a new "issue" thread with it so people can discuss it there. (see Issue #17 for the adjusted file I use)

I will see if I can add a step-by-step instruction set with pics for people for getting this working (previous job did it for a piece of software, so I have some experience doing it in a clear and concise manner)

@AnthonyMichaelTDM AnthonyMichaelTDM added the Status: Resolved This issue has been resolved or is no longer relevent label May 3, 2023
@Kithkani
Copy link

I made a youtube video on how to update it
https://www.youtube.com/watch?v=2h2-nZ2ptRo&ab_channel=NerdyJosh

Hi Josh, thanks for reaching out and thank you for the video, that helped me a lot, for real, bless your soul. Also thank you for the Owner for the save editor update even when in tight schedules.

no problem man, i thought it would be helpful to a lot of people after i struggled for a while to update it.

I tried it in 3.11 and 3.7 and ran into snags but using 3.10 like you did from the Windows store was the ticket. Simple and to the point, TY sir.

@AnthonyMichaelTDM AnthonyMichaelTDM added Type: Bug Something isn't working Type: Question Further information is requested and removed Type: Bug Something isn't working labels Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Resolved This issue has been resolved or is no longer relevent Type: Question Further information is requested
Projects
None yet
Development

No branches or pull requests

7 participants