Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Journal Entries?

Chat and ask questions about the RPG Maker Mode here.
Post Reply
rydion_dev
Member
Member
Posts: 20
Joined: August 30th, 2012, 9:43 am
Location: Great Britain

Journal Entries?

Post 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.
Freelance PAS user good at building RPG maps and designing interiors. Hates texturing though...
rydion_dev wrote:This doesn't cut any mustard at all, I'm afraid. It barely cuts tomato sauce!
Lou
Member
Member
Posts: 59
Joined: May 29th, 2012, 11:46 am
Name: Lou

Re: Journal Entries?

Post 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
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Journal Entries?

Post 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.
This is not a url, clicking it is pointless
Lou
Member
Member
Posts: 59
Joined: May 29th, 2012, 11:46 am
Name: Lou

Re: Journal Entries?

Post by Lou »

Ah excellent!!! Thanks.
rydion_dev
Member
Member
Posts: 20
Joined: August 30th, 2012, 9:43 am
Location: Great Britain

Re: Journal Entries?

Post by rydion_dev »

Thanks, now I can integrate it into a game.
Freelance PAS user good at building RPG maps and designing interiors. Hates texturing though...
rydion_dev wrote:This doesn't cut any mustard at all, I'm afraid. It barely cuts tomato sauce!
Post Reply