Til2Gif... some help here...

Mapping & modding Fallout Tactics and reviewing maps thereof.
Post Reply
User avatar
Ed the Monkey
Vault Scion
Vault Scion
Posts: 202
Joined: Thu Jun 20, 2002 6:11 am
Location: In a vault filled with typing monkeys...
Contact:

Til2Gif... some help here...

Post by Ed the Monkey »

Anyone have Til2Gif? it's a cool proggie, but i've only figured out how to make it change 1 file at a time, and I'd like to change all my Tils to Gifs so I can make some more custom tiles. If anyone has any clue how to do that, please notify me... I think that it's not possible to use wildcards or something... the documentation is cheazy at best... any clues?
Just one monkey in a room of infinite monkeys, typing on infinite computers, now taking an infinite coffee break.......
User avatar
Red
Hero of the Glowing Lands
Hero of the Glowing Lands
Posts: 2085
Joined: Wed May 15, 2002 11:58 am
Location: Nowhere (important anyway)
Contact:

Post by Red »

in a DOS prompt, go into the appropriate directory and type (or copy paste...):

Code: Select all

for %a in (*.til) do til2gif "%a"
...
User avatar
Ed the Monkey
Vault Scion
Vault Scion
Posts: 202
Joined: Thu Jun 20, 2002 6:11 am
Location: In a vault filled with typing monkeys...
Contact:

Post by Ed the Monkey »

i come up with a syntax error..... what windows are you running? but i'm trying to do it through a bat... so....
Just one monkey in a room of infinite monkeys, typing on infinite computers, now taking an infinite coffee break.......
User avatar
Ed the Monkey
Vault Scion
Vault Scion
Posts: 202
Joined: Thu Jun 20, 2002 6:11 am
Location: In a vault filled with typing monkeys...
Contact:

Post by Ed the Monkey »

nm... guess it just doesn't work as a bat file... fucking bats
Just one monkey in a room of infinite monkeys, typing on infinite computers, now taking an infinite coffee break.......
User avatar
Red
Hero of the Glowing Lands
Hero of the Glowing Lands
Posts: 2085
Joined: Wed May 15, 2002 11:58 am
Location: Nowhere (important anyway)
Contact:

Post by Red »

It does, except double the % signs:

Code: Select all

for %%a in (*.til) do til2gif "%%a"
...
Our Host!
Post Reply