The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX Ace => VXA Scripts Database => Topic started by: apoclaydon on October 16, 2012, 06:28:31 AM

Title: Finaly Fantasy 7 Materia System
Post by: apoclaydon on October 16, 2012, 06:28:31 AM
Materia System version 1
Victor Sant

Introduction
Ok this script actuall belongs to me but Victor Sant created it as a commission. What it does is replicates the Materia System from Final Fantasy 7.
For those who are not familiar with Final Fantasy 7 what materia is is an item that contains magic and is equipped to equipment and each equipment can have several of 2 different types
of slots (joint and single) materia then gain ap from battles and as they 'grow' they can gain new spells for the hero and even 'breed' which happens when a materia becomes mastered it slipts into a matster and lvl 1 form


Features
- equip and unequip materia
- materia grow using ap
- materia shops that can buy and sell materia
- materia breeding when mastered (can be turnd off)

Screenshots
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi278.photobucket.com%2Falbums%2Fkk85%2Fapoclaydon%2Fth_materiaequip.png&hash=0b2f2be0344130ea7fc5018b170e7b41dd275d48) (http://i278.photobucket.com/albums/kk85/apoclaydon/materiaequip.png)
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi278.photobucket.com%2Falbums%2Fkk85%2Fapoclaydon%2Fth_materiashop.png&hash=dfa95d8c1f2c87d5f841d3ebf67578a2652722b8) (http://i278.photobucket.com/albums/kk85/apoclaydon/materiashop.png)

How to Use
Plug and play.
Details within script

Script
http://victorscripts.wordpress.com/rpg-maker-vx-ace/gameplay-scripts/materia-system (http://victorscripts.wordpress.com/rpg-maker-vx-ace/gameplay-scripts/materia-system)

FAQ

Q: I cant get the script to work can you help?
A: try and find out if there is a script thats causing the issue and if so let me know and i'll see what I can do but no promises

Q: Can you add a new feature into this script?
A: No I cant as I am not very good at scripting sorry.

Q: the skills do not match the materia names why?
A: I was lazy and didnt go through the materias to correct this as its a conversion from the VX version and the skills are in a different order

Credit and Thanks
- Tamsynn/Apoclaydon
- Victor Sant for doing the commission
- Square Enix for FF7

Author's Notes
I have included a compatability bit for yanfly's menu engine for those who would like to use it there (also works with the equipment menu engine
Title: Re: Finaly Fantasy 7 Materia System
Post by: modern algebra on October 16, 2012, 08:33:15 PM
Do you have Victor's permission to post the script here?
Title: Re: Finaly Fantasy 7 Materia System
Post by: apoclaydon on October 16, 2012, 09:03:58 PM
yh i actually own it (paid him for the commission) just have to ensure i point out he was the one who actually done the work
Title: Re: Finaly Fantasy 7 Materia System
Post by: modern algebra on October 16, 2012, 09:35:44 PM
Alright. Thanks for sharing then! That's very generous of you.
Title: Re: Finaly Fantasy 7 Materia System
Post by: Yin on October 16, 2012, 09:39:50 PM
Not going to use this, but wanted to say thank you for sharing as well. Not many people who pay for stuff actually share with the public.
Title: Re: Finaly Fantasy 7 Materia System
Post by: apoclaydon on October 16, 2012, 10:07:37 PM
yh its been requested a lot so thought why not :P plus the amount of free scripts that are shared here and ive used then this is least i can do as im not very good and doing art or scripting myself
Title: Re: Finaly Fantasy 7 Materia System
Post by: apoclaydon on October 19, 2012, 09:33:28 PM
because victor sant is amazing here is an update

changes

equip_materia(actor, equip, slot, materia)
actor = actor id
equip = equip slot id (0 = weapon, 1 = shield, 2 = helm, 3 = armor, 4 = accessory)
slot = materia slot
materia = materia id

remove_materia(materia)
materia = materia id

Also i fixed the issues with elemental, added effect and absorb materias.

Spoiler for:

Code: [Select]

http://www.rpgmakervxace.net/topic/7725-final-fantasy-7-materia/



Title: Re: Finaly Fantasy 7 Materia System
Post by: apoclaydon on November 18, 2012, 03:12:03 PM
version 2 is up and ready
Title: Re: Finaly Fantasy 7 Materia System
Post by: crow5derlock on November 18, 2012, 08:28:21 PM
Question: What are your terms for Commercial use?
Title: Re: Finaly Fantasy 7 Materia System
Post by: apoclaydon on November 18, 2012, 08:30:48 PM
feel free to use however you want as long as me and victor sant are credited (plus id also like to see the results :S)
Title: Re: Finaly Fantasy 7 Materia System
Post by: crow5derlock on November 20, 2012, 01:59:04 PM
ok, thank you verry much
Title: Re: Finaly Fantasy 7 Materia System
Post by: phoenixcrash on December 26, 2012, 10:23:32 PM
I'm interested in trying this out with my game but I can't seem to download it.
Title: Re: Finaly Fantasy 7 Materia System
Post by: apoclaydon on January 07, 2013, 07:52:15 PM
new version posted (linked to victors blog) see 1st post