Skip to content
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

Lifebar face PalFX sharing affecting wrong player in Tag mode #2269

Open
potsmugen opened this issue Jan 20, 2025 · 0 comments
Open

Lifebar face PalFX sharing affecting wrong player in Tag mode #2269

potsmugen opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working group: lifebar Problem with lifebars

Comments

@potsmugen
Copy link
Contributor

potsmugen commented Jan 20, 2025

Describe the bug

If for instance you set:

p1.face.palfxshare = 0
p3.face.palfxshare = 1

Then player 1 will never use the PalFX in its portrait and player 3 will always use it, regardless of their current position in the team. That is, player 3 may be using "player 1's lifebar" when they tag in, but they will still use p3.face.palfxshare.

This only affects Tag since players can change their positions in the lifebars.

To Reproduce

1 - Add to default lifebars:

[Tag Face]
;Player 1
p1.pos    = 2,12
p1.bg.spr = 50,0
p1.face.spr = 9000,0
p1.face.facing = 1
p1.face.offset = 0,10
;Player 2
p2.pos    = 316,12
p2.bg.spr = 50,0
p2.bg.facing = -1
p2.face.spr = 9000,0
p2.face.facing = -1
p2.face.offset = 0,10
;Player 3
p3.pos = 30,30
p3.bg.spr = 70,0
p3.face.spr = 9000,0
p3.face.scale = 0.64,0.64
p3.face.facing = 1
p3.face.offset = 1,1
;Player 4
p4.pos = 288,30
p4.bg.spr = 70,0
p4.bg.facing = -1
p4.face.spr = 9000,0
p4.face.scale = 0.64,0.64
p4.face.facing = -1
p4.face.offset = -1,1

p1.face.palfxshare = 0
p2.face.palfxshare = 0
p3.face.palfxshare = 1
p4.face.palfxshare = 1

2 - Pick a tag team of 2 characters.
3 - See attached video.

Expected behavior

The currently active player should use the p1 parameter, second member use p3 parameter and so on.

Screenshots / Video

bandicam.2025-01-20.13-48-19-265.mp4

Engine Version (or source code date)

At least as far back as 0.99

Operating system

Windows

Extra context or search terms

No response

@K4thos K4thos added bug Something isn't working group: lifebar Problem with lifebars labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working group: lifebar Problem with lifebars
Projects
None yet
Development

No branches or pull requests

2 participants