From 77a575c6ca40f4fbc27e5fa06676de997cac8ec6 Mon Sep 17 00:00:00 2001 From: Dniel97 Date: Thu, 28 Mar 2024 22:10:34 +0100 Subject: [PATCH] Added SDED domain guide --- SDED.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/SDED.md b/SDED.md index 39bf110..778a614 100644 --- a/SDED.md +++ b/SDED.md @@ -61,10 +61,25 @@ Some instructions how to get SDED up and running | [aqua](https://dev.s-ul.net/domeori/aqua) | JAVA 17+ | - Easy to install/run
- Nice working GUI
- Slow updates
- Only supports SDED 1.34 Mai2/Chusan
- NO SDDT support
- Currently archived | | [ARTEMiS](https://gitea.tendokyu.moe/Hay1tsme/artemis) | Python 3.9+ | - Harder to setup/easy to run
- Useless GUI
- Faster/more frequent updates
- Supports importing your own Option data
- Supports all Card Maker features | -8. Regardless of the used server, make sure the title server IP address **USES A DOMAIN**, IP Addresses won't work for that game! +8. Regardless of the used server, make sure the `dns` entry in segatools.ini **[USES A DOMAIN](#using-a-domain-for-artemis)**, IP Addresses won't work for that game! 9. DONE! Launch `start.bat` and have fun +### Using a domain for ARTEMiS + +Add to your Windows `hosts` file the folllowing line. Replace the X with your local IP address (Don't use `127.0.0.1` as it is blocked!). `artemis.local` can be whatever as long as it is a proper domain. + +``` +192.168.X.X artemis.local +``` + +Edit your `config/core.yaml` and make sure to use the previously added domain for the title hostname. + +```ini +title: + hostname: artemis.local +``` + ### Patching `AssemblyCSharp.dll` If you somehow got an unpacked `AssemblyCSharp.dll`, you only need to patch small things for local network support: