Fool's Gil
Smash Apprentice
So I figured this would go here: A (partial) PSA Tutorial.
http://www.youtube.com/watch?v=ZpKZBKQXDjA
http://www.youtube.com/watch?v=ZpKZBKQXDjA
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!
The angle for a spike is 10E. Remember, trajectories are in Hex.Uh... simple question:
How do I make every part of Marth's dair a meteor? I edited the first 3 lines in the trajectory to be "10", but to no effect. Am I doing something wrong?
Shadic, I haven't figured out exactly what PSA does when you save a .pac, but if you open a unmodified .pac and hit save as, the outputted file is NOT the same as the original.I've found what appears to be a glitch in PSA.
If I add a change to animation speed to Link's Grounded Bow Charge, suddenly the item disappears from his hands while he charges it in the air, and it ceases to work.
Okay, fine, whatever. So I remove the change, not touching anything else in the move.
However, after removing the one line, I go back and test what SHOULD be a normal, working bow.
Nope, the bow still won't appear in Link's hand while he charges it in the air.
Check if "data" exists on the object list.
if (GetString(nameList, GetWord(objectPointerList, 0x4)).Substring(0, 4) != "data")
throw (new Exception("Cannot locate file data."));
// Search for "data" node.
int off =-8;
bool found = false;
while (off < 8 * 10 && !found)
{
off += 8;
found = GetString(nameList, GetWord(objectPointerList, 0x4+off)).Substring(0, 4) == "data";
}
if(!found)
throw (new Exception("Cannot locate file data."));
It doesn't work in the data directory. I placed it in the root directory with PW's original .exe and it works perfectly. Nice job! (I just wanted to point out you had the wrong directory posted)Place the exe in the same directory as the PSA 1.3 Data directory.
That's part of Phantom Wing's master plan. He mentioned it in the first post that he edits. But not yet, unless you wanna have a crack at modifying PSA yourself.Any chance we can get Copy-Paste to work between instances of PSA? It'd be quite convenient.
Yes, that was what he meant, the data directory is in /Smash attacksIt doesn't work in the data directory. I placed it in the root directory with PW's original .exe and it works perfectly. Nice job! (I just wanted to point out you had the wrong directory posted)
EDIT: I don't think I'm clear.
Don't place it in /Smash Attacks/Data/
Place it in /Smash Attacks/
You need to install the original 1.3 by PW, then replace it with dantarionsWhen I open this with mono on my Mac I get:
File Attributes.txt not found
File Events.txt not found
File Perimeters.txt not found
etc...
Anyone know what's wrong?
I installed the .exe that was in the .rar PW provided for download. I don't think I ever installed any of Dantarion's stuff.You need to install the original 1.3 by PW, then replace it with dantarions
I was about to post about that very bug... It's very annoying. It's what made me think Charizard wasn't working.I'm not sure if anyone has had this problem, but I might as well post it here. If you push save too many times, (I have a habit of saving multiple times), it corrupts the file and then after that you have to start over. So..... ya just a warning.
Parallels.Make One For Mac!!!