Git Product home page Git Product logo

mytrophies-ps4's Introduction

MyTrophies

Trophy hunter with a jailbroken PS4? this might be helpful for you. A Trophy calculator application running on a localhost server, connects to PS4 directly through FTP. SOON! will support manual calculation for non-jailbroken consoles.

NOTE: Chrome is required to run this application

Download Latest release:-

Update v3.12 Notes (Not compiled):-

  • [Feature] Manual calculations for non-jailbroken PS4/PS5
  • [Fixed] Calculation issues

Noobs Tutorial:-

  • Download ZIP file from the provided link and extract the file

  • Always run exe as administrator

  • Enter PS4 IP/Port

  • Click on Connect

  • Click on Fetch

  • From the dropdown list pick the desired PS4 account

To Compile it (After requirements installation) python -m eel MyTrophies.py UI --noconsole --onefile --icon=icon.ico

User Interface

My Trophies v3.12

How it works

The application reads PS4 users' trophies and do many arithmetic calculation based on the new PlayStation trophy system as shown down below:

NEW TROPHY SYSTEM

Points awarded when earning a trophy

Points
Bronze 15
Silver 30
Gold 90
Platinum 300

The level determined by reaching a certain points milestone

Level range points to level up Total points(Milestone)
0-99 60 6000
100-199 90 9000
200-299 450 45,000
300-399 900 90,000
400-499 1350 135,000
500-599 1800 180,000
600-699 2250 225,000
700-799 2700 270,000
800-899 3150 315,000
900-999 3600 โˆž

This is how the application determine different logic

  • User level & percentage

assume user points = 7000

graph TB
A[Subtract milestones] --Only one milestone can be subtracted with a remainder = 1000--> B(Remainder)
B --Level---> D[NO. of milestones subtracted is the 100th] --1 milestone substracted, then level >= 100 & <= 199--> V[Divide  remainder with points to level up in current level range] --1000 / 90 = 11--> d[Add-up 100th level & 11] --> Result[Level = 111 & 89% to hit level 112]
B --Percentage--> C[Divide by the next mile stone x 100] --> F[11%] --100% - 11% = 89% --> Result(Level = 111 & 89% to hit level 112)
Loading

mytrophies-ps4's People

Contributors

officialahmed avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

mytrophies-ps4's Issues

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.