Chaos Project

RPG Maker => Event Systems => Event System Database => Topic started by: WhiteRose on February 24, 2010, 06:50:29 pm

Title: Social Link System
Post by: WhiteRose on February 24, 2010, 06:50:29 pm
Social Links
Version: 1.00
Type: Gameplay Enhancement



Introduction

This system will allow you to create Social Links, such as those seen in Persona 3 and 4. A Social Link measures your emotional attachment to a character. A character's Social Link will increase as you spend more time with them. Please note that this system requires Blizzard's ATES to keep track of days!


Features




Screenshots

(See screenshots in instructions, or try the demo to see the system in effect.)


Demo
http://www.mediafire.com/?2tmdiz2zhwy (http://www.mediafire.com/?2tmdiz2zhwy)



Instructions

First, create a Common Event named "Reset Link" or something similar. Make it Parallel Process and make the Condition a switch named "Linked."
Code it like this:
Spoiler: ShowHide
(http://img69.imageshack.us/img69/3029/78919808.png)

Make sure you change the variable number if you want to store your ATES Hours and Minutes in different variables.

Next create an event for the character you wish to create a social link for. This is a map event, not a common event, although you could I suppose theoretically set it up as a common event and create a map event that calls it. Set it up something like this:
Spoiler: ShowHide
(http://img195.imageshack.us/img195/9716/71235997.png)


If you want to change the Social Link level up formula, feel free to tweak things a little. If you want a certain cut-scene to happen upon level up, you will have to modify the part of the event


Credits and Thanks




Author's Notes

Blizzard's ATES, which is required for this script to run, can be found here:
http://forum.chaos-project.com/index.php?topic=710.0 (http://forum.chaos-project.com/index.php?topic=710.0)

If you need specific help setting up things that I didn't explain clearly enough, such as creating cut-scenes that happen once you reach a certain Social Link level, feel free to contact me.
Title: Re: Social Link System
Post by: Diokatsu on February 24, 2010, 09:17:23 pm
Cool. Persona 3 was a great game and this was probably one of the coolest feature in Persona.