Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

EX Scoring #21

Open
DancingMaractus opened this issue Oct 29, 2022 · 4 comments
Open

EX Scoring #21

DancingMaractus opened this issue Oct 29, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@DancingMaractus
Copy link

In Simply love when using the FA+ timing windows, there's a scoring system they implemented where it counts white and blue fantastic's as different % value's, and miss dose not take away %. I don't know the exact % values for each judgment. Is it possible to add this scoring system to show up when using FA+ timing window's, well also displaying the normal score on the results screen & gameplay?

@Sudospective
Copy link
Member

Sudospective commented Oct 29, 2022

i would need to find the exact specifications of this "EX scoring" in order to implement this, and as far as i know, its only done in simply love and they probably wont be keen on letting me implement this in superuser
otherwise i dont see this as something im against implementing once those conditions are met

@Sudospective Sudospective added the enhancement New feature or request label Oct 29, 2022
@Sudospective
Copy link
Member

@DancingMaractus do you have any specs on the ex scoring and how they differ from outfoxs normal scoring? i need this in order to implement it

@Arcorann
Copy link

Arcorann commented Aug 7, 2023

Taken from https://github.com/Simply-Love/Simply-Love-SM5/blob/a206fdbd9e8216113ab890145b3ce47d09f2631e/Scripts/SL_Init.lua#L400

	W0=3.5,
	W1=3,
	W2=2,
	W3=1,
	W4=0,
	W5=0,
	Miss=0,
	LetGo=0,
	Held=1,
	HitMine=-1

Pretty straightforward DP values.

@Sudospective
Copy link
Member

in that case, i want to make sure whoever is in charge of simply love would be accepting of this being in another theme, i dont want to cause trouble just because im too hasty implementing features

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants