THIS GUIDE IS OLD
THE BEST GUIDE TO FOLLOW IS https://scrib-bler.github.io/
https://rentry.org/chunisunplus
https://rentry.org/chunisun
https://gitea.tendokyu.moe/Dniel97/SEGAguide/wiki/SDHD#setup-instructions
THE ONLY GUIDE I KEEP UP TO DATE IS
https://rentry.org/taikonchn
中文指南
https://performai.notion.site/CHUNITHM-Manual-5a12aad934af45b4a09adf6048e635c6
Chunithm Sun Plus/SDHD 2.16.00 SETUP
And Omnimix Setup
To decrypt Base64 links use this https://www.base64decode.org/
What you will need
SUN
aHR0cHM6Ly9kcml2ZS5nb29nbGUuY29tL2ZpbGUvZC8xb01WSGIzUDhOOWFkNkNLSnFpdHlMWENuVG9MZnhnWEgvdmlldz91c3A9c2hhcmluZw==
SETUP GUIDE
Get the game running
Extract SUN anywhere the password is: ChunithmSun+
Install VisualCppRedist_AIO_x86_x64.exe
THIS MAY TAKE SOME TIME SO PLEASE WAIT
Extract CHUNITHM SUN PLUS (SDHD 2.15.00).7z anywhere on your drive E.G. C:\ChunithmSunPlus
Extract CHUNITHM SUN PLUS (SDHD 2.16.00).7z into the folder where you extracted SDHD E.G. C:\ChunithmSunPlus
When asked to replace files make sure you choose to REPLACE FILES if you did not get asked to replace files you did something wrong
Move d3d9.dll to App\bin
This will let you alt-tab or click off of the game with out it crashing but the game will only work in fullscreen and will only run on what ever monitor is set to your main display in windows
Move ICF1 to amfs
When asked to replace files make sure you choose to REPLACE FILES if you did not get asked to replace files you did something wrong
Move amfs and Option to App\bin
Rename Option to option
Make a folder called appdata in App\bin
Extract the SUNPLUS.7z anywhere
YOUR ANTI-VIRUS MAY SAY IT IS A VIRUS/MALWARE YOU CAN IGNORE THIS AND TURN OFF YOUR ANTI-VIRUS OR ADD AN EXCEPTION
Move everything in the fufubot segatools to App\Bin
When asked to replace files make sure you choose to REPLACE FILES if you did not get asked to replace files you did something wrong
Move everything in patched bin folder files to App\Bin
When asked to replace files make sure you choose to REPLACE FILES if you did not get asked to replace files you did something wrong
go to https://patcher.missless.net/chunisunplus.html and drag chusanApp.exe from App\Bin into it and make sure the patches match this
and then click Save Patched File and move the file to App\Bin
When asked to replace files make sure you choose to REPLACE FILES if you did not get asked to replace files you did something wrong
Open segatools.ini in App\Bin with notepad
Make sure the following is set in your segatools.ini
amfs=amfs
option=option
appdata=appdata
default=YOUR IP
IF YOU DONT KNOW HOW TO FIND YOUR LOCAL IP OPEN COMMAND PROMPT AND TYPE ipconfig AND LOOK FOR YOUR NETWORK ADAPTER AND LOOK FOR IPv4 Address IT SHOULD BE SOMETHING LIKE 192.168.1.111 OR YOU CAN GOOGLE HOW TO FIND YOUR LOCAL IPv4 ADRESS
Make a text file called aime.txt in App\bin\DEVICE
inside that file generate 20 random digits with https://numbergenerator.org/random-20-digit-number-generator
MAKE SURE THE NUMBER DOES NOT START WITH 0 OR 3
Extract Chunithm_SUN_PLUS_English_Patch.zip anywhere then move data to App
When asked to replace files make sure you choose to REPLACE FILES if you did not get asked to replace files you did something wrong
and move option to App\Bin
YOU CAN SKIP THIS IF YOU WANT TO PLAY IN JAPANESE
Run start.bat the game should start to load what may take some time so please wait and you should get stuck on this screen
If it does get stuck on this screen or loads to the title screen then you did it right but if it gets stuck on a different screen or crashes then try launching the game again or following this guide from the start
While at the screen press 1 to go to the test menu then go to GAME ASSIGNMENTS and set CABINET-TO-CABINET PLAY to OFF
NAVIGATE THE MENU USING DFK
Click exit then the game should load again and this time you will get to the title screen
OMNIMIX SETUP
Setup up Omnimix so you can get extra songs
Extract SDGS Ports up to 12.2023.zip anywhere and extract all the zips that are inside it
Move all the ASP folders to App\bin\option
Extract AOMN.7z then move the AOMN folder App\bin\option
MAKE SURE TO MOVE THE AOMN FOLDER THAT IS ALONGSIDE THE README
It should look like this
SERVER/ARTEMiS SETUP
Setup ARTEMiS so you can save scores
You can follow the offical guide here:
https://gitea.tendokyu.moe/Hay1tsme/artemis/src/branch/develop/docs/INSTALL_WINDOWS.md
https://gitea.tendokyu.moe/Hay1tsme/artemis/src/branch/develop/docs/game_specific_info.md#user-content-chunithm
Or you can follow Scribbler's guide
https://rentry.org/artemisscreenshots061223/
Or you can follow my guide below
VIDEO GUIDE aHR0cHM6Ly9tZWdhLm56L2ZpbGUva0ZkV25CaEkjVk9TcHFDVjhIVWdmNkRmMHJheTB0RTJZdWdWdVNPa1d2YjNJQ2c5YkZsYw==
Make a ARTEMiS folder anywhere on your drive E.G. C:\ARTEMiS
Install Git-2.43.0-64-bit.exe
Inside your ARTEMiS folder HOLD SHIFT AND RIGHT CLICK and click Open in Terminal or Open PowerShell window here and run
git clone https://gitea.tendokyu.moe/Hay1tsme/artemis.git
YOU CAN USE DEVELOP ARTEMIS BUT MASTER ARTEMIS RECOMMENDED
Install python-3.9.13-amd64.exe
Select Customize installation
Make sure that pip, tcl/tk, and the for all users are checked and hit Next
Make sure that you enable "Create shortcuts for installed
applications" and "Add Python to environment variables" and hit Install
Install mysql-installer-web-community-8.0.34.0.msi
Click on "Add ..." on the side
Click on the "+" next to MySQL Servers
Make sure MySQL Server 8.0.34 - X64 is under the products to be installed.
Hit Next and Next once installed
Select the configuration type "Development Computer"
Hit Next
Select "Use Legacy Authentication Method (Retain MySQL 5.x compatibility)" and hit Next
Enter a root password and then hit Next >
Leave everything under Windows Service as default and hit Next >
Click on Execute and for it to finish and hit Next> and then Finish
Open MySQL 8.0 Command Line Client and login as your root user
Type the following commands or copy and paste
CREATE USER 'aime'@'localhost' IDENTIFIED BY 'aime';
CREATE DATABASE aime;
GRANT Alter,Create,Delete,Drop,Index,Insert,References,Select,Update ON aime.* TO 'aime'@'localhost';
FLUSH PRIVILEGES;
exit;
While inside your artemis folder E.G. C:\ARTEMiS\artemis
HOLD SHIFT AND RIGHT CLICK and click Open in Terminal or Open PowerShell window here and run
pip install -r requirements.txt --force-reinstall
Rename the folder example_config to config
In your config folder open core.yaml with notepad and remove the following to lines from it
reboot_start_time: "04:00"
reboot_end_time: "05:00"
and change these lines
listen_address: "YOUR IP"
hostname: "YOUR IP"
key: "Copyright(C)SEGA"
In your config folder open chuni.yaml with notepad and change the following lines
14:
rom: 2.16.00
data: 2.15.11
While inside your artemis folder E.G. C:\ARTEMiS\artemis
HOLD SHIFT AND RIGHT CLICK and click Open in Terminal or Open PowerShell window here and run
python dbutils.py create
python index.py
IF YOU GET WinError 10013 An attempt was made to access a socket in a way forbidden by its access permissions.
run the command NET stop HTTP
If you get no errors then you did it right
WHEN YOU WANT TO RUN ARTEMiS ALL YOU HAVE TO DO IS RUN python index.py IN THE artemis FOLDER
IMPORT GAME DATA INTO ARTEMiS
Import game data so you can save scores
If you still have ARTEMiS running stop it by clossing the window
while inside your artemis folder E.G. C:\ARTEMiS\artemis
HOLD SHIFT AND RIGHT CLICK and click Open in Terminal or Open PowerShell window here and run
python read.py --game SDBT --version 14 --binfolder YOUR DATA FOLDER --optfolder YOUR OPTION FOLDER
change YOUR DATA FOLDER to your data folder and change YOUR OPTION FOLDER to your option folder E.G.
python read.py --game SDBT --version 14 --binfolder C:\ChunithmSunPlus\App\data --optfolder C:\ChunithmSunPlus\App\bin\option
After that command runs you have to run
python dbutils.py autoupgrade
Run ARTEMiS then run the game after the game gets to the title screen in the bottom right corner you should have a green icon
IF YOU DO NOT HAVE A GREEN ICON AND ITS IS GREY MAKE SURE ARTEMIS IS RUNNING OR TRY REPEATING THE STEPS ABOVE IF YOU STILL HAVE A GREY ICON SCROLL DOWN TO THE BOTTOM OF THIS GUIDE FOR THE FIX
ENGLISH SONG NAME SETUP
English Song Names
Extract ChunithmSunEnglishPatch_v.6.00.zip anywhere then move data to App and move option to App\Bin
When asked to replace files make sure you choose to REPLACE FILES if you did not get asked to replace files you did something wrong
DO NOT RUN THE IMPORT/READ AFTER ADDING THIS BECAUSE IT WILL CAUSE IT TO BREAK
YOU CAN SKIP THIS IF YOU WANT TO PLAY IN JAPANESE
EXTRA INFO
The Default keybinds are
1 = test menu
HOLDING ENTER = read card so you can save scores
You can setup keyboard play in segatools.ini but this is not recommend you should use one of the following options below
If you have a iOS device I recommend
Brokenithm-Evolved-iOS https://redive.estertion.win/ipas/Brokenithm/Brokenithm-Evolved-iOS-v0.3.7z
Brokenithm-iOS https://redive.estertion.win/ipas/Brokenithm-iOS-build-10.ipa
To Install IPA file follow the guide here https://www.youtube.com/watch?v=M1hFG4EkIJk or
https://www.reddit.com/r/LegacyJailbreak/comments/qktgx8/tutorial_how_to_use_sideloadly_on_ios_7_and_above/
If you dont have a iOS device or dont want to Install IPA files you can use
Brokenithm-kb https://github.com/4yn/brokenithm-kb
If you want to buy a controller you can get
YubiDeck(~$600) https://yubiparts.com/products/yubideck-touch-slider-controller
Slider and Air Sensor will work as expected with no other changes
To use the built in Aime reader, open segatools.ini and in the [aimeio]
section uncomment the ;path=aimeio_yubideck.dll
line (remove the ; from the beginning)
If you want a cheaper controller you can get
Tasoller(~$300) https://www.gamo2.com/en/index.php?dispatch=products.view&product_id=359
Slider and Air should work with no changes, however the LED's on the slider will require the installation of Custom Firmware
Before installing the Custom Firmware, you will need to know if your Tasoller is on the factory 2.0 firmware. If your Tasoller was purchased from 2022 onwards it should have come with 2.0. If your Tasoller is older you may need to follow the DJ-DAO upgrade guide before installing Custom Firmware
Tasoller Custom Firmware https://pixeldrain.com/u/v28yFBTZ
If you want the arcade feel while using Brokenithm you can use
chuni-hands https://github.com/logchan/chuni-hands/releases
chuni-hands lets you use a webcam to detect raising your hand for the air sensors. This can be used with any input method, however it is best paired with Brokenithm
- Download the latest version of chuni-hands and extract it to its own folder
- Open chuni-hands.json, find the
"SendKeyMode"
line and replace"be"
with"chuni_io"
. Save the file
- Open chuni-hands.exe and configure your air activation settings in the GUI
- Start Chunithm SUN with the start.bat as usual
Don't forget to also run Brokenithm before starting the game, if you are using it for the slider input. You will also need to disable air input within Brokenithm on your tablet
You can also try
chusan-touch https://github.com/htk030/chusan-touch
chusan-touch missing libraries https://pixeldrain.com/u/jfCEPuth
chusan-touch lets you play the game with touchscreen, using the same input method as brokenithm (slide up for airs)
Instructions are provided on the github page. If it still doesn't work, you may need to download the additional missing libraries linked above and put them in your bin folder
RARE ISSUES
If the game is freezing and unfreezing but the audio does not close or uninstall riva tuner and msi afterburner if that still does not work you can try Razer Cortex https://www.razer.com/cortex
If you did all the ARTEMiS Setup and Import steps correctly but the network icon in the bottom right is still grey follow the steps below
in App\bin\option\A001\event\event00000015\Event.xml open with notepad
and find <alwaysOpen> and change it from false to true
CHECK OUT MY TAIKO GUIDE https://rentry.org/taikonchn