Spyke
timbo303·Timbo303's WorldbyTimbo303

How to RUN Super Mario 64 with Localhost using Python

I figured out how to run it via localhost using python. You can probably make this work on your many other devices as well all you need is a server running this in theory. Port forwarding should work too however I recommend setting up a password protection for Port Forwarding so you avoid DMCA. Here are the instructions:

REQUIREMENTS:

  1. Download Python. https://www.python.org/downloads/ (Make sure python installs to your Environmental Variables so you can use a command I will mention in the Instructions).
  2. You will need the files I am about to upload here (Save them anywhere on your PC): https://mega.nz/folder/3A5iETyI#k-ZeyfmkcayJGhlqsq8X3Q

INSTRUCTIONS:

  1. Open Command Line (You know CMD.exe).
  2. Change the Directory to where your file is (Example: cmd starts at C:\Users\Timbo303 normally. To change it to the folder you downloaded on your Documents folder for instance you need to do this: cd C:\Users\Timbo303\Documents\(Name of the folder you downloaded)). This step may vary based on where you put the folder.
  3. Run this command where your Folder is located (make sure its where the folder is otherwise step 4 doesn't work): python -m http.server (or you can do python3 -m http.server its the same thing). This will make your computer a local server basically.
  4. Open localhost:8000 and then click on Mario.html file to start the page.
  5. You Are Done. You will never need to worry about Nintendo DMCA after you download everything required (I may need to change the link often if Nintendo tries to go after this).

WHAT TO DO NEXT:

  1. Figure out how to get the HD version working on something like this.

Note: If you get no sound from the game this is a common glitch just either refresh the site a lot until it works or reset permissions on the site.

View original on lemmy.world

This is a method I know. There are other services which work the same. You in theory just need a localhost server running. I would also recommend apacheserver software.

2

You reached the end