PDA

View Full Version : Windows7 Batch File fix for WA


darkfoot
31 Jan 2010, 12:19
here is a link to Rapidshare file hosting for the fix > http://rapidshare.com/files/344066267/New_Text_Document__2_.bat.html

All it dose is colse the explorer.exe for you and when you leave the game it restarts it for you ;)

1) Download file
2) Open team17 folder
3) place "said download" in worms armaggedon folder
4) make a shortcut to youre desktop and play

@echo off
@echo ================================================
@echo Whats to work!
@echo ================================================
@echo Simply place this BAT file into your Worms armageddon folder and execute it,
@echo this will close all instances of Explorer.exe then start the game, when closing
@echo the game, Explorer.exe is reloaded.

@echo off
taskkill /f /IM explorer.exe
wa.exe /nointro
Start explorer.exe

franpa
31 Jan 2010, 16:35
Well done, you've repeated what everyone else has done a billion times already ._. general consumer doesn't cares or know wtf a bat file is these days so your just as likely to get the same attention as everyone else in the past.

krdrt5360
31 Jan 2010, 17:40
The uploader has removed this file from the server. Rapid share error :( ...

darkfoot
31 Jan 2010, 23:00
fixed it...

Explorer
1 Feb 2010, 03:48
READ THIS BEFORE POSTING:
http://worms2d.info/Troubleshooting_FAQ#The_game_colours_get_all_messe d_up

Also, if you really want a batch, use this. This works with ALL game having the same problem—not just WA and WWP.

@ECHO OFF
IF [%1]==[] (
ECHO This batch file fix the color problems that occurs in most paletted games by terminating the Explorer.exe process.
ECHO Usage: %0 command [parameters]
) ELSE (
taskkill /F /IM explorer.exe
%*
Start explorer.exe
)

Drag the game executable to this batch file to run.

Aviator
28 Mar 2010, 17:45
Rapid is down! ):

GreeN
28 Mar 2010, 23:31
Rapid is down! ):

Go here: http://forum.team17.co.uk/showthread.php?t=38762