Recent content by CuteMiyu

  1. C

    Hacking DSTWO Tool for Windows

    You need build mipsel cross compiler for windows by yourself. When you build dstwo plug at last step, it have a makeplug tool convert your binary file to plug. But this tool have no source code. I just make a windows edition.
  2. C

    Hacking DSTWO Tool for Windows

    I tried to build an environment to develop DS2 plug. When I try to build the sample, the makeplug tool only support Linux. So I written one for windows, and release here. Additional, I add a decryptplug tool to decrypt plug. DSTWO Tool for Windows with Source Code