From 967da4c381beb057b36e0b5edf163404369c1ef5 Mon Sep 17 00:00:00 2001 From: TheLeerName Date: Fri, 4 Mar 2022 22:16:47 +0700 Subject: [PATCH] update docs for 1.3.3 --- README.md | 17 +++++++++-------- docs/changelogs.md | 10 +++++++++- docs/guideoptions.md | 15 ++++++--------- 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d8b8469..ef19ee9 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ -# Mania Converter 1.3.2 -Converter of FNF or osu!mania maps/charts, example from 4 key to 6 key. It can remove damage notes, convert to osu!mania and more. Supports Psych Engine, Kade Engine and Leather Engine (leather not fully). +# Mania Converter 1.3.3 +Converter of FNF or osu!mania maps/charts, example from 4 key to 6 key. It can remove damage notes, convert to osu!mania and more. Supports Extra Keys Mod, Psych Engine, and Leather Engine (leather not fully). ## [Examples for using](https://github.com/TheLeerName/mania-converter/blob/main/docs/examples.md) ## [How to build it *(click)*](https://github.com/TheLeerName/mania-converter/blob/main/docs/building.md) -## 1.3.2 - New option IgnoreNote -- **New line in options** `IgnoreNote`: for list a ignored notetypes split on comma (for example, you want convert chart/map without damage notes) -- Removed **kinds of engines sync**, now **it syncs by default** -- **Fixed issue with bugged sides** in osu convert -- **Fully rewritten a log system** -- `mc options v3`, app will be convert options from v1 or v2 to v3 +## 1.3.3 - BPM calculating and fix of convert from osu +- **From osu** converting now **working properly**: no more *"all notes in one section and make die debug menu"* +- **BPM in from osu converting now using a mean value of BPM** +- **Better converting a song name** in **to osu** converting +- **Support of "changeBPM"** line in **to osu** converting +- **Errors closes app immediately** now +- `mc options v4`: lines **typeofsection, changebpm, lengthinsteps deleted**; **corrections** in lines **gfversion, gfsection, altanim, musthitsection, version, bpm** ### [Check past changelogs here](https://github.com/TheLeerName/mania-converter/blob/main/docs/changelogs.md) ## How to use this? (Editing options.ini, scroll down to see cmd using) diff --git a/docs/changelogs.md b/docs/changelogs.md index 837a226..2ac4bd2 100644 --- a/docs/changelogs.md +++ b/docs/changelogs.md @@ -1,6 +1,14 @@ # Changelogs of Mania Converter -## (Latest) 1.3.2 - New option IgnoreNote +## (Latest) 1.3.3 - BPM calculating and fix of convert from osu +- **From osu** converting now **working properly**: no more *"all notes in one section and make die debug menu"* +- **BPM in from osu converting now using a mean value of BPM** +- **Better converting a song name** in **to osu** converting +- **Support of "changeBPM"** line in **to osu** converting +- **Errors closes app immediately** now +- `mc options v4`: lines **typeofsection, changebpm, lengthinsteps deleted**; **corrections** in lines **gfversion, gfsection, altanim, musthitsection, version, bpm** + +## 1.3.2 - New option IgnoreNote - **New line in options** `IgnoreNote`: for list a ignored notetypes split on comma (for example, you want convert chart/map without damage notes) - Removed **kinds of engines sync**, now **it syncs by default** - **Fixed issue with bugged sides** in osu convert diff --git a/docs/guideoptions.md b/docs/guideoptions.md index de06273..ecdc42a 100644 --- a/docs/guideoptions.md +++ b/docs/guideoptions.md @@ -2,22 +2,19 @@ - `FileInput:beatmap` for name of chart/map before converting. - `FileOutput:beatmap-converted` for name of chart/map after converting. - `Mode:0` for switch in converter modes, 0 = FNF (converting from N key to N key), 1 = osu!mania to FNF, 2 = FNF to osu!mania, 3 = osu!mania (converting from N key to N key). -- `Key:6` for a REAL number of keys you want to convert to. - `IgnoreNote:Hurt Note` for list a ignored notetypes split on comma. (for example, you want convert chart without damage notes) +- `Key:6` for a REAL number of keys you want to convert to. - `Side:1` for switch in FNF sides, 0 = player1 (BF) and player2 (Opponent), 1 or player1 or bf = player1 (BF), 2 or player2 or opponent = player2 (Opponent). - `player1:bf` for name of player1 (BF). - `player2:pico` for name of player2 (Opponent, Dad). -- `gfVersion:gf` for name of GF. +- `player3:gf` for name of GF. - `stage:stage` for name of stage. - `speed:3` for scroll speed of notes. -- `bpm:150` for BPM of song. +- `bpm:150` for BPM of song, now uses like a default value when bpm calculation error. - `needsVoices:0` 1 or true or y or yes = song uses Voices.ogg file. -- `gfSection:0` 1 or true = GF sings instead player2. -- `lengthInSteps:160000` not touch this if you not want crash osu!mania to fnf converting. -- `altAnim:0` 1 or true = characters uses alt anims. -- `typeOfSection:0` idk. -- `changeBPM:0` idk. -- `mustHitSection:1` 1 or true = cam follow to player1, any other values = cam follow to player2. +- `gfSection:0` 1 or true or y or yes = GF sings instead player2. +- `altAnim:0` 1 or true or y or yes = characters uses alt anims. +- `mustHitSection:1` 1 or true or y or yes = cam follow to player1, any other values = cam follow to player2. - `AudioFileName:audio.mp3` for name of audio file of song. - `Artist:ManiaConverter` for name of artist of song. - `Creator:ManiaConverter` for name of creator of chart/map.