GithubHelp home page GithubHelp logo

[BUG] Season XP about drg-save-editor HOT 4 CLOSED

ASmolKitten avatar ASmolKitten commented on August 20, 2024
[BUG] Season XP

from drg-save-editor.

Comments (4)

Scrymen avatar Scrymen commented on August 20, 2024

I have the same problem... Did you find any solution?

from drg-save-editor.

bbeenn1 avatar bbeenn1 commented on August 20, 2024

This error shows when the editor tries to write to the temporary save file.
Removing the typo on line 69 in main.py removes the console error.
i.e.
from

                if value < 0:
                    widget.season_lvl_text.setText("0")
                elif value > 100:
                    widget.season_lvl_text.setText("100")
                    widget.season_xp_.setText("0")

to

                if value < 0:
                    widget.season_lvl_text.setText("0")
                elif value > 100:
                    widget.season_lvl_text.setText("100")
                    widget.season_xp.setText("0")

This condition should only happen if you are over level 100 for the season.

I have been having issues with the wrong values showing for the current season and believe it is related to the addition of Seasonal "Weapon Experience" about a month ago now.

from drg-save-editor.

AnthonyMichaelTDM avatar AnthonyMichaelTDM commented on August 20, 2024

from drg-save-editor.

bbeenn1 avatar bbeenn1 commented on August 20, 2024

Since I suck at GitHub that involves forking first, creating a branch on my own copy, then creating a pull request referencing my branch, correct?

Edit: I discovered the method I previously used (one of my shortcut files was nuked since then)

from drg-save-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.