Theenderbender / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Add cheats to mupencheats.txt #595

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Operating System (be specific): Arch Linux
 - Machine type (32-bit or 64-bit): 64-bit
 - Mupen64Plus version: 2.0-2
- Plugins used:

For visual artifacts, give:
- game name and CRC/MD5 hash (printed on console)
- description of the artifact (missing polygons, flashing, wrong colors,
etc)

Describe the problem:
How can I add cheats to the mupencheats.txt ?

Please provide any additional information below.

Original issue reported on code.google.com by benben...@gmail.com on 25 Jan 2014 at 8:09

GoogleCodeExporter commented 8 years ago
Add it to mupen64plus-core/data/mupen64plus.cht and then go to 
mupen64plus-core/tools and run following command:

python code_convert.py > ../data/mupencheat.txt < ../data/mupen64plus.cht

Original comment by s...@narfation.org on 25 Jan 2014 at 8:44

GoogleCodeExporter commented 8 years ago

Original comment by s...@narfation.org on 25 Jan 2014 at 8:44

GoogleCodeExporter commented 8 years ago
That doesn't conver the file and errors on line 64 #00

Original comment by benben...@gmail.com on 26 Jan 2014 at 4:02

GoogleCodeExporter commented 8 years ago
It is only compatible with python 2 (2.7.6 for example). Don't use it with 
python 3.x

Original comment by s...@narfation.org on 26 Jan 2014 at 7:06

GoogleCodeExporter commented 8 years ago
And I've noticed that the "code_convert.py" is actually called 
"cheat_code_convert.py". But it seems you've already noticed that

Original comment by s...@narfation.org on 26 Jan 2014 at 7:07

GoogleCodeExporter commented 8 years ago
Thanks managed to get it to convert with no errors using python2.

However, I still cannot see the available cheats for my game.

What are the steps to get this working?

Original comment by benben...@gmail.com on 27 Jan 2014 at 7:50