A comprehensive guide on how to run the server implementation of a certain turn based anime game on your android device completly offline
- Download and install Termux from here
- Open Termux
- When you first open the application it may ask you for notifications permission press ok (android 13 and up)
- After everything finishes copy the command bellow and paste it onto the terminal.
apt update && apt install git -y && git clone https://github.com/kostas214/LunarCore-on-Android.git && cd LunarCore-on-Android && chmod +x install.sh && ./install.sh
- If the server fails to start type
stop
and type./start.sh
(If the error persists restart your phone)
Congratulations you have succesfully installed the LunarCore server
- Download and install the latest modified game client from here
- Log in with any username and password
- Open Termux application
- Copy and paste this command
./start.sh
- Either choose online mode by typing
1
or offline mode by typing2
- If the server fails to start press
ctrl
using the buttons above keyboard andc
and retry step 2 (If the error persists restart your phone) - Open the modified client
- On the login screen you can use any username and password(After the first log-in the information will be saved and you will be loged-in automatically
- Enjoy
- Open the Termux application type
stop
to stop the server. - Type
exit
and press enter to exit the application.
- Download and update to the latest client from here
- Open Termux
- Enter this command
cd && cd LunarCore-on-Android && rm hotfix.json || true && git reset --hard HEAD~1 && git pull && . update.sh
- The Lunar Core team Their github page
- Termux for making the application used in this tutorial Their github page