• 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!

Recent content by wfu

  1. W

    Official The 20XX Melee Training Hack Pack (v5.0.2 - 1/20/2023)

    The first problem with the script is that it uses DOS-style line endings instead of Unix-style, which confuses the shell. It needs to be converted to Unix-style endings in order to work. The second problem is that some of the interpolated variables aren't written correctly. In the lines that...
  2. W

    Project M 3.6 Online via Dolphin Netplay Setup + Optimization Guide

    I've been working on a script for this, but right now I'm at an impasse. The ISOs it builds don't work in Dolphin, and I haven't been able to figure out why yet. If I do get it working though, I'll post a link to the script here.
  3. W

    Project M 3.6 Online via Dolphin Netplay Setup + Optimization Guide

    I haven't changed the Game ID from what the Netplay build script uses, though. I left the calls to WIT pretty much unchanged; it's just the file-copying code that I've rewritten. Where is this "PC value" set, by the way? Is there anything else that can cause the "insert disc" message?
  4. W

    Project M 3.6 Online via Dolphin Netplay Setup + Optimization Guide

    As I mentioned before, I'm working on a modified version of the build script. When I build an ISO with my script and run it in Dolphin, I get the "please insert Brawl game disc" message immediately. What causes that, exactly? What kind of options are there in general for debugging problems with...
  5. W

    Project M 3.6 Online via Dolphin Netplay Setup + Optimization Guide

    Thanks! That's really helpful. I've got some follow-up questions: Are you saying that every file that's in the PM ZIP that has an _en version in the Brawl ISO should get renamed when building a PM ISO? That confuses me since the current build scripts don't rename all of them (for example...
  6. W

    Project M 3.6 Online via Dolphin Netplay Setup + Optimization Guide

    I'm working on a console build script for Linux/Mac, and I'd be grateful if I could get some questions answered about the ISO build process. 1) There are a number of files that the existing build scripts rename while copying (by adding _en to the end of the base filename). Why is this? Is there...
Top Bottom