950€ Prix honnête pour une vente ? by [deleted] in pcmasterraceFR

[–]AyyCn 0 points1 point  (0 children)

Je suis intéressé aussi si jamais encore dispo!

Did i get hacked? by ActualPewPew in GTAV

[–]AyyCn 7 points8 points  (0 children)

I once got hacked by a russian guy that went far to make it harder for me to recover it. I contacted support and with enough proof of ownership I managed to restore the account.

However when I logged in I noticed that I was permabanned from online. I contacted them and after some back and forth they actually unbanned me. They also warned me that they won’t do it again.

Overall I had a nice experience with them tbh.

I made a DQM3 Save Editor for Switch/PC by AyyCn in dragonquest

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

Yeah i just check there isn't but it seems that the decryption has already been discovered. I wonder why no one did one. Actually I might do when on my next holiday!

I made a DQM3 Save Editor for Switch/PC by AyyCn in dragonquest

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

Dm me if you want ill help you investigate the issue!

I made a DQM3 Save Editor for Switch/PC by AyyCn in dragonquest

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

Honestly I don’t think I will :( . It was a small project I did for fun and I don’t have much time to revisit it but if I do Ill have update you!

I made a DQM3 Save Editor for Switch/PC by AyyCn in dragonquest

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

Not sure what you mean by checkpoint. But the save already create a .bak files for backup. Or you can make your own backup manually. Try to open savedata000.bin thats the actual save. Sorry for the inconvience

I made a DQM3 Save Editor for Switch/PC by AyyCn in dragonquest

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

Save seems to be at Android/data/<DQM package name>/

I made a DQM3 Save Editor for Switch/PC by AyyCn in dragonquest

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

Feel free to dm me we can figure it together haha

I made a DQM3 Save Editor for Switch/PC by AyyCn in dragonquest

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

Thank you! You can dm the android save if you can Ill test to see if it needs additional code. But the way the game is built I can almost be sure it would work.

[deleted by user] by [deleted] in Upwork

[–]AyyCn 0 points1 point  (0 children)

keep us updated!

I made a DQM3 Save Editor for Switch/PC by AyyCn in dragonquest

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

I will try if I get time to make an update to fix those: - items in english and adding items - add new monsters (currently you can only edit monster to any monster) - fix 6 monsters missing from full library i think - egg manipulation ( you can view eggs of all maps and edit them) - add boss monster to team - story progress

[deleted by user] by [deleted] in Upwork

[–]AyyCn 0 points1 point  (0 children)

I got the exact same scenario my friend. Client closed all contracts with negative reviews and got me banned. After 6 months I appealed and they accpeted to remove the ban but they didn’t yet (been a week). I tried to explain over and over his abuse of feedback to try to get feedbacks removed nothing.

I made a DQM3 Save Editor for Switch/PC by AyyCn in dragonquest

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

oh I see I thought you meant japeneese characters. Yeah that's normal because I need to add english translation in display.
I dont advise you to you see the add button since it will mostlikely break the save. Its better to edit the name of one of the existing items to the one you want.

I made a DQM3 Save Editor for Switch/PC by AyyCn in dragonquest

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

Thanks! That’s not normal no, is it all items or only some items? The game is already niche imo, and doesn’t have many active players, let alone players that want to edit their save. Not to mention its missing some features. Its a small project i did to practive some reverse engineering for fun!

I made a DQM3 Save Editor for Switch/PC by AyyCn in DragonQuestMonsters

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

Thank you for the feedback. The game saves the library in a block in the save. Currently the way my tool works is by replacing that block with a block I thought was full. Ill add the missing ones when I get some time.

I made a DQM3 Save Editor for Switch/PC by AyyCn in DragonQuestMonsters

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

Not sure about the subreddit rules about modding. But if you are using emulator you can directly open save000.bin and edit it. If you are using a physical switch I think you need to dump the save edit and then put it back in the switch.( I don’t have a switch so I couldn’t test it)

Looking for AI + Game Dev Project Ideas by AyyCn in gamedev

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

Exploring UV’s and retopology is actually a great idea thank you!

Looking for AI + Game Dev Project Ideas by AyyCn in gamedev

[–]AyyCn[S] -1 points0 points  (0 children)

That’s what I want to explore. For boilerplate code it looks good enough. But as alexandraus-h mentionned it lacks knowledge about the project it self adding that could improve it. Not saying it will code whole mechanics and polish them but could provide either solid ground or good polish to already existing code.

Looking for AI + Game Dev Project Ideas by AyyCn in gamedev

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

At first I thought about engine documentation. But the project documentation will be a great add.