(Willing to pay) SMT Fusion System

● ARCHIVED · READ-ONLY
Started by Demi_Fiend 15 posts View original ↗
  1. Hi!

    I'm looking for someone to make some changes to a script that replicates the fusion system from the Shin Megami Tensei series. While the script is mostly complete, there are still some bugs as well as changes I'd like to make.

    Below is a general description of the fusion system:


    Spoiler
    Demon fusion is a mechanic from the SMT franchise that allows you to fuse multiple party members (demons) into one. There are two types of fusion, which are accessed from a menu:

    1) Normal Fusion: The game gives you a list of your characters (not counting the lead character.) You select two of them. Those two fuse to become a completely new character.

    2) Special Fusion: Instead of selecting characters to fuse, the game gives you a list of the ones you can create. As such, if you don't have the necessary characters, the fusion cannot be performed. You can fuse up to 4 characters this way. Characters made through special fusion cannot be made through normal fusion. Special fusions are unlocked through switches.


    Inheriting Skills:
    Before you go through with the fusion, the game lists each of the original characters' skills. You can select 2 to pass down to the newly made character. Some skills cannot be passed down.

    Level Ceiling:
    Characters fused cannot exceed the protagonist's level. The protagonist is defined as the first actor in the party. As such he cannot be fused.

    Fusion Accident:
    Sometimes, when two characters are fused, there is a chance of a fusion accident. When this occurs, the character made is different from the one specified in the script. This new character is chosen randomly from a pool of possible options, but cannot exceed the protagonist's level.

    ...and here's the script itself:

    [embedded media]

    If anyone is interested, PM me and I'll send you the changes that need to be made. I am also willing to pay for the job (we can negotiate the price in PM).

    Thanks!
  2. Bump!
  3. bump
  4. Bump
  5. bump
  6. Demi_Fiend said:
    Hi!

    I'm looking for someone to make some changes to a script that replicates the fusion system from the Shin Megami Tensei series. While the script is mostly complete, there are still some bugs as well as changes I'd like to make.

    Below is a general description of the fusion system:


    Spoiler
    Demon fusion is a mechanic from the SMT franchise that allows you to fuse multiple party members (demons) into one. There are two types of fusion, which are accessed from a menu:

    1) Normal Fusion: The game gives you a list of your characters (not counting the lead character.) You select two of them. Those two fuse to become a completely new character.

    2) Special Fusion: Instead of selecting characters to fuse, the game gives you a list of the ones you can create. As such, if you don't have the necessary characters, the fusion cannot be performed. You can fuse up to 4 characters this way. Characters made through special fusion cannot be made through normal fusion. Special fusions are unlocked through switches.


    Inheriting Skills:
    Before you go through with the fusion, the game lists each of the original characters' skills. You can select 2 to pass down to the newly made character. Some skills cannot be passed down.

    Level Ceiling:
    Characters fused cannot exceed the protagonist's level. The protagonist is defined as the first actor in the party. As such he cannot be fused.

    Fusion Accident:
    Sometimes, when two characters are fused, there is a chance of a fusion accident. When this occurs, the character made is different from the one specified in the script. This new character is chosen randomly from a pool of possible options, but cannot exceed the protagonist's level.

    ...and here's the script itself:



    If anyone is interested, PM me and I'll send you the changes that need to be made.

    Thanks!

    Does this script work?If yes,can you explain me How to fuse and etc 'cuz i didn't comprehended nothing while i was reading the script.Thanks
  7. JerkFrost27 said:
    Does this script work?If yes,can you explain me How to fuse and etc 'cuz i didn't comprehended nothing while i was reading the script.Thanks
    Basically, the script shows you a list of the demons in your party and lets you select two of them to fuse. Then, it lists all of their skills and you get to choose which ones to pass on to the new demon. After that, the fusion is complete, and the new demon joins your party.

    There's also special fusion, which shows you demons that can only be fused with a specific combination. If you have the specified demons, you choose the fused demon and it goes onto the skill inheritance as usual.

    If you have any more questions, let me know.
  8. Hoy.How can you make a fusion list using this script?Like Actor2+Actor 3 will result Actor5.Does i need to link something to Actor Notes?In other words...how does these @combo_table = {} ,@fusion_ingredients=[] work?What should i link to 'em?Actor_ID?thanks in advance
  9. Demi_Fiend said:
    Basically, the script shows you a list of the demons in your party and lets you select two of them to fuse. Then, it lists all of their skills and you get to choose which ones to pass on to the new demon. After that, the fusion is complete, and the new demon joins your party.

    There's also special fusion, which shows you demons that can only be fused with a specific combination. If you have the specified demons, you choose the fused demon and it goes onto the skill inheritance as usual.

    If you have any more questions, let me know.
    Thanks a bunch,friend.I know how fusion works but now i only need to understand about the combo tables and if i can instead of selecting 2 skills i can select 1+.It's for a Shin Megoomi Tensay parody game,and obviously i will give credits to you ;)
  10. ShadowBendy said:
    Hoy.How can you make a fusion list using this script?Like Actor2+Actor 3 will result Actor5.Does i need to link something to Actor Notes?In other words...how does these @combo_table = {} ,@fusion_ingredients=[] work?What should i link to 'em?Actor_ID?thanks in advance

    In the actor you get from fusion, you put <fusion: x, y> in the notetags. That means you need actor x and actor y to make that one.
  11. Sorry if i am necroposting, but how do i activete the script to bring up the fusion menu?
    And how do i do special fusion?
  12. Earthboundstar123 said:
    activete the script to bring up the fusion menu
    Lines 49 and 53 show the script call commands

    begin_basic_fusion
    begin_special_fusion

    should work
  13. Roninator2 said:
    Lines 49 and 53 show the script call commands

    begin_basic_fusion
    begin_special_fusion

    should work
    Thanks!
  14. Hi,Mr.Demi_Fiend,colud you please tell me what is the picture size of " invisible Window"," Help window" and " Help window2"?