You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-3Lines changed: 36 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,47 @@ I'm working on a mod called Endless AWSW that will mix the normal AWSW game with
4
4
5
5
## Installation
6
6
7
-
This is still in a heavy research and pre-alpha phase. I don't really feel like writing installation docs to software that's likely going to change so heavily. This repo mainly functions for backup keeping for now!
7
+
### From source
8
8
9
-
If you want to help out, please [ping me on my Discord](https://discord.gg/gKcb5U3) (You can also DM me at EmeraldOdin🔒#1991 but sometimes change the name, so it's a gamble hehe)
9
+
This tutorial will bring the EAWSW mod to Angels with Scaly Wings. The tutorial focusses on Steam, but it should work with others too.
10
+
11
+
-**Note for Linux users! (Windows users can ignore this)**: To use mods from Steam workshop, set "force compatibility" to Proton in the properties window.
12
+
13
+

14
+
15
+
1. Download the [MagmaLink mod](https://steamcommunity.com/sharedfiles/filedetails/?id=2594080243) from the Steam workshop.
16
+
2. Find the location of your AWSW installation:
17
+
1. On Steam, you can right click your game and click "Browse local files"
18
+

19
+
3. Once you opened the folder, browse to `game/mods`-folder.
20
+
4. Download [the source from Github](https://github.com/peterwilli/Endless-AWSW/archive/refs/heads/main.zip).
21
+
5. Extract the downloaded source, and drop the `EndlessAWSWClient`-folder inside the `mods`-folder.
22
+
1. Your final directory should look like this (depending on how much mods you installed, this may vary, as long as you got ~3 subdirectories, where one is called `EndlessAWSWClient` it should be fine):
23
+
```
24
+
mods/
25
+
|-- 2594080243
26
+
|-- 2665734102
27
+
|-- EndlessAWSWClient
28
+
`-- core
29
+
```
30
+
31
+
## How to play!
32
+
33
+
1. Open the game on Steam.
34
+
2. Click "Start" and if you played the game already then make sure to click "no" when the system asks you to skip ahead. You can skip using tab if you like.
35
+
3. At some point, Zhong comes along and asks you if you want to play endless or normal mode (it happens the moment Sebastian greets you at your house).
36
+
4. Click endless if you want to try this mod, click normal if you want the game to progress as usual.
37
+
5. Once you're in endless mode, you can choose a server.
38
+
1. For most people, the public server is fine, I'm hosting it for free, and it should be fast enough, depending on how many players are simultaneously playing.
39
+
2. If you wish to install your own server, go to [Installing your own server](Installing%20your%20own%20server.md).
40
+
6. From here you can select a narrative, and you can type any reply and the dragons will reply in return. Have fun!
41
+
42
+
If you want to help out, please [ping me on my Discord](https://discord.gg/gKcb5U3) (You can also DM me at EmeraldOdin#1991 but sometimes change the name, so it's a gamble hehe)
10
43
11
44
## Todo & Bugs
12
45
13
-
-[x] You can send an empty message
14
46
- [ ] Prevent dragons from replying in a loop
47
+
- [x] You can send an empty message
15
48
- [x] Moving forward in story makes requests to the server (thanks 4onen!)
16
49
- [x] Fix RP bug: "Meet Lorem" works but "meet Lorem" doesn't
0 commit comments