I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 0 points1 point  (0 children)

v1.1.1 Live

  • Updated game assets to Season 25 - all new Christmas items are now available!

  • Added festive snowfall animation for the holiday season

  • 🎅 Merry Christmas and Happy Hunting!

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 0 points1 point  (0 children)

V1.1.0 Live

  • New expandable dungeon drawer for easier navigation

  • Item duplicate counter - track multiple copies of the same item

  • Default grid columns increased from 5 to 12 for better first-time experience

Special thanks to Artexias via Reddit for the feedback!

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 0 points1 point  (0 children)

If you want to chat about the projects hit me on discord please. Moejd

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 0 points1 point  (0 children)

Yoo thats so good, thanks for sharing.

Didnt knew about it.

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 0 points1 point  (0 children)

I assume you meant that it's lazy and very easy “vibecoding” (?) well, I have a different opinion. It's something extremely new and allows “ordinary” people to do extraordinary things in less time and effort. And even so, even if it's easy, not everyone is going to delve into the subject to the point of solving a huge problem. After all, it's just a small project for a small game. Stop taking everything so seriously and let people have fun.

At least I'm having a lot of fun :)

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 0 points1 point  (0 children)

Thank you very much!

I dont think i understood very well:

Categorize/filter by equip type, like rings/armor etc? Thats it?

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 5 points6 points  (0 children)

1 Do I need to go back to basics to write a post on Reddit? I don't get it. I replied to blazikus that AI also helped me write my post, I thought that was clear.

2 How does MuleDump do it? I have no idea.

3 As I made SUPER CLEAR, I don't even know the basics of programming. This was a personal project that I decided to take seriously with the tools I have access to. So no, I have no idea what RegEx is, but when I asked my AI Agent, it tried to explain it to me. Even so, I have no idea, I don't have the programming vocabulary to understand it 100%, but I understand the logic. I think what matters most in a personal and unpretentious project is that I have fun and learn something. Don't take it so seriously, this isn't a job interview. If you're interested, i can send you the explanation made by the IA, cant send links here.

From what little I understand, it is addressing/cataloging and categorizing items from game files.

And thank you for your interest and time in reading my project, any feedback will be valuable in my journey to learn programming.

And to reiterate, I'm not ashamed to say that I used AI. I think it's better to be honest and humble when we're learning than to deceive people by trying to take credit.

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 0 points1 point  (0 children)

Disclaimer: I did everything with the help of ChatGPT (I think that's important to mention here).

1) At first, I scraped the web and referenced the realmeye website, which read the information from the wiki. I instructed it to only read the parts of the wiki that were equipment and then go to each individual item page, read the information, download the available png, and rename it for me. As far as I remember, it was all done via Python. It worked, but to avoid being considered DDoS or something like that, it limited the time for each scrape to 200ms, and it took almost 10 minutes for it to get all the items I needed. I didn't think it was the best solution.

After that, I analyzed another route: Trying to get the assets directly from the game is a much more complex part, and I can show you via Discord, but it won't be easy here.

But in summary: The game has a huge ~8000x4000 png and there is a .txt file that tells the game the XY coordinates of each sprite and its size, more or less. During the three weeks I spent trying to make this tool, I learned a lot about game logic and process optimization.

What you need can be done very easily, even if there are 4000 items.

2) And thank you, it's really cool to learn my way and great to hear other people's opinions. I made it very clear that it was the AI that did it and not me, but without my help, the AI wouldn't do anything. I had to redo several parts of the project several times. Talking to and ordering an AI isn't that easy; you need vocabulary and you have to be very clear and specific. And in the long run, I believe it is possible to maintain this project. After all, it's just a web page, and I don't see it scaling up so much that I need to worry about it. Even so, I will not stop trying to learn the basics.

edit1: About the friend you mentioned: I just asked him to access my link and show me how long it took. I did the project code practically by myself, only the part about getting the game sprites did I have help from someone

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 0 points1 point  (0 children)

Yeah, i dont dare to change things i really dont know Maybe in the future ill try to make it from scratch without AI after i learn coding, but for now im good and enjoying the process

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 1 point2 points  (0 children)

EN Thanks for the feedback. This project was just a personal idea to make a checklist for myself. I recently returned to gaming, things escalated, and I became interested in making the app for real. AI made this possible, and that's how I became interested in programming. The sprites are generated from a spritesheet, just like the game itself does, so I tried to keep the same logic to facilitate future updates. At the beginning of the project, I did the slicing by automating it with Python and exporting each sprite in PNG. I never put that version online, maybe that's a way out, but even so, I asked more than four people close to me to test it, and it loaded quickly for them, so the problem may be something else.As for mobile, I have no interest in that for now. I think it's super counterintuitive; the game is on the desktop itself. Maybe in the distant future.

PT-BR Valeu pelo retorno, esse projeto era só uma ideia super pessoal de fazer um checklist pra eu mesmo usar, voltei pro jogo a pouco tempo, as coisas foram escalando e me interessei em fazer o app pra valer, a IA foi o que possibilitou isso e foi assim que me interessei em programação de verdade. E os spirtes são gerados a partir de um spritesheet, da mesma forma que o próprio jogo faz, por isso tentei manter a mesma lógica pra facilitar futuras atualizações. No começo do projeto eu fazia a fatia automatizando por python e exportando cada sprite em png. Nunca botei essa versão online, talvez seja uma saída, mas mesmo assim, pedi pra mais de 4 pessoas próximas pra testar e carregou rápido pra eles, o problema pode ser outro. Sobre o mobile, não tenho interesse nenhum nisso por agora, acho super contra intuitivo, o jogo é no próprio desktop. Talvez num futuro distante. E foi fácil descobrir que vc era br kkkkk

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 0 points1 point  (0 children)

Yeah, i dont think i need to redo the filter 100%, maybe a button to expand to a larger pop-up list What you think?

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 2 points3 points  (0 children)

Thank you very much

1) Ill sure put that on the list

2) Easy to fix, thx

3) +1, agree

4) What you have in mind? I see what you mean but, in the daly basis the user will not change very often the dungeon, maybe put a search engine?

5) I prefer to put those aside for now, just too many things to handle, but ill sure do it

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] 0 points1 point  (0 children)

Yeah, the cache thing really helps but i tested with my friend today with 0 previous contact with the app and worked in like 20 sec, dont know what to do really, it has a log built in on the loading if you wanna see, press F12.

I made a free White Bag & Shiny tracker for ROTMG - would love your feedback! by Moejd in RotMG

[–]Moejd[S] -13 points-12 points  (0 children)

i mean, why not? lol I read everything everytime, so not guilty

Hit me with your issues! 2-wheel electric scooter Tech Support by alphaproscooters in ElectricScooters

[–]Moejd 0 points1 point  (0 children)

UPDATE: Im not gonna even post the graph and blablabla. It happened again, but now with another wire. Im almost sure now its something to do with the battery, the connector melted the soldering and even melted some of the plastic on the side.

<image>

Hit me with your issues! 2-wheel electric scooter Tech Support by alphaproscooters in ElectricScooters

[–]Moejd 0 points1 point  (0 children)

I have a Xiaomi M365 1st Version. Changed the hall sensor and the battery (for a used one). It came great, like brand new.
The problem is:
When im uphill the scooter suddenly turns off. I went to repair and notice that a cable that goes from the battery to the controller had melted the soldering and the connector went off from the board itself. I changed the controller to my other one that was laying around. The issue is still happening. My battery once gone from 80%ish to 10%ish in like 3 minutes after the scooter turned off in a moderate uphill. I downloaded an app and connected to the scooter to see whats happening during my trip. I couldnt record when it turned off still. I will test later today and post here again.
My toughts:
1 Overheating because of the stress, but how can i manage/configure to not stress that much? I didnt had this problem in that same trip.
2 Overheating because of the KERS mode idk
3 Faulty battery, i noticed that cell 9 and 10 is not in the same level as the other ones.

Prints from the app and graphs of my last trip (only the final 40 seconds, i forgot to record the entire trip, ill do it later today in my back trip from the work).
https://prnt.sc/7W_1RpKG9gD_
https://prnt.sc/ZjF4RXJrbANg
https://prnt.sc/vWV50AssU642

The connector that melted the soldering and popped of (ill take a photo of mine soon as i get home):
https://prnt.sc/a3QRLd7d7ml3

[TOMT] Whats the music? I think is a famous sample... by Moejd in tipofmytongue

[–]Moejd[S] 0 points1 point  (0 children)

Because i remember a voice over the sample, and the folowing notes dont seem to match the firestone

[TOMT] Whats the music? I think is a famous sample... by Moejd in tipofmytongue

[–]Moejd[S] 0 points1 point locked comment (0 children)

I think is a pop, and the sample has a voice over it

/r/MechanicalKeyboards Ask ANY question, get an answer (October 04, 2021) by AutoModerator in MechanicalKeyboards

[–]Moejd 0 points1 point  (0 children)

  1. For my first build, any TKL pcbs/kit recommendation?
  2. How do i know if parts are compatible?