Update Rosters With Python

Collapse

Recommended Videos

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ty5oke
    87%
    • Feb 2003
    • 2912

    #1

    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 League
  • Madden08PCgmr
    MVP
    • Feb 2017
    • 2435

    #2
    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.

    Comment

    • djflock
      Pro
      • Sep 2022
      • 645

      #3
      Re: Update Rosters With Python

      Originally posted by ty5oke
      <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 lol

      Comment

      • atomo
        Rookie
        • Jun 2011
        • 97

        #4
        Re: Update Rosters With Python

        Amazing work!!!

        Comment

        • ty5oke
          87%
          • Feb 2003
          • 2912

          #5
          Re: Update Rosters With Python

          Originally posted by jake5525
          I 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?
          I have some cleanup to do as there is some hard code for my machine but wanted to check if anybody wanted it before throwing it up on Github. There were many more additions and improvements I wanted to do but time has been short for me the past few months.
          Seattle Pilots GM (2011 - ) Record: 152 - 195

          Operation Sports OOTP League

          Comment

          • ty5oke
            87%
            • Feb 2003
            • 2912

            #6
            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 League

            Comment

            • ty5oke
              87%
              • Feb 2003
              • 2912

              #7
              Re: Update Rosters With Python

              Originally posted by Madden08PCgmr
              Are you able to export an entire roster to .csv, then re-import?
              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 League

              Comment

              • weightsandgames413
                Rookie
                • Sep 2024
                • 21

                #8
                Re: Update Rosters With Python

                Are these rosters available for download? This is great!

                Comment

                • Cycloniac
                  Man, myth, legend.
                  • May 2009
                  • 6498

                  #9
                  Re: Update Rosters With Python

                  Originally posted by ty5oke
                  <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 sounds amazing

                  I sent you a PM
                  THE TrueSim PROJECTS



                  Comment

                  • arpeggio7
                    Rookie
                    • Mar 2024
                    • 34

                    #10
                    Re: Update Rosters With Python

                    ty5oke

                    Would be able to provide instructions on how to do this?

                    Comment

                    • weightsandgames413
                      Rookie
                      • Sep 2024
                      • 21

                      #11
                      Re: Update Rosters With Python

                      Originally posted by jake5525
                      Roster 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

                      • patsen29
                        Rookie
                        • Jun 2009
                        • 58

                        #12
                        Re: Update Rosters With Python

                        Originally posted by ty5oke

                        [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

                        Working...