Author Topic: How to make a Plug-In patch for MD of NEO2 Ultra Menu Application V2  (Read 3840 times)

0 Members and 1 Guest are viewing this topic.

Offline Conle

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2095
Re: How to make a Plug-In patch for MD of NEO2 Ultra Menu Application V2
« Reply #15 on: October 19, 2009, 10:50:23 PM »
Very nice , all functions work great with the new MD MYTH PROGRAMMER V2.88. I have also added support for IPS and Game genie codes.

But remember! Game genie cheats are strings , no constant integer arguments , and applies only to the selected game. ::sm-17.gif::


You can append them just like any string :
"ENCODED-STRING;ENCODED-STRING"



Also i have done some changes to the parser , here is the list :
->Added support for any integer type. And negative
->Commands can be separated if you need it. Here is an example :

-r "region1" - r "region2" ...

Is same as :

-r "region1;region2"

Only the nesting in the code is different.


Another thing , IO/Country strings must be all in capitals , because i have constant hashes of them.

I will add all the names in the documentation.

Now i just need to test some cases because the complexity of the plugin is quite high & i have to write some basic documentation
« Last Edit: October 19, 2009, 10:52:56 PM by Conle »