awgil / ffxiv_bossmod

BossMod FFXIV dalamud plugin
BSD 3-Clause "New" or "Revised" License
261 stars 109 forks source link

Request: P12S Classical Concepts Option. #282

Closed EFHT closed 8 months ago

EFHT commented 8 months ago

It seems that currently Classical Concepts is using a sorting method from left to right with X, square, circle, and triangle shapes. For certain reasons, my team is currently using a sorting method with circle, X, triangle, and square shapes. Could you please consider adding an option to sort in this way?

talran commented 8 months ago

They're doing numbers because it's easier to grok than BPOG for like.... everyone: Just do it.

Ants1988 commented 8 months ago

Doesn't make sense to code in a completely new strategy that 1 person uses.

BPOG is the widely used and accepted strat hence why it's the one coded.

talran commented 8 months ago

I've been in a few numbers groups, it's easier to understand from zero. But it's also like.... a braindead mechanic.

If you really need help with it just make a local repo for the project with CC order changed in BossMod/Modules/Endwalker/Savage/P12S2PallasAthena/ClassicalConcepts.cs

EFHT commented 8 months ago

I've been in a few numbers groups, it's easier to understand from zero. But it's also like.... a braindead mechanic.

If you really need help with it just make a local repo for the project with CC order changed in BossMod/Modules/Endwalker/Savage/P12S2PallasAthena/ClassicalConcepts.cs

Thanks, I will try it.