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

The ion score in fd mode is several times that of other Titans and should be limited to ion score #653

Open
liveskai opened this issue Jun 20, 2023 · 9 comments
Labels
bug Something isn't working gamemode Issues related to gamemodes, custom or vanilla vanilla parity

Comments

@liveskai
Copy link

The ion score in fd mode is several times that of other Titans and should be limited to ion score

@ASpoonPlaysGames
Copy link
Contributor

Can you be more specific? What do you mean by "ion score"?

@liveskai
Copy link
Author

liveskai commented Aug 8, 2023

Can you be more specific? What do you mean by "ion score"?

Points earned for kills

@ASpoonPlaysGames
Copy link
Contributor

Points earned for kills

Like players killing enemy ions? Or player ions getting kills?

@Zanieon
Copy link
Contributor

Zanieon commented Aug 8, 2023

Combat Score probably, Splitter Rifle with Refraction Lens registers absurd damage amounts against enemy Titans because the score based on damage is not capped to their current health in the main gamemode_fd branch. I solved that issue in my branch and that will eventually get PR'd into main gamemode_fd.

@liveskai
Copy link
Author

Points earned for kills

Like players killing enemy ions? Or player ions getting kills?

Players use ion to kill enemies

@liveskai
Copy link
Author

Combat Score probably, Splitter Rifle with Refraction Lens registers absurd damage amounts against enemy Titans because the score based on damage is not capped to their current health in the main gamemode_fd branch. I solved that issue in my branch and that will eventually get PR'd into main gamemode_fd.

laser core

@Dinorush
Copy link
Contributor

@Zanieon Combat score in vanilla isn't capped by health either. I don't know what system it's using now or what yours uses, but vanilla combat score gain is

  • Titans: 1 score per 100 damage (excludes shield damage)
  • Reapers: 20 score
  • Stalkers: 5 score
  • Anything else: 1 score

@Zanieon
Copy link
Contributor

Zanieon commented Aug 16, 2023

@Dinorush Are you sure? Because i recall vanilla updates scoreboard only a bit before wave bonuses shows, and everything you killed or damaged in that wave comes condensed into either the Combat Score medal or the Support Score medal. FD has scoring consts in sh_consts.gnut between lines 2078~2104 and that is what i used for scoring, however Titans are treated different, they don't even give money per kill, they do per damage, and regardless of how much health Titans have it's always 50 money (no doomstate or shield).

Either way, if the score implementation vanilla does is different, then i'll have to change how i do it.

@Dinorush
Copy link
Contributor

Yes. Those are values I got when I tested with one other person a while back. If I remember right, we would just drop into an FD private match duo and have one person kill/damage something specific and then let the second person do the rest of the wave to not let it influence their score.

Money is not tied to score so yeah, you'll get different numbers there. I'm honestly not sure what those values in sh_consts.gnut correspond to because they are certainly not the money values either.

@ASpoonPlaysGames ASpoonPlaysGames added bug Something isn't working gamemode Issues related to gamemodes, custom or vanilla labels Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gamemode Issues related to gamemodes, custom or vanilla vanilla parity
Projects
Status: No status
Development

No branches or pull requests

4 participants