Code Monkey home page Code Monkey logo

pla-multi-checker's Introduction

PLA MMO Checker

Flask application that displays information about MMOs from Jubilife Village

All important code was created by capitalism-sudo (distortion script) and Lincoln-LM (PyNXReader, PLA-Live-Map). This is a thin gui on their work.

PyNXReader is a fork of PyNXBot by wwwwwwzx so additional credit to them and other who worked on the original project.

pla-distortion-checker uses sysbot-base to connect to the switch, and this must be installed on your console

Performance may be better (fewer disconnects) if you have ldn_mitm installed.

How to run:

  1. Install requirements pip install -r requirements.txt
  2. Copy-paste config.json.template and rename to config.json
  3. Edit the IP field to contain your switch's IP
  4. Run main.py python3 ./main.py
  5. Open http://localhost:8100/ in your browser
  6. Select a map index with your desired map, or choose "check all MMOs" to read all MMOs from town.
  7. There are filter options to limit your output.

Warning

I won't be liable if your Switch get damaged or banned. Use at your own risk.

Requirements

Credits:

  • olliz0r for his great sys-botbase which let open sockets on the Nintendo Switch
  • spacemeowx2 for his livesafer sys-module. It avoids Switch to disconnect from wifi once game is opened

pla-multi-checker's People

Contributors

lincoln-lm avatar capitalism-sudo avatar real96 avatar wwwwwwzx avatar ahejackson avatar jsb-pokemon avatar stevecooktu avatar leanny avatar richardpaulastley avatar

Stargazers

Aonyx avatar  avatar TJP3 avatar Aster avatar fblz avatar  avatar yuwei zhan avatar  avatar  avatar

Watchers

 avatar

pla-multi-checker's Issues

Chatot Spawns MMO

I don't see an option for 7 on first wave from Chatot massive mass outbreak. I had 7 from first group and 6 from next group. I tried running the seed with 8 selected and being as non hostile I got lucky and landed a [1,1,1,1]+Revisit[3,1] which required no multi battles. But did not get the shiny where it said. Probably cause it initially had 7 spawn not 8.

a technology problem

Hello,I'am trying to run the code on my linux server.When i run the main.py,the Result report an error:ConnectionRefusedError: [Errno 111] Connection refused,so I wondered if I had written the IP that in config.json wrong.
My server and Switch is on the same LAN,the IP written in config.json is my switch's IP,and i can ping it from my server.

WSL: ModuleNotFoundError: No module named 'bdsp.bdsp_ug_generator_py'

Issue

In Ubuntu 22.04 under WSL the bdsp module is not found. Since it is native code, it might have to do with that.

Steps to reproduce

In a WSL instance of Ubuntu 22.04 run:

fblz:~$ git clone https://github.com/capitalism-sudo/pla-multi-checker.git
    Cloning into 'pla-multi-checker'...
    remote: Enumerating objects: 7100, done.
    remote: Counting objects: 100% (931/931), done.
    remote: Compressing objects: 100% (397/397), done.
    remote: Total 7100 (delta 615), reused 768 (delta 505), pack-reused 6169
    Receiving objects: 100% (7100/7100), 14.78 MiB | 11.56 MiB/s, done.
    Resolving deltas: 100% (2520/2520), done.
    Updating files: 100% (3450/3450), done.
fblz:~$ cd pla-multi-checker/
fblz:~/pla-multi-checker$ python3 -m venv ./venv
fblz:~/pla-multi-checker$ source venv/bin/activate
(venv) fblz:~/pla-multi-checker$ pip install -r requirements.txt
    Collecting Flask==2.0.3
      Using cached Flask-2.0.3-py3-none-any.whl (95 kB)
    Collecting pyusb==1.2.1
      Using cached pyusb-1.2.1-py3-none-any.whl (58 kB)
    Collecting click>=7.1.2
      Using cached click-8.1.3-py3-none-any.whl (96 kB)
    Collecting itsdangerous>=2.0
      Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
    Collecting Jinja2>=3.0
      Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
    Collecting Werkzeug>=2.0
      Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB)
    Collecting MarkupSafe>=2.0
      Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
    Installing collected packages: pyusb, MarkupSafe, itsdangerous, click, Werkzeug, Jinja2, Flask
    Successfully installed Flask-2.0.3 Jinja2-3.1.2 MarkupSafe-2.1.1 Werkzeug-2.2.2 click-8.1.3 itsdangerous-2.1.2 pyusb-1.2.1
(venv) fblz:~/pla-multi-checker$ python3 main.py
    Traceback (most recent call last):
      File "/home/fblz/pla-multi-checker/main.py", line 6, in <module>
        from bdsp.filters.filters import *
      File "/home/fblz/pla-multi-checker/bdsp/__init__.py", line 1, in <module>
        from .underground import check_ug_advance
      File "/home/fblz/pla-multi-checker/bdsp/underground.py", line 4, in <module>
        from .bdsp_ug_generator_py import generate_results, FilterPy
    ModuleNotFoundError: No module named 'bdsp.bdsp_ug_generator_py'

Further Information

The repo seems fine on commit 105c8b1908be276e4e0b119037ab324037e68846
I have tested both WSL1 (kernel API emulation) and WSL2 (virtualization)

Bracket numbers

The wiki isn’t clear….what are numbers in brackets in black? With no revisit?

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.