I created this for myself this year to use OOTP as my progression model for my franchise and also make global edits for attributes. Was wondering if roster editors would be interested in something like this. Basically just needs a CSV and uses remote play to automatically update the rosters without need of manual input.
Update Rosters With Python
Collapse
Recommended Videos
Collapse
X
-
Update Rosters With Python
<iframe width="560" height="315" src="https://www.youtube.com/embed/C9W9Cq5KGVY?si=1zLCxSaXC2bkGE3s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
I created this for myself this year to use OOTP as my progression model for my franchise and also make global edits for attributes. Was wondering if roster editors would be interested in something like this. Basically just needs a CSV and uses remote play to automatically update the rosters without need of manual input.Seattle Pilots GM (2011 - ) Record: 152 - 195
Operation Sports OOTP LeagueTags: None -
Re: Update Rosters With Python
Are you able to export an entire roster to .csv, then re-import?You want free speech?
Let's see you acknowledge a man whose words make your blood boil, advocating at the top of his lungs that which you would spend a lifetime opposing at the top of yours. -
Re: Update Rosters With Python
<iframe width="560" height="315" src="https://www.youtube.com/embed/C9W9Cq5KGVY?si=1zLCxSaXC2bkGE3s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
I created this for myself this year to use OOTP as my progression model for my franchise and also make global edits for attributes. Was wondering if roster editors would be interested in something like this. Basically just needs a CSV and uses remote play to automatically update the rosters without need of manual input.
This is amazing. I've been manually doing my roster updates using OOTP progression lolComment
-
Re: Update Rosters With Python
Originally posted by jake5525I made a roster this year using OOTP to adjust ratings. It took forever doing it all myself manually. Would you be willing to share the code?Seattle Pilots GM (2011 - ) Record: 152 - 195
Operation Sports OOTP LeagueComment
-
Re: Update Rosters With Python
For those who have also been using OOTP to convert ratings, I'd be interested in your conversion factors. I still haven't found something I'm very happy with.Seattle Pilots GM (2011 - ) Record: 152 - 195
Operation Sports OOTP LeagueComment
-
Re: Update Rosters With Python
I have no need for it so haven't done it but it can easily be added to current code. It checks each rating before and after changing to determine if it needs to adjust, so at that point you can just dump out the value to CSV when reading.Seattle Pilots GM (2011 - ) Record: 152 - 195
Operation Sports OOTP LeagueComment
-
-
Re: Update Rosters With Python
<iframe width="560" height="315" src="https://www.youtube.com/embed/C9W9Cq5KGVY?si=1zLCxSaXC2bkGE3s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
I created this for myself this year to use OOTP as my progression model for my franchise and also make global edits for attributes. Was wondering if roster editors would be interested in something like this. Basically just needs a CSV and uses remote play to automatically update the rosters without need of manual input.
I sent you a PMComment
-
Re: Update Rosters With Python
Originally posted by jake5525Roster is now in the vault for those interested.
Name: OOTP Opening Day
PSN: jake5525
Got any video of these in action? Interested to see the ratings.Comment
-
Re: Update Rosters With Python
[snip]
I created this for myself this year to use OOTP as my progression model for my franchise and also make global edits for attributes. Was wondering if roster editors would be interested in something like this. Basically just needs a CSV and uses remote play to automatically update the rosters without need of manual input.
Ooh, very interesting! I was trying something similar, but couldn't script the keypresses to be picked up by the remote app. Chiaki seems more promising, but what Python library are you using? I only see the imports, and can't tell where they're from. I see you also tried pyautogui, but not sure which one worked.Comment
Comment