Lyle-Tafoya / Omega

My C++ fork of the 1987 roguelike "Omega"
GNU General Public License v3.0
29 stars 3 forks source link

decrypt works on some data files but not others #37

Open fuzzydowner opened 6 months ago

fuzzydowner commented 6 months ago

I've compiled the encryption and decryption codes, but I've used only the decryption program so far. For me, it works on some of the data files but not others. Villages, court, abyss work fine. The mazes don't. The city and country dats begin to format properly but seem to time out before finishing. I've attached one of each.
maze1_dec.txt country_dec.txt village6_dec.txt

Lyle-Tafoya commented 6 months ago

Yes, I'm seeing the same issue. Not sure what could be causing this, since I haven't touched the maze files or the decryption code. I'll see if I can track down the issue, but it's not a high priority for me right now. I'll probably start by looking at older versions of Omega and seeing if the issue can be reproduced there.