Page 2 of 2

Re: Plasmashop

PostPosted: Wed Jul 15, 2009 12:02 pm
by Paradox
diafero wrote:UruPython also has a bug btw (at least when used in wine): For example, if I have a file called "Jalak.py" and one called "JalakJournals.py", it will not show the first in the list of files to select for inclusion in the pak. However, if you hit "Cancel" in the pack dialogue and open it again (so that it selects all the files), it will correctly select such a file, too.
Regarding PlasmaShop, I could never got it to decompyle an unpacked file for me.
For packing I now have a script which is adapted to my needs, and independant of wine :D (it requires an installation of Python 2.2, but lucky enough the old sources can still be compiled on current systems).


I suggest the libPlasma tool "PyPack" for such purposes ;)

Re: Plasmashop

PostPosted: Wed Jul 15, 2009 12:12 pm
by Zrax
If you're using PlasmaShop on wine (which I'm guessing you are, by your message), then yeah, decompyle doesn't lauch correctly... This is one of the things that PlasmaShop 3.0 is supposed to fix, since it's cross platform... If I ever get around to writing it, that is :P

Re: Plasmashop

PostPosted: Wed Jul 15, 2009 12:58 pm
by diafero
@Paradox: That is what I use for (un)packing, right, but I still needed to script (de)compyling

@Zrax: Yes, I am using it in wine. It's not a big deal, I will continue to use UruPython for that :)