File information

Last updated

Original upload

Created by

InferiorX

Uploaded by

InferiorX

Virus scan

Safe to use

Tags for this mod

About this mod

This mod enables a new weapon subtype. Currently allows Melee weapon to be equipped as buster sword on right arm.

Requirements
Permissions and credits
Changelogs


Current Features:

  • Enables a new weapon subtype (Currently only melee subtype is available).
  • Allows user to scale slash effects and hitboxes using condition_table
  • Allows user to toggle extra weapon effects using condition_table
Example:
To test out this weapon subtype and all features, install latest Omegamon mod and buy Transcendent Sword weapon from the Custom shop.

Modders Guide:
  • To set melee weapon to right arm, set this config in WEAPON_TABLE:
    ...
    "n_TYPE": 8,
    "n_SUB_TYPE": 1,
    ...
  • To increase melee hitbox and fx scale, give yourself a buff with the following config in CONDITION_TABLE:
    ...
    "n_EFFECT": 2001,
    "f_EFFECT_X": 210001,
    "f_EFFECT_Y": 2.0,
    ...

    Where f_EFFECT_X = weaponId, f_EFFECT_Y = scale.
  • To toggle weapon extra FX with buff, give yourself a buff with the following config in CONDITION_TABLE:
    ...
    "n_EFFECT": 2002,
    "f_EFFECT_X": 210001,
    ...

    Where f_EFFECT_X = weaponId.

    For extra FX to work, your weapon must have a "FX" object. And you have to add "ToggleFX" as a child to that "FX" object.
    Remember to disable ToggleFX.




Installation Guide:
Requires BepInExUnpacked GameAssembly Binary and the latest Tangerine to work. Read its description carefully for installing instructions!
To install, make sure you have the requirement above installed first before proceeding.
Then extract and place into your BepInEx/mods folder.

Feedback:
Encounter an issue or have a suggestion? Please reach out through this Discord server: RXD: Derivative Works