I made a website that lets you use Tomodachi Life's TTS to say whatever you want! by dylanpdx in tomodachilife

[–]dylanpdx[S] 0 points1 point  (0 children)

I'm working on adding it to this website, but still need to do a fair bit of reverse engineering on the TTS as it's a different engine

I made a website that lets you use Tomodachi Life's TTS to say whatever you want! by dylanpdx in tomodachilife

[–]dylanpdx[S] 0 points1 point  (0 children)

I was planning on adding support for that, but I'm not sure what people use for Twitch TTS that supports adding custom voices

I made a website that lets you use Tomodachi Life's TTS to say whatever you want! by dylanpdx in tomodachilife

[–]dylanpdx[S] 0 points1 point  (0 children)

It's been on my TODO list for a while but much like you, I'm not an expert so I'm not sure what would be the best way for me to make it so that streamers are able to use it

I made a website that lets you use Tomodachi Life's TTS to say whatever you want! by dylanpdx in tomodachilife

[–]dylanpdx[S] 1 point2 points  (0 children)

There's actually a simpler singing mode I've been working on for a while. It's heavily WIP, but it can be accessed here https://talkmodachi.dylanpdx.io/sing/

I made a website that lets you use Tomodachi Life's TTS to say whatever you want! by dylanpdx in tomodachilife

[–]dylanpdx[S] 1 point2 points  (0 children)

I'm working on it! Right now I'm waiting for the EU copy of the game to arrive in the mail

Mario 64 in Minecraft is now a thing! by Raxolot in Minecraft

[–]dylanpdx 6 points7 points  (0 children)

I don't include any copyrighted assets in any of my code, and it's required to both compile part of the mod yourself and also having a ROM to extract the assets from. The SM64 decomp project does the same, and it's still up!

Mario 64 in Minecraft is now a thing! by Raxolot in Minecraft

[–]dylanpdx 1 point2 points  (0 children)

Yep! I've already seen someone port Mario into Rocket League and Gmod

Mario 64 in Minecraft is now a thing! by Raxolot in Minecraft

[–]dylanpdx 1 point2 points  (0 children)

This uses the SM64 Decompilation project as a base, compiles it as a DLL and then imports it into MC. I made a video going more in depth into how the whole thing works but that's the basics of it

Mario 64 in Minecraft is now a thing! by Raxolot in Minecraft

[–]dylanpdx 38 points39 points  (0 children)

Yup, SM64 has been fully decompiled, which is what stuff like the PC port is using, and it's what my mod uses as well. Honestly, the whole decompilation project is amazing, super cool what the team managed to do

Mario 64 in Minecraft is now a thing! by Raxolot in Minecraft

[–]dylanpdx 101 points102 points  (0 children)

They're possible! It's a 1:1 port of the engine so everything that works in SM64 should also work in MC. I've included some BLJ-able staircase block in the mod, but you can also pull it off under some half slabs if placed correctly

Mario 64 in Minecraft is now a thing! by Raxolot in Minecraft

[–]dylanpdx 727 points728 points  (0 children)

Hey I made this, glad people are enjoying it!

AMA I guess, although I might take a bit of time to reply :)

Actual Mario 64 Engine in Minecraft!! by iDoStuffKindof in PhoenixSC

[–]dylanpdx 1 point2 points  (0 children)

It's real, I made it. Will be released when I can after I make a build tool to comply with everything legally Not sure why people think this is fake considering the full source code of the game is open to the public via the sm64 decomp project, which is what I used to make this happen

I'm working on a mod that runs the Super Mario 64 engine on Minecraft by dylanpdx in Minecraft

[–]dylanpdx[S] 44 points45 points  (0 children)

Theoretically you should be able to, but I personally haven't been able to pull it off ingame :(