|
|
|
#1
|
||||
|
||||
|
if you want subdirectories then change to this
Filename: {src}\DATA.exe; Parameters: "-x -d""{app}\xyz\"" -y -s2"; where \xyz\ is the subfolder |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
But the subfolders problems can be solved compressing in your sfx multiple folders at the root folder of the game Last edited by sulfurum1989; 06-11-2011 at 11:36. |
|
#3
|
||||
|
||||
|
Quote:
correct format is: Code:
Filename: {src}xyz.arc; Parameters: "-x -d ""{app}""\subdir -y -s2"; WorkingDir: {app}\subdir; StatusMsg: Extracting Freearc Archive...
EDIT: Also need to have Code:
#define Archives "{src}\xyz.arc;DestDir:{app}\xyz;Disk:#" #-can be 1-whatever ( however many disks you end up with.)
Code:
#define Archives "{src}\1.arc;DestDir:{app}\;Disk:1"
#define Archives Archives + "|" + "{src}\2.arc;DestDir:{app};Disk:2"
#define Archives Archives + "|" + "{src}\3.arc;DestDir:{app};Disk:3"
#define Archives Archives + "|" + "{src}\4.arc;DestDir:{app};Disk:4"
Last edited by pakrat2k2; 19-11-2011 at 10:21. Reason: additional info. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
Simorq (16-03-2015) | ||
![]() |
| Tags |
| appearance, compressed, freearc, menú, sfx |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Sims Medieval DVD9 to 2xDVD5 | senseman | PC Games - CD/DVD Conversions | 6 | 01-07-2011 03:06 |
| WinRAR archive question/s | coffin filler | Software | 4 | 11-10-2007 11:33 |
| winRAR diagnostic error 1: unexpected archive end? | whatevaz_cleva | DC Games | 1 | 11-07-2001 05:09 |