• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

sushie's Shared Modules for Shared Mods

abysspartyy

Smash Cadet
Joined
May 11, 2015
Messages
55
Introduction

Most of my mods will share common injection hooks, data and code. To achieve this, I have broken down shared codes into individual modules, allowing my mods to be installed individually as long as you have the required modules.

Melee Versions

All mods are compatible with vanilla Melee v1.02 and all m-ex related mods (if they do not extend Ft/It data any further).

Modules

NameDescriptionVersionChangesSource Code
Ft/It Data ExpansionExpands the Data structures for items & fighters. Uses m-ex's offsets as a base

Not compatible with any other external mods that extend Ft/It Data EXCEPT for m-ex

!!!NOTE FOR M-EX!!!: if you receive a message saying that there is a MEX injection point conflict while trying to add this code through m-ex, ignore it as this code will overwrite what m-ex does for data expansion.
1.2.0
  • bugfix: init fighter data variables to 0 in results screen or else invalid data could get read which results in crashes
TODO

Mod List

ModFt/It Data Expansion
Autolink 367 v2.1.0+1.2.0+
Hitbox Extension1.0.0+
Eight Hitbox Support1.0.0+

How to Use?

Install the required modules first before installing the mods that you like. For example, if you want to install Hitbox Extension, look at the Mod List table and see that there is a version listed for Ft/It Data Expansion. Install that module code first and then install the Hitbox Extension code.

Note if the version listed has a + symbol, that means that it is compatible with all newer versions and you do not have to update the module. For example, 1.1.0+ would mean that as long as you have 1.1.0, you do not have to update to the newest version. However, it is still recommended to use the newest version to ensure compatibility with other mods.

Gecko Codes

Code:
$sushie's Ft/ItData Expansion v1.2.0 [sushie]
*Must be installed or enabled first
C2068EEC 00000006
3BC30000 3C808045
60848FD0 80840020
3D808000 618CC160
7D8803A6 4E800021
7FC3F378 3C808046
60000000 00000000
C20BE830 00000006
3BC30000 3C808045
60848FD0 80840020
3D808000 618CC160
7D8803A6 4E800021
7FC3F378 3C808046
60000000 00000000
040679BC 388029D8
04266FD8 38801564
C2268754 00000005
3BA30000 38801564
3D808000 618CC160
7D8803A6 4E800021
7FA3EB78 7C661B79
60000000 00000000
Code:
$sushie's Ft/ItData Expansion v1.1.1 [sushie]
*Must be installed or enabled first
C2068EEC 00000006
3BC30000 3C808045
60848FD0 80840020
3D808000 618CC160
7D8803A6 4E800021
7FC3F378 3C808046
60000000 00000000
C20BE830 00000006
3BC30000 3C808045
60848FD0 80840020
3D808000 618CC160
7D8803A6 4E800021
7FC3F378 3C808046
60000000 00000000
040679BC 388029D0
04266FD8 38801564
C2268754 00000005
3BA30000 38801564
3D808000 618CC160
7D8803A6 4E800021
7FA3EB78 7C661B79
60000000 00000000
Code:
$sushie's Ft/ItData Expansion v1.1.0 [sushie]
*Must be on for codes like Hitbox Extension & 8 Hitbox to work
C2068EEC 00000006
3BC30000 3C808045
60848FD0 80840020
3D808000 618CC160
7D8803A6 4E800021
7FC3F378 3C808046
60000000 00000000
040679BC 388029D0
04266FD8 38801564
C2268754 00000005
3BA30000 38801564
3D808000 618CC160
7D8803A6 4E800021
7FA3EB78 7C661B79
60000000 00000000
Code:
$sushie's Ft/ItData Expansion v1.0.0 [sushie]
*Must be on for codes like Hitbox Extension & 8 Hitbox to work
C2068EEC 00000006
3BC30000 3C808045
60848FD0 80840020
3D808000 618CC160
7D8803A6 4E800021
7FC3F378 3C808046
60000000 00000000
040679BC 388029C4
04266FD8 38801564
C2268754 00000005
3BA30000 38801564
3D808000 618CC160
7D8803A6 4E800021
7FA3EB78 7C661B79
60000000 00000000

Note: only some older versions are kept for archive purposes
 
Last edited:
Top Bottom