-
|
Hi everyone, I recently stumbled upon this project which is absolutly fabulous since MHTri is by far one of my favorite games of all times. Hope to get an answer, thanks for this project ! Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for your interest in this project. You can join our Discord server and check in the appropriate channels if there are pinned messages that might answer your questions. Depending on what you'd like to help with, there are several places you can check. CodingWe tried to keep the codebase self-documented so there might not be more pieces of documentation regarding the coding parts of the server. You should have a look to our dev branch and other contributors branches if you want to see some of the wip code we might be testing/working with. There are a wiki and a CONTRIBUTING.md file, so feel free to experiment/fork the server if you want to. Reverse engineeringI have some notes on my other repository and its wiki but you'll find more information on the Discord server. PreservationIf you don't plan on coding, just documenting past facts/behaviors related to monsters, quests, events, you can contribute to various wiki, some of them are pinned on our Discord server. |
Beta Was this translation helpful? Give feedback.
Thanks for your interest in this project. You can join our Discord server and check in the appropriate channels if there are pinned messages that might answer your questions. Depending on what you'd like to help with, there are several places you can check.
Coding
We tried to keep the codebase self-documented so there might not be more pieces of documentation regarding the coding parts of the server. You should have a look to our dev branch and other contributors branches if you want to see some of the wip code we might be testing/working with. There are a wiki and a CONTRIBUTING.md file, so feel free to experiment/fork the server if you want to.
Reverse engineering
I have some notes on my …