Hello, I've been recently attempting to mod to make some rather weak pokemon more viable. Problem is, I need to add some moves to this guy and as far as I can't figure out how to do it. I can edit base stats and abilities easy, but when I go to check how to edit moves all I see people saying is "Just use MoveMachine.exe!" That's all fine and dandy, but problem is that's a Windows executable and I run Linux. I've tried running it in WINE(a windows emulator) and it crashed, so I figured I'd try that python script that was written up for Linux users. But that won't run for me either! So now I'm kinda stuck. Could someone please tell me what I need to manually edit to add moves? As far as I can tell, the Linux release doesn't have a MoveMachine equivalent.
https://github.com/po-devs/pokemon-online/wiki/Build-PO-on-Linux Then to build move machine, do cd src/MoveMachine && qmake && make Then you can run it.