-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lorebook Item #102
Comments
The first lorebook: A Pantheon Unbiased, Book I |
basic support to load book items from a text file
@CawCawDrakon The books will need to be saved as text files. The current format uses the first line as the title, the second as the author and the rest of the lines as the content of the book. Double returned lines will create a new page. If you are still interested in contributing to this project, what I would like you to do is fork this repo and then add some of the book files. That way you will show up as contributor to the project. That will also give you the ability to edit the books directly in the code base. Once you fork the repo and add the book files, you can create a pull request. Let me know if you have any questions or are not familiar with github and want some pointers. Book files go in: There is currently one example book: https://github.com/ToroCraft/ToroQuest/blob/master/resources/assets/toroquest/books/civ_lore/test.txt |
Ah, thanks! Yes, I´m not that experienced with github (aka I just signed up four weeks ago and didn´t do much), so some pointers would be helpful. For example, did I create that book right? |
Yes, looks like you got it :) I just left a comment about changing the file name, after that I will merge it into the code base. |
I decided to leave off API support for now. |
Extend vanilla books. Read book content from a
JSONtext format.Allow other mods to register books via an API.Type:
#97
The text was updated successfully, but these errors were encountered: