Rivals of Aether

Rivals of Aether

Infinite Azure
Barney  [开发者] 2020 年 8 月 5 日 上午 4:19
Known bugs at the moment
I'm gonna try and document any bugs that occur here, let me know if you find a bug that isn't in this thread.
< >
正在显示第 1 - 7 条,共 7 条留言
Barney  [开发者] 2020 年 8 月 5 日 上午 4:27 
Some ground based moves and mechanics won't work (Maypaul dair, Sylvanos grass and up special, etc.)

This is because of how these moves behave on solid block articles, which this stage uses for its ground. I can't remedy this without replacing the ground with regular floor tiles, or placing floor tiles below the stage. The issue with this is that I can't adjust the location of the regular tiles at all.

My suggestion to the dev team to remedy this is to simply rework these mechanics so that they can work on lone block articles. (Maypul dair and grass both work on the platform articles, so why not here?)
Barney  [开发者] 2020 年 8 月 5 日 上午 4:33 
Occasional camera jittering on some hitbox connections (Ori side special)

This is due to how the screen shake in rivals works, which doesn't shake relative to my custom camera position, but instead shakes relative to where the game thinks the camera SHOULD be. This causes the camera to snap back to a position close to spawn, which looks awful. I've tried to remedy this by removing camera shake from all hitboxes, as well as any standard attacks, but unfortunately the game's screen shake function beats out my code every time :(

I don't really have a suggestion for the dev team for this, maybe just make allow the custom camera function move the screen shake's base location? Who knows.
Barney  [开发者] 2020 年 8 月 5 日 上午 4:42 
Ground Lighting appears above purple kill flash

This is just cause the kill flash renders below background layer 6, which I can't really do much about without changing the fundamental look of the stage.
最后由 Barney 编辑于; 2020 年 8 月 5 日 上午 4:44
If you side special, whit iroh(a worshop character) you instantly die
Barney  [开发者] 2020 年 8 月 12 日 上午 3:18 
Buggy Interactions with characters that use room_width

If you side special, whit iroh(a worshop character) you instantly die

Since the stage doesn't use the standard tiles to create the infinite length, the room_width variable isn't adjusted to account for the stage's width - which causes it to sit at a variable shorter than the stage's actual length (infinity).

This causes a phenomena with Iroh, for example, where her side special automatically teleports herself within the room width boundaries to avoid suicide kills on standard stages. However, since the room width can sit to the left of the camera's location, this can cause her to teleport outside of the camera boundaries, and into the blastzone.

I'm not too sure about the possibility of fixing this issue, but I'll document it here so that people know I'm at least aware of this bug.
Barney  [开发者] 2020 年 8 月 14 日 上午 4:48 
Arcade clairen's taunt crashes the game

I... don't even know with this one. Maybe the taunt causes huge math issues with large blastzone values? That's my best guess. I can't know how exactly this issue happens without breaking into the game's code, which I can't do.

I'll at least write this down here so people know this happens.
TehMonkeyB 2021 年 3 月 22 日 上午 10:36 
sometimes if you jump you will lose a stock when running
< >
正在显示第 1 - 7 条,共 7 条留言
每页显示数: 1530 50