Sorry, I noticed that I missed out that part; shortcuts need to done from the acdc.pl that is placed in the same file with the all.spawn. As you know, if your Active Perl initiates on your system, then you will see the adcd.pl and its shortcuts in "perl icons," so it'd mean that Active Perl installed properly.
A question though: what version of all.spawn are you targeting to open? And also, what acdc.pl version do you have?
I guess you're working either with 1.0004 or 1.0005 (STALKER patch) version all.spawns.
I have two acdc.pl with me, one is for 1.0004 and the other one is for both ..4 and ..5 versions. (I have not tried that one yet, I didn't need to)
I'm attaching them here at the end of the post.Also another idea:
You may consider trying the "compile " shortcut with adding the acdc.pl on the command line as it is on the recompile command. Both versions of command works on my system, (I just ran them again for my continuing work on the mod)
This is the both versions for
decompile shortcut target command line:
Needless to say, I gave the example as based on its location on my PC, it may well be different in everyone's systems, but it's better to keep the process (opening a folder) either in
Desktop or in
My Documents folders.
(
Written with assumption that the decompile/recompile process will be performed in C drive and in a folder which will be named by the user instead of ...your folder name... part.)
For
decompile shortcut:
after "C:\.....\...\.....\...YOUR FOLDER NAME....\acdc.pl"
- Code: Select all
acdc.pl -d all.spawn
(then it'll become like:
"C:\.....\...\.....\...YOUR FOLDER NAME....\acdc.pl" acdc.pl -d all.spawn)
or, without
acdc.pl before the
-d all.spawn)
after "C:\.....\...\.....\...YOUR FOLDER NAME....\acdc.pl"
- Code: Select all
-d all.spawn
(then, it'll become:
"C:\.....\...\.....\...YOUR FOLDER NAME....\acdc.pl" -d all.spawn)
_______________________
repeating from the above post, the
recompile shortcut target command line:
after "C:\.....\...\.....\...YOUR FOLDER NAME....\acdc.pl"
- Code: Select all
acdc.pl -c all.ltx -o new_all.spawn
(then it'll become:
"C:\...\...\...\...YOUR FOLDER NAME....\acdc.pl" acdc.pl -c all.ltx -o new_all.spawn )
I hope this time acdc.pl will answer.

You do not have the required permissions to view the files attached to this post.