
TempusC said:No. We’d prefer to promote ways to make original levels, and adding features for remakes is a pain and uninteresting to the developers.
Gosh, why did I install SIP 4.10.1 again...?megazig said:@Blue-K
sudo apt-get install python-qt4 ( might need to do python-qt4-common )
then...
python reggie.py
no need to freeze a linux app when all the tools are an apt-get away
Now I get a:
QUOTERuntimeError: the sip module implements API v7.0 to v7.1 but the PyQt4.QtWebKit module requires API v6.0

Lunar Magic...Jabe said:TempusC said:No. We’d prefer to promote ways to make original levels, and adding features for remakes is a pain and uninteresting to the developers.
I'm not asking for a way to add feature for remakes, as I said earlier we can replace cape feather with propeller cap, etc.
I just wanted to know if there is some way to extract smc map or so.
Or do people work with screenshots?
Blue-K said:Now I get a:
50,58c50QUOTE said:RuntimeError: the sip module implements API v7.0 to v7.1 but the PyQt4.QtWebKit module requires API v6.0
Gosh, why did I install SIP 4.10.1 again...?
Remove lines 50..58 from reggie.py and replace them with "HaveWebKit = False" - you will lose the integrated help viewer (help files will instead open in your default web browser), but you will no longer get the issue
here's a diff:
CODE
< try:
matthewbauer said:I'm really glad that Reggie has Linux support.
I've got a small patch for Reggie that allows you to specify the .arc file to edit from the command line:
http://pastebin.com/DSnsLBWK
So you could do something like:
$ python reggie.py ~/Downloads/TrainingLevel.arc
This is useful for letting Reggie do associations with the '.arc' file type.
This patch is for the latest version so it may not work on your latest unreleased development version.
Btw, it would be nice if you put Reggie on Github, that way we could track the development.That patch may not always work properlyI haven't tried it yet, but Reggie relies on the main window class being in the global mainWindow variable, so I suspect that it may crash otherwise when it's referenced.![]()
Not sure what I'm doing wrong, but the existing code in Reggie works fine here (without your patch applied):
Treeki@andLinux:/mnt/win/Python26/Reggie$ python reggie.py /mnt/win/ISOs/NSMBWii/Extracted/Stage/01-06.arc
CODEÂÂÂÂÂÂÂÂif len(sys.argv) > 1 and os.path.isfile(sys.argv[1]) and IsNSMBLevel(sys.argv[1]):
ÂÂÂÂÂÂÂÂÂÂÂÂloaded = self.LoadLevel(sys.argv[1], True, 1)
Cyan said:@JJBro1 : use Trucha signer
@Jabe :
there are website providing map dump
for example for Super mario world : http://vgmaps.com/Atlas/SuperNES/index.htm#SuperMarioWorld
Edit : I read your other message, I think it could be great to load an image in an additional layer in the background or semi-transparent foreground


LOL, i missed the Zone square, there, Thanks guy, this program rocksTempusC said:Did you add a zone? An entrance to begin at? etc… Plenty of things to miss.
WiiFan2012 said:Maybe in a future release of Reggie!, can there be a "debug level" button? Basically, it would search for errors, and missing entrances etc.
