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
+6-17Lines changed: 6 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,14 @@
1
1
# 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.
4
3
5
4
## 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
16
9
17
10
## Documentation
18
-
Documentation of a project is provided as a GitHub wiki.
0 commit comments