S
Shuffle
Guest
thanks
cd /d "c:\lgp\1""c:\lgp\unlgp.exe" "c:\lgp\1.lgp"
set-location 'c:\lgp\1'& 'c:\lgp\unlgp.exe' 'c:\lgp\1.lgp'
I'm afraid that's wrong. (See above.) It is possible to have UnLGP.exe write files to a folder in which unlgp.exe does not exist. All you have to do is to specify the full path to UnLGP.exe. UnLGP.exe writes the contents into current folder.unlgp will extract the files into whatever folder unlgp is in
so put unlgp and the lgp into C:\lgp\1
Big thanks!To extracts 1.lgp, which resides in "c:\lgp", into "c:\lgp\1\", you must have entered the following commands:
In Command Prompt:
Code: [Select]Windows PowerShell:Code:cd /d "c:\lgp\1""c:\lgp\unlgp.exe" "c:\lgp\1.lgp"
Code: [Select]Code:set-location 'c:\lgp\1'& 'c:\lgp\unlgp.exe' 'c:\lgp\1.lgp'
I'm afraid that's wrong. (See above.) It is possible to have UnLGP.exe write files to a folder in which unlgp.exe does not exist. All you have to do is to specify the full path to UnLGP.exe. UnLGP.exe writes the contents into current folder.unlgp will extract the files into whatever folder unlgp is in
so put unlgp and the lgp into C:\lgp\1
>make allgcc -Wall lgp.c -o lgpgcc -Wall unlgp.c -o unlgpunlgp.c: In function `main':unlgp.c:163: warning: implicit declaration of function `mkdir'
int mkdir(const char *pathname, mode_t mode);
int mkdir(const char *pathname, mode_t mode);int main(int argc, char *argv[])
If there's still interest, I could look into it after this week.any updates on creating a GUI for this utility? I know it was discussed earlier but i haven't heard anything since.
lee
Well Aali's website for the source has been down for awhile but if you want it i have still have the latest source (0.5) i have uploaded it here for youIs source not available anymore? =/
Firstly, this thread pertains to the old version of LGP/unLGP - the thread for the new tools is this one, though you've already posted in it.can someone please tell me how to use this imma noob lol i tried using the aalis lgp with the gui front end but it duznt unpack everything i notice...like my battle lgp is over a gigabyte but when i unpack it its less than 100 mb idk what im doing wrong lol