Discussion

why

2

KierhamSoftware 2021-02-20 18:24 (Edited)

why? why did my game suddenly stop working
EDIT: problem is fixed! Thanks was8bit

Rpg.nx | Open in app
2021-02-20 18:24

G-9 2021-02-20 19:26

Your game seems corrupted ..! Char editor and BG designer doesnt work ?!


was8bit 2021-02-20 19:27

Ah...ha.... i do this ALL the time... no worries... easy fix... here is your problem... look at your code here....

Although this website obscures the issue, simply look at this code on YOUR editor, and you will see that you have inadvertantly added an extra character at the end of your data...

simply delete this extra character that is sticking out of the block, and PRESTO, your game works again ;'


#2:MAIN CHARACTERS
00000000000000000000000000000000
0818245ABDBD817E08183C66C3EBFF7E
0818245ABDBD817E08183C66C3D7FF7E
0818245ABDBD817E08183C66E7C3FF7E
0818245ABDBDA57E08183C66C3C3FF7E
0818245ABDBD817E08183C66C3E7FF7E
181824245A5A81FF18183C3C6666FFFF
00000000000000000000000000000000
00000000000000000000000000000000E
00000000000000000000000000000000
00000000000000000000000000000000
44AA5555AAAA555544EE7777EEEE7777
40A05050A0A0505040E07070E0E07070
00000000000000000000000000000000


was8bit 2021-02-20 19:28

Hint... specifically, delete the "E" here..

00000000000000000000000000000000
00000000000000000000000000000000E
00000000000000000000000000000000


KierhamSoftware 2021-02-20 19:34

Thanks!


was8bit 2021-02-21 05:53

No problem... i often get this problem, so i was able to quickly spot it :)


Dan 2021-02-21 09:03

Why does it happen ? And how ?


was8bit 2021-02-21 10:20 (Edited)

For me, as i scroll thru the code, the keyboard may inadverently pop up... and thats when i may unknowingly touched a key briefly without knowing it... i have learned to always look at the code (after i close the keyboard) for a possible added character before swiping thru the code again...

I nearly always use my big ipad for lowres...


Log in to reply.