Skip to content

Commit a4ab5eb

Browse files
authored
Refactor README (#34)
1 parent 8152826 commit a4ab5eb

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
11
# zMultilogue
2-
zMultilogue is a Multi-NPC dialogue system for Gothic 1 and Gothic 2 NotR, based on the solution form [AFSP Trialogue package](https://github.com/Bad-Scientists/AF-Script-Packet/blob/main/Standalone-Packages/G12-Trialogue/trialogue.d).
3-
Its goal is to replace Trialoue packages based on [Ikarus](https://github.com/Lehona/Ikarus) and [LeGo](https://github.com/Lehona/LeGo/tree/dev) with an union-based plugin.
2+
zMultilogue is a plugin that implements Multi-NPC dialog system for Gothic 1 and Gothic 2 NotR. Its working principle is based on the solution from [AFSP Trialogue package](https://github.com/Bad-Scientists/AF-Script-Packet/blob/main/Standalone-Packages/G12-Trialogue/trialogue.d). The main project goal is to replace Trialog packages based on [Ikarus](https://github.com/Lehona/Ikarus) and [LeGo](https://github.com/Lehona/LeGo/tree/dev) with an union-based plugin.
43

54
## Features
6-
- System for creating dialogues with multiple NPCs that doesn't fuck up AI queue
7-
- Script interface based on the LeGo [Trialogue package](https://github.com/Lehona/LeGo/blob/dev/Trialoge.d) (easy to port dialogues)
8-
- Automatic increasing of dialog-box display distance if NPC is too far
9-
10-
## ToDo
11-
12-
- [x] Implement the basic functionality of the multilogue system
13-
- [x] Increase the default display dialogue distance if needed
14-
- [x] Advanced camera system
15-
- [x] Gothic 1 compatibility
5+
* System for creating dialogues with multiple NPCs that doesn't fuck up AI queue
6+
* Manual script interface based on the [LeGo Trialoge package](https://github.com/Lehona/LeGo/blob/dev/Trialoge.d)
7+
* Auto script interface for that makes writing multilogs as easy as normal dialogs
8+
* Advanced camera manipulation system
169

1710
## Documentation
18-
Documentation of a project is provided as a GitHub wiki.
19-
20-
- [Home](https://github.com/Silver-Ore-Team/zMultilogue/wiki)
21-
- [Getting Started](https://github.com/Silver-Ore-Team/zMultilogue/wiki/Getting-Started)
22-
- [Script Interface](https://github.com/Silver-Ore-Team/zMultilogue/wiki/Script-Interface)
11+
Documentation of a project is provided as a [GitHub wiki](https://github.com/Silver-Ore-Team/zMultilogue/wiki).
2312

2413
## Support
2514

0 commit comments

Comments
 (0)