Page 1 of 1

Journal Entries?

Posted: August 30th, 2012, 10:45 am
by rydion_dev
Apparently, version 2.8 allows journals. I can see this being a vital in-game feature.

1. Is it possible to add an in-game journal?

2. Can there be journal sections? (one for main quests, one for letters, one for news reports, etc.)

3. Can you give an example of journal code? By this, I mean how do I get an entry to active?

4. Will I have to create a folder called "entries" and add code such as the code below?

Code: Select all

r_addentry 0
Thank you for reading.

Re: Journal Entries?

Posted: August 30th, 2012, 11:34 am
by Lou
I was not sure how finished the Journal was with 2.8, so I did not want to ask, but if it
is ready to go I would also like to start using it for our quests.
Lou :D

Re: Journal Entries?

Posted: August 30th, 2012, 9:41 pm
by Hirato
r_journal_record bucket entry

Code: Select all

r_journal_record "Food Shortage" "Damien, the mayor, has asked me to find a solution to the food shortage plaguing the town of Kirn. The harvests of the past few years has been poor."
It's a pretty simple system, really.

Re: Journal Entries?

Posted: August 31st, 2012, 9:55 am
by Lou
Ah excellent!!! Thanks.

Re: Journal Entries?

Posted: August 31st, 2012, 12:46 pm
by rydion_dev
Thanks, now I can integrate it into a game.