-
-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Bugs on https://armorgames.com/play/5003/arcuz #3295
Comments
Issue (1) was fixed with #3163 . There are still minor margin-related issues that cause text to be just slightly cut off. Not sure about issue (2), might be related to not-yet-implemented bitmap stuff. Issue (3) was significantly improved with recent optimizations, but the major increasing-over-time lag still remains. I found out it's the same core issue as #993 (comment) - the game creates and destroys shadows that are stored in a |
Ive found an other problem: When I hit an enemy, this causes his health bar to be displayed till he either dies, or i stop hitting him for a few seconds. Thats how its supposed to work and how it does work, EXCEPT it only displays the health bar once the first time i attack each enemy. If i retreat and then start attacking again the health bar doesnt show. The recent ruffle updates have now also altered Issue (4), all glitches work just like in the original, except for a small visual difference with item duping. |
Ive recently heared a few reports from others, that certain quests are incompleteable, a main quest among them, leaving the game impossible to complete. I concerns the "flickering iron ore" side quest and the "save anna" main quest. |
Ive made a savefile to doublecheck the 2 quests, they are indeed bugged. Ive recorded that. as well as all other bugs i found, |
Just from watching, I'd guess that most of these (including quest locks) are related to the "ghost removed movieclips" FP behavior we're missing, same as above. |
18 month later its about time for a little update on the game. During this time I've learned a lot about the games code. The ColorMatrixFilter that the games uses to recolor enemies based on their level havent been implemented into ruffle yet, but Dinnerbone recently told me on Discord that he was working on it, which means that issue will soon be fixed. The original glitches of the game have been correctly operational for quite some time and the item descriptions have also been fixed since I last commented here. |
The game is still slowed down after using skill multiple times. |
Nosamu asked me to test a new ruffle version with a supposed fix on the removed movieclips issue. After all full playthrough of the game, I can say that all errors in the game known to be related to this prior have disappeared. I did however noticed new errors, which were not there in prior versions of ruffle. To simplify matters, I'll count all problems new and old, that are still present.
For more information contact me on Discord. |
The skill icon snapping issue is a regression caused by #7624. |
As of ruffle version nightly 2023_11_26 only two minor issues remain in this game: The typesetting of item descriptions ingame is left aligned in ruffle, when it is supposed to be centered. Item Duping (an original bug of this game) has a visual glitch with one method and other an method just does not work at all. Both of these issue are minor details and do not affect gameplay mostly. Both are also present in Arcuz 2, which is unsurprising as both games share the greater part of their code. |
a group of slimes on ruffle.
same group of slimes on the original game.
This bug also applies for wolves, and probably for all other enemies in the game as well.
The text was updated successfully, but these errors were encountered: