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

Commit

Permalink
update docs for 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeerName committed Mar 4, 2022
1 parent f89edae commit 967da4c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
10 changes: 9 additions & 1 deletion docs/changelogs.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 6 additions & 9 deletions docs/guideoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 967da4c

Please sign in to comment.