| SMW Hacking on other Operating Systems |
|
Forum Index - SMW Hacking - SMW Hack Discussion - SMW Hacking on other Operating Systems |
|
Pages: 1 2 3  |
|
|
|
| Posted on 2011-07-06 06:14:50 PM |
Link | Quote |
|
As we all know, most of the focus on the SMW hacking community is on Windows, and, as such, most of the tools are written for Windows. The purpose of this thread is to let people using other operating systems (i.e., Linux and Mac OS X) see which tools they can use. Note that I haven't tested every tool on every OS, so it'd be helpful if others would post with corrections and additional info.
NOTE: For .NET applications, you can either install .NET through winetricks, OR install mono (preferred). If you choose to try mono, run programs through it just like you would with wine.
For those who are new to wine and such, here's how you run a program in wine:
So for example:
Codewine Lunar\ Magic.exe
And for mono:
For example:
Codemono Blocktool\ Super\ Deluxe.exe
(note that spaces can be escaped by placing a backslash before them, as seen in the above examples)
Linux
Mac OS X
(Thanks to E-Man for helping out with this section)
|
| Last edited on 2013-04-05 01:35:03 AM by Ultimaximus. |
|
| Posted on 2011-07-06 06:46:30 PM |
Link | Quote |
|
Heh, I'm glad someone has started to get this up and running, it'll most certainly be nice for people that wanted to rom hack on their Linux Distro or on their Mac. Since I run most of what I do off of a Mac (with exception to rom hacking) I'll get a couple things tested out using Wine. I'll edit this post with a table (or a link to an HTML file) once I get everything tested out.
A couple things that I know that do work are most of the Lunar Applications, that is so long as they use Wine Bottler. An alternative to to LIPS would be UIPS. It was removed from the tools section when I submitted it; however it should work when it comes to patching IPS files.
|
|
| Posted on 2011-07-06 06:54:33 PM |
Link | Quote |
|
If you have any alternatives that aren't on SMWC, we can always link to them. Also, I'm glad I'm not the only one that finds something like this useful. I'll be awaiting your info!
|
|
| Posted on 2011-07-07 12:35:40 AM |
Link | Quote |
|
|
Actually, xkas can be compiled from source, it just needs edited. With some very minor tweaking I was able to get it to work, here's my source and compiled binary. To compile, just run "g++ xkas.cpp -o xkas" and it gives you a fully functioning xkas.
|
|
| Posted on 2011-07-07 05:32:27 AM |
Link | Quote |
|
Excellent!
I'm working on a small thumb drive distro; boot into it for a SMW hacking toolchain. Perfect for people with nosy parents or people who switch computers a lot. The native xkas will come in handy.
I tried compiling on Xubuntu 10.04, it doesn't seem to work. It gives a massive backtrace and the compiler logs barf with decapitated items.
|
| Last edited on 2011-07-07 05:34:38 AM by CommieYoshi. |
|
| Posted on 2011-07-07 11:49:37 AM |
Link | Quote |
|
I tested both the precompiled binary there and compiled the source; it seems to work perfectly both times. There were many warnings upon compilation, but no errors, so it still worked. I'll add that into my post, but why not submit that to the Tools section?
Edit: Also, HFD, I'm having issues running Status Effect from the source...Any help you can offer? I have the three requirements installed.
Edit2: I also just tested running the EXE in wine...No luck there.
|
| Last edited on 2011-07-07 12:22:28 PM by K3fka. |
|
| Posted on 2011-07-08 12:33:14 PM |
Link | Quote |
|
|
Updated with Translhextion and changed the status of Status Effect running natively to unknown. It's written in python, so it should work, but I wasn't able to get it running. If someone else out there can verify that it works, then I'll be happy to change it.
|
|
| Posted on 2011-07-08 01:47:29 PM |
Link | Quote |
|
|
Bless Hex Editor is very nice editor. I used it when I was messing with Earthbound Zero hacking a while back. Don't know how good it is compared to a lot of other hex editors, but it does what it does well.
|
|
| Posted on 2011-07-08 02:29:58 PM |
Link | Quote |
|
|
Personally, I've never used it. I needed an alternative to Translhextion, though, so I did a quick search. Bless looks good, is similar to Translhextion from what I can tell, and has favorable reviews, so I picked it.
|
| Last edited on 2011-07-08 02:32:04 PM by K3fka. |
|
| Posted on 2011-07-08 02:55:07 PM |
Link | Quote |
|
Try HxD. I used Translhextion first, and then I found I liked XVI32 better (mostly), but now that I've found HxD, I'll never go back to either.
Also, should Tessera go on there? What do you call it if a tool just requires path edits to work on Linux?
|
|
| Posted on 2011-07-08 03:31:10 PM |
Link | Quote |
|
|
I needed something to list as a Linux alternative. And yeah, Tessera can be listed, but we should wait until it's officially released, shouldn't we? But you should probably do what I said on IRC, and make a special version for linux that changes xkas to ./xkas so it'll be more convenient (or else I can upload that fixed version once it's done).
|
| Last edited on 2011-07-08 03:32:04 PM by K3fka. |
|
| Posted on 2011-07-08 03:33:38 PM |
Link | Quote |
|
|
If you but the xkas executable in your path (like /usr/bin or ~/bin), it will be like any other terminal command or app.
|
|
| Posted on 2011-07-08 03:41:13 PM |
Link | Quote |
|
I'm pretty sure ./xkas works on Windows too.
Edit: Confirmed false with batch files. CreateProcess() may accept it, but that's not very portable either.
|
| Last edited on 2011-07-08 05:11:02 PM by Alcaro. |
|
| Posted on 2011-07-08 05:09:06 PM |
Link | Quote |
|
Originally posted by AlcaroI'm pretty sure ./xkas works on Windows too.
As you as you are in the current directory and xkas is there, yes. "." means the current directory, so you are basically doing /some/folder/that/contains/the/thing.
P.S: Kefka, you just need to run wine application for Windows Console apps, not wine cmd. Like wine ./thing.exe args
|
|
| Posted on 2011-07-08 05:44:51 PM |
Link | Quote |
|
Oh, really? I always thought you had to do wine cmd...
And yeah, I know about the ./ thing. It's just that Tessera right now makes a call for "xkas" and linux will search in /usr/bin, /usr/sbin, /usr/local/bin, etc. instead of the current directory, and the chances of someone putting xkas in one of those folders are slim. Not as slim now that we have HFD's xkas that runs natively, as it would have been really weird to put an EXE there, but yeah.
|
| Last edited on 2011-07-08 05:45:47 PM by K3fka. |
|
| Posted on 2011-07-08 08:07:23 PM |
Link | Quote |
|
Took me a while, but I've managed to test a fair bit of applications on my Mac. I tested a couple more applications; however at the same time I was able to test the applications that you already have up in the first post.
The one's that I could not test were the ones that required me to compile from source. I have no idea how to compile from source code on my Mac, so I'm out of luck there. :\
Oh, and a note on AddmusicM, I can only assume that AddmusicM would work through Wine on a Mac. However that would require me to install Perl ActiveState through Wine Tricks to test that, and to be honest I don't have the resources to do that. I can assume; however I don't know for a fact.
So without further ado, here you go K3fka (for convenience's sake it already works off of the original CSS styling):
| Tool |
Runs in Wine |
Runs Natively |
Alternatives |
| Addmusic 4.05 |
Yes |
Unknown |
AddmusicM |
| AddmusicM |
Unknown |
Yes (Perl) |
Addmusic 4.05 |
| BlockTool Super Deluxe |
Yes (requires .NET) |
No |
None |
| Cluster Sprite Tool |
Yes |
No |
None |
| Free Space Logger |
Yes (requires .NET) |
No |
FreezePace |
| FreezePace |
Yes (requires .NET) |
No |
Slogger |
| Lunar Address |
Yes |
No |
None |
| Lunar IPS |
Yes |
No |
Lunar Magic/UIPS |
| Lunar Magic |
Yes |
No |
None |
| Overworld Sprite Tool |
Yes |
No |
None |
| Racing Stripe |
No |
No |
None |
| Sample Tool |
Yes (requires .NET) |
No |
None |
| Sprite Tool (Romi's) |
Yes |
No |
None |
| Status Bar Editor |
No |
No |
Status Effect |
| Status Effect |
Unknown |
Unknown |
Status Bar Editor |
| Transhextion16c |
Yes |
No |
Hex Fiend |
| Terra Stripe |
Yes (requires .NET) |
No |
Racing Stripe |
| Tweaker |
Yes |
No |
None |
| xkas |
Yes |
Unknown |
None |
| yy-chr |
Yes |
No |
None |
|
| Last edited on 2011-07-08 08:15:00 PM by E-Man. |
|
| Posted on 2011-07-08 08:11:58 PM |
Link | Quote |
|
Sweet! Thanks a bunch! I'll merge that into the first post right away! Also, I can't believe I forgot to put YY-CHR into the Linux table...I'll fix that right away.
Also,
Originally posted by E-ManOh, and a note on AddmusicM, I can only assume that AddmusicM would work through Wine on a Mac. However that would require me to install Perl ActiveState through Wine Tricks to test that, and to be honest I don't have the resources to do that. I can assume; however I don't know for a fact.
Yeah, I put an Unknown for the linux version because of that. I don't know why someone would want to run Perl through Wine when it exists natively...
|
| Last edited on 2011-07-08 08:35:17 PM by K3fka. |
|
| Posted on 2011-07-08 08:44:35 PM |
Link | Quote |
|
Gonna go ahead and sticky this thread because of its useful information.
I was going to do this a couple days ago, then forgot. :<
|
|
| Posted on 2011-07-08 09:04:46 PM |
Link | Quote |
|
|
Well, "./xkas" certainly didn't work for me. I get some error about message number 0x2331. I remember having this problem before...something that should work didn't.
|
|
| Posted on 2011-07-08 09:13:52 PM |
Link | Quote |
|
Like I suggested, we can just have a separate linux version that has
Code$assembler = './xkas.exe'
|
|
|
Pages: 1 2 3  |
|
|
|
|
Forum Index - SMW Hacking - SMW Hack Discussion - SMW Hacking on other Operating Systems |