PDA

View Full Version : [Unity] Blood splats are not working in persistent way (SWADE)



Valyar
November 28th, 2020, 08:26
In SWADE based game in unity, I have the bloodmarks enabled for all and each NPC is having their defeat marker selected. Few things happened:

1. My players reported that they are NOT seeing the blood markers after incapacitated creature is removed from play. I can see all of them.
2. I tried today to recreate the issue... ran test combat with NPCs and none of the blood marks appeared at all. All conditions that I could think of were true - Options, blood marks, using CT and etc.

Could this be bug or I am missing something?

Galdor
November 28th, 2020, 12:25
In SWADE based game in unity, I have the bloodmarks enabled for all and each NPC is having their defeat marker selected. Few things happened:

1. My players reported that they are NOT seeing the blood markers after incapacitated creature is removed from play. I can see all of them.
2. I tried today to recreate the issue... ran test combat with NPCs and none of the blood marks appeared at all. All conditions that I could think of were true - Options, blood marks, using CT and etc.

Could this be bug or I am missing something?

I have the same issue!

Galdor
December 1st, 2020, 12:33
I have the same issue!

Any news about this? Defated (blood) markers are still invisible to players (even if the option is set "ON")

Moon Wizard
December 1st, 2020, 15:13
I believe it's something related to FGU specifically with tokens not linked to the CT. We're working on a fix for the next release.

Regards,
JPG

Galdor
December 1st, 2020, 15:15
I believe it's something related to FGU specifically with tokens not linked to the CT. We're working on a fix for the next release.

Regards,
JPG

Thank you. In my case, the tokens are taken by the CT

Moon Wizard
December 1st, 2020, 15:17
The blood splats are actually token objects independent of the combat tracker (i.e. they are not linked to a specific token in the CT, but added by SW-specific ruleset scripts).

Regards,
JPG

Galdor
December 1st, 2020, 15:20
The blood splats are actually token objects independent of the combat tracker (i.e. they are not linked to a specific token in the CT, but added by SW-specific ruleset scripts).

Regards,
JPG

OK, understood, thank you!