Skip to content

Commit fa06b6a

Browse files
committed
Added installation docs
1 parent 2e755c0 commit fa06b6a

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

Images/compatibility_linux.png

88.9 KB
Loading

Images/local_game_annotation.png

67 KB
Loading

Installing your own server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Installing your own server
2+
3+
TODO

README.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,47 @@ I'm working on a mod called Endless AWSW that will mix the normal AWSW game with
44

55
## Installation
66

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
88

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+
![Showing game properties where you can set compatibility mode (Linux only)](Images/compatibility_linux.png)
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+
![Steam showing the game library, where you right click your game and click "Browse local files"](Images/local_game_annotation.png)
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)
1043
1144
## Todo & Bugs
1245
13-
- [x] You can send an empty message
1446
- [ ] Prevent dragons from replying in a loop
47+
- [x] You can send an empty message
1548
- [x] Moving forward in story makes requests to the server (thanks 4onen!)
1649
- [x] Fix RP bug: "Meet Lorem" works but "meet Lorem" doesn't
1750
- [x] Make sure repeated texts are filtered out

0 commit comments

Comments
 (0)