How to use ListACS?

Discuss all aspects related to modding Zandronum here.
Post Reply
ucreator
 
Posts: 25
Joined: Sun Nov 25, 2012 12:41 am

How to use ListACS?

#1

Post by ucreator » Sun Dec 02, 2012 11:02 pm

Here's where i got it:
http://www.jspenguin.org/software/listacs/

Yes, they have a read me txt there but it doesn't say anything about how to do it properly. It does has the commands but doesn't say anything about where to put it.

User avatar
nambona890
Banned
Posts: 31
Joined: Sat Aug 02, 2014 9:38 am
Location: Australia
Clan Tag: [BAF]
Banned: Permanently

RE: How to use ListACS?

#2

Post by nambona890 » Sat Aug 23, 2014 12:17 pm

You have to use a Batch file or Command prompt. I used this for automatically dumping a BEHAVIOR.lmp into a decompiled.txt.

Code: Select all

listacs -s -d -o DECOMPILED.txt BEHAVIOR.lmp
Keep in mind that some ACS commands cause no scripts to be displayed, only the strings. That is because the commands are newer than the version of ListACS itself. Take cavbld.wad for example. You can't view the scripts, nor try to decompile them. All you get are obfuscated strings, but that is what he did to pass the filter. Sneaky, I know.

Post Reply