CTFAK / CTFAK2.0

Updated version of the Clickteam Fusion Army Knife Decompiler
GNU Affero General Public License v3.0
119 stars 39 forks source link

How do you use the excludeframe([id]) parameter? #108

Closed Jorgegam1295 closed 4 months ago

Jorgegam1295 commented 4 months ago

I tried to use it in a game by putting the ids as numbers, then I tried to put the name (example: "menu") but it didn't work either, does anyone know how to use it correctly? I have another question, is it possible to put more than one id?

AITYunivers commented 4 months ago

image

Jorgegam1295 commented 4 months ago

I mean, id is frame 0? And if so, if I replace "id" with 1, is frame 1 skipping? (I'm translating this because I speak little English so forgive me if I don't understand CTFAK as much lmao)

AITYunivers commented 4 months ago

The id is the index of the frames Say you have a game where this is the games workspace

if your CTFAK parameter input is then -excludeframe(4) -excludeframe(7) -excludeframe(8)

it will output

Jorgegam1295 commented 4 months ago

Thank you very much (I hadn't tried removing "[]")