Closed GoogleCodeExporter closed 8 years ago
My wii has a cios rev10.
Original comment by seniorus...@gmail.com
on 11 Jul 2009 at 5:44
I'm playing Fire emblem Radiant Dawn with cheats... the cheat cheat list
doesn't show
but the codes work...
Original comment by andi.tei...@freenet.de
on 11 Jul 2009 at 8:48
Original comment by LoudBob11@googlemail.com
on 11 Jul 2009 at 9:34
The dev that works on cheats is in vacation, anyway if you are a coder and can
provide a patch to us, we will apply for you :)
Original comment by scognito@gmail.com
on 11 Jul 2009 at 9:39
I am not a coder...
Original comment by seniorus...@gmail.com
on 12 Jul 2009 at 5:32
Well, i've not seen the code but the problem is the line end characters. i
guess it
parses codes using linefeeds (LF). if the LFs are preceded by CRs (CRLF),
parsing breaks.
as a temporary fix, using a text editor like Scite to convert line end
characters
from CRLF to LF would make the txtcodes usable in coverfloader's cheat manager.
Original comment by lee.ar...@gmail.com
on 15 Jul 2009 at 5:37
Cheat code lines must not begin with an asterisk (you have this in some of your
examples above). Please stick to the (semi)-standard code structure:
line 1: 6 digit game id
line 2: game name
line 3: blank
lines 4 > cheat description followed by the codelines in the format "nnnnnnnn
nnnnnnnn"
(where n is a hex character)
r829 should fix the issue with carriage returns used instead of linefeeds. It
should
now accept either. Please test - I will reopen this issue if you still have
problems.
Original comment by F1SHE4RS@gmail.com
on 21 Jul 2009 at 1:48
Original issue reported on code.google.com by
seniorus...@gmail.com
on 11 Jul 2009 at 5:41