Posted by member 137031 on 2004-03-21 06:22:37
hey
this is my first time when dealing with litestep and related problems - i'm only using this thing for about 10hrs, and i wanted to share what i figured out
i saw some people on this forum posting about problems i've been encountering - this is imposibility of using newly downloaded themes, and "corrupted" zip files
they are not corrupted - they will unzip normally under any zip extractor, and the only thing "wrong" with them is their name...
it seems for me that installer (netloadmodule) names dll files inside zip file according to their zip name
for example if fresly downloaded module is named dummy-1.0.1b.zip and inside is dummy.dll file, then netloadmodule will rename it to dummy-1.0.1b.dll and put it in modules directory
now - let's say this module was required for certain theme - for example call it ugly1
if author of ugly1 in its theme.rc file inserted line '*netloadmodule dummy-1.0.1beta' then all what you'll get is "module downloaded but.." message from installer
changing this line to match module name will do the trick
this is my first time when dealing with litestep and related problems - i'm only using this thing for about 10hrs, and i wanted to share what i figured out
i saw some people on this forum posting about problems i've been encountering - this is imposibility of using newly downloaded themes, and "corrupted" zip files
they are not corrupted - they will unzip normally under any zip extractor, and the only thing "wrong" with them is their name...
it seems for me that installer (netloadmodule) names dll files inside zip file according to their zip name
for example if fresly downloaded module is named dummy-1.0.1b.zip and inside is dummy.dll file, then netloadmodule will rename it to dummy-1.0.1b.dll and put it in modules directory
now - let's say this module was required for certain theme - for example call it ugly1
if author of ugly1 in its theme.rc file inserted line '*netloadmodule dummy-1.0.1beta' then all what you'll get is "module downloaded but.." message from installer
changing this line to match module name will do the trick