Tags
Creators
Details
2.2
Compatibility
Changes
● [싱글플레이 및 랭킹 환경 개선]
- 싱글플레이 기록 등록 서비스 가능 지역 확대 (타임어택, 제작자 대결에서 기록 등록 가능) findEngineNameFromAttribute 함수 추가 BodyCapture 시작 종료 조건 변경
findEngineNameFromAttribute 함수 역할
data-engine-real 값을 수집하고 엔진명으로 정규화 시켜서 기록 등록에 사용 기존 텍스트 디스플레이 감지 방식을 사용해서 나온 값이 null일 경우 findEngineNameFromAttribute 함수로 엔진명 재수집
BodyCapture 시작 종료 조건 변경 내용
기존 : Title에 '로딩중'이 포함될 때 감지 시작, Title이 '3'일 때 감지 종료 (실패할 시 시간 연장) 변경 후 : Title의 번역키가 '3'일 때 감지 시작, Title의 번역키가 '1'일 때 감지 종료 (실패할 시 시간 연장)
● [UI/UX 개선]
- 플레이어 스킨 적극 사용
- 라이더 찾기 개선
● [신규 기능]
- 기록 삭제 기능 추가 자신의 랭킹 카드를 클릭한 후 삭제 버튼을 누르면 나오는 모달에 자신의 닉네임을 입력한 후 확인을 누르면 해당 기록 삭제 (되돌릴 수 없음)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:PCc5j8Au:pbl9kYSE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PCc5j8Au:pbl9kYSE"
}

