Triple Trouble but in Modding Plus

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • This was really fun to mod in.
    Sonic.exe: gamebanana.com...
    Modding Plus: github.com/Fun...
    The version of Modding Plus I use: github.com/AFu...
    Friday Night Funkin':
    Newgrounds - www.newgrounds...
    Itch.io - ninja-muffin24...
    Support them, they make some great tunes.

Комментарии • 49

  • @choccymilk582
    @choccymilk582 2 года назад +5

    hey dude just wanted to say a few things
    1. char swaps still lag for me despite preload, thats why i want the download to see if im doing something wrong.
    2. The latest version wont build, it says it has an issue with the charting in the source code
    3. great vid man

  • @derpysponge43
    @derpysponge43 2 года назад +4

    I wish I can do that, whether I’m using Modding+ or not.

  • @reiko2008
    @reiko2008 2 года назад +3

    Hey I have a question.
    Can't you copy the source code from shaggy or other mods with 9k+ and put it into modding+?
    P.S. also could you add middlescroll?

    • @therobloxdisappointment
      @therobloxdisappointment  2 года назад

      For multi-key, I don't understand it enough to add it in. Other people have done it; you could ask them. Middlescroll would be easy to add :)

    • @fridaynightdisappointin
      @fridaynightdisappointin Год назад

      @@therobloxdisappointment "I don't understand it enough to add it in"
      This comment aged poorly lol 🤣

  • @DaPootisBird
    @DaPootisBird 2 года назад +2

    hey, how do i do custom note mechanics in your build?

    • @therobloxdisappointment
      @therobloxdisappointment  2 года назад

      You add a noteInfo.json to the data of the song you want to use the notes in.
      There is already a noteInfo you can find inside the data for roses.
      You can play around with that and see what you can do with it.

    • @DaPootisBird
      @DaPootisBird 2 года назад

      @@therobloxdisappointment i already know how to do that, i just want to know how to do stuff like “if you miss this note you have something appear on screen”

    • @therobloxdisappointment
      @therobloxdisappointment  2 года назад

      @@DaPootisBird It's a little complicated but I will try to keep it simple.
      In the noteInfo.json, you should put a new variable called "noteMiss".
      Then, after that, you put a function name inside the variable you will be using for that action, like this:
      "noteMiss": "gunShot",
      This will call the function of the same name inside the modchart of the song.
      function gunShot() {}
      There is also "noteHit" and "noteStrum" too.
      (noteStrum is when the note is overlapping the strumline).

    • @DaPootisBird
      @DaPootisBird 2 года назад

      @@therobloxdisappointment awesome, thanks

    • @awesomedude2400
      @awesomedude2400 2 года назад

      @@therobloxdisappointment Can you do more than I custom note in the same file?

  • @apossumpossum2793
    @apossumpossum2793 2 года назад +2

    i have a list of suggestions:
    1. noteinfo holds and theres a bug with holds on hardcoded (mines, nukes and drains) and noteinfo's note types that they count as normal holds witch missing then will cause you to miss
    2. 2 ways to have custom notes sprites
    a1. default in Note_Assets
    a2. separate spritesheets can hold any amount of notes Custom_Note_Assets 1, 2, 3, 4 and beyond
    3. make the game remember your previous volume settings
    4. windowName.jsonc will allow to change your games window name on bootup and will force back the name if you had a window's name changed in a modchart/stage
    5. FlxFlicker
    6. custom healthBar's in ui_packs

    • @therobloxdisappointment
      @therobloxdisappointment  2 года назад +1

      The second one already exists lol
      You just need to put "customNotePath" and then the path of the note sprites (without the file extension) into the noteInfo, like this:
      "customNotePath": "assets/images/customNoteFile",
      The rest I will look into. Thanks for the suggestions!

  • @TizzyThePony
    @TizzyThePony 2 года назад +1

    ayo can i ask. im no stranger to not wanting to share m+ assets. but is it alright if i just have the chart to this? just the modchart note info and said chart. its alright if not

    • @therobloxdisappointment
      @therobloxdisappointment  2 года назад

      I could probably do that. Just give me a day or so to get the stuff ready.

    • @therobloxdisappointment
      @therobloxdisappointment  2 года назад

      Sorry for the long wait! Here is the data for the song. Make sure to replace the custom note paths in the noteinfo with the correct assets.
      drive.google.com/file/d/1IiZloCNoVwtrVwoPNRwy7jrDWYCuCllm/view?usp=sharing

    • @TizzyThePony
      @TizzyThePony 2 года назад

      @@therobloxdisappointment thanks dude! wow your stage is impressive. i have a stage but its not as well coded as yours wow

  • @DaPootisBird
    @DaPootisBird 2 года назад

    hello hi uh if a player misses a lot on duo mode the game crashes do you know what's up with that

  • @SBSMJ
    @SBSMJ 2 года назад

    How do I download FNF modding+ and how do I import the Triple Trouble mod into it?

  • @phantom.fox.official
    @phantom.fox.official 2 года назад

    Triple trouble but YOU'RE TOO SLOOW

  • @ZYAIREDOESGAMING
    @ZYAIREDOESGAMING 2 года назад +1

    Download Link?

  • @apossumpossum2793
    @apossumpossum2793 2 года назад +2

    i tried the latest release and i have found an issue while i was porting Happy Tree Funkers when alot of notes i hit just crashes the game.
    Love your work i hope that bug would be fixed!
    edit: it seems to crash only on misses with ghost tapping off
    edit 2: i was right about the alot of notes being hit could cause your game to crash when i was porting Project Deathmatch

    • @apossumpossum2793
      @apossumpossum2793 2 года назад

      Also ElAnothonyVixtin the creator of Corruption Expanded: Week 2 and Sonic.exe MOD ft. Pico on M+ would want to get in contact with you hes been doing improvements to the engine too, you two will get M+ back on its feet.

    • @fridaynightdisappointin
      @fridaynightdisappointin 2 года назад +2

      @@apossumpossum2793 I fixed the bug! It was due to the new custom note system checking for a note when there wasn't one. Thanks for the feedback!
      I look forward to the day that Modding Plus is relevant again.

    • @apossumpossum2793
      @apossumpossum2793 2 года назад

      i miss those days of last years May when the engine was getting updates and the server was very active

    • @fridaynightdisappointin
      @fridaynightdisappointin 2 года назад +1

      @@apossumpossum2793 good times

  • @awesomedude2400
    @awesomedude2400 2 года назад +2

    Hello, I downloaded the source code for your modding plus, and I want to know how you turned on the psych engine UI-layout.

    • @DaPootisBird
      @DaPootisBird 2 года назад +1

      there's a thing in "custom-ui" called "ui-layouts" or something, you can even make your own ui

    • @awesomedude2400
      @awesomedude2400 2 года назад

      @@DaPootisBird thanks

    • @awesomedude2400
      @awesomedude2400 2 года назад

      @@DaPootisBird also I used the import song function yesterday and it was great 😃

    • @awesomedude2400
      @awesomedude2400 2 года назад

      @@DaPootisBird can you make more than one note info file in a song.

  • @DaPootisBird
    @DaPootisBird 2 года назад

    hey, i noticed there was code for "videoIntro" in playstate, what does that do and how can i use it

    • @therobloxdisappointment
      @therobloxdisappointment  2 года назад

      I don't know, I never really looked at it. It was probably from when the Modding Plus team was porting week 7 or something. I'm not sure whether it works or not. You could give a try and see if it works, if you want.

  • @PoopBrimmer6372
    @PoopBrimmer6372 2 года назад

    location: scary

  • @Milanesso777
    @Milanesso777 2 года назад +1

    Phsyc replica UI

  • @Tomciok
    @Tomciok 2 года назад

    hi
    can i have a download?

  • @ZphyZphyer
    @ZphyZphyer 2 года назад +2

    I NEEDED THIS FOR A COVER :O

  • @665guest
    @665guest Год назад

    *h o w*

  • @choccymilk582
    @choccymilk582 2 года назад

    hey could i have a download? i wanna look into how u did this

  • @awesomedude2400
    @awesomedude2400 2 года назад

    Wait I think I know how to use UI layout

  • @apossumpossum2793
    @apossumpossum2793 2 года назад

    What would be next? Shaders?

  • @awesomedude2400
    @awesomedude2400 2 года назад +1

    you sure this is m+?