Search results

  1. EmeraldLockdown

    Lua - "attempt to call a nil value (global 'require')"?

    Global variables are automatically shared between files, local vars aren't. That's pretty much all there is to it
  2. EmeraldLockdown

    Custom Lua Moveset - Where To Start?

    Try `gLakituState` instead.
  3. EmeraldLockdown

    Custom Lua Moveset - Where To Start?

    You can set these flags via actionName = ACT_GROUP_X | allocate_mario_action(act_flags), although I don't think this is the solution. I don't believe this is the problem, as that function purely handles gfx values. I believe the problem here is mario's action is being set to...
  4. EmeraldLockdown

    Custom Lua Moveset - Where To Start?

    Sorry for the late response. It's a good idea to initialize the table. You can skip initializing the table, but only do so if you are 100% confident the variables in there are never read beforehand. It's just safer to initialize the table. Hopefully that answers that question. Just so you know...
  5. EmeraldLockdown

    Custom Lua Moveset - Where To Start?

    Lua is very easy to understand, so I assure you that won't be the problem! You're 100% right about the documentation, it doesn't go that much into depth. Firstly, if you haven't, setup vscode. Second, head here, and read up on section 1 and 3. Section 2 contains each and every entry in the...
  6. EmeraldLockdown

    Quality of Life Moveset v1.2

    A moveset that enhances the vanilla experience. Adds: - Ground Pound in Water - Ground Pound Jump (water inc) - Ground Pound Dive (water inc) - Ground Pound from Rollout - Twirl Down Faster - Wall Slide Author: TheBoiJoshua Co-Author: EmeraldLockdown To those wondering, TheBoiJoshua was the...
  7. EmeraldLockdown

    Modpacks

    Idk if this is also for site suggestions, so sorry if this is the wrong place. Anyways I'm always seeing "X's Server" and other mods that are more of modpacks rather than actual standalone mods. It'd be cool to have a dedicated section for these modpacks.
  8. EmeraldLockdown

    Tag v2.4

    Tag This mod is a collection of multiple gamemodes all in one mod! The mod contains 9 gamemodes, modifiers that effect the gameplay of the gamemode, in-depth, easy to understand settings, and statistics! Gamemodes Tag contains multiple tag-related gamemodes! All gamemodes involve "tagging"...
  9. EmeraldLockdown

    Downloading mods from within the game

    This would help with the complexity of downloading mods (mainly for new players), plus the speed of getting a mod downloaded (idk I think all this is pretty obv).
  10. EmeraldLockdown

    Mod Application

    Here's some mods I've already made so you can see my work and decide if it's good enough to be on this platform: https://github.com/EmeraldLoc/tag https://github.com/EmeraldLoc/impersonation-blocker-coop I've contributed to both MarioHunt and Shine Thief I have 2 mods currently in progress...