X_xViox_X
28 Jun 2011, 04:14
Hey there, just letting anyone out there who still has a color palette problem know of a trick that might fix it while in game (also, how to fix colors when you can't use WormKit). Shift+Pause and the new color palette options in the advanced options don't fix my colors. Also, ending the task of "explorer.exe" crashed my pc. The only thing that worked (before I got wormkit to work) was dropping a shortcut to wa.exe into a batch file.
So, if ALL of those options don't work for you... I fixed the messed up color palette by doing the water color trick: typing /h2so4 into the in-game chat! The colors went back to normal right away. The only problem was that my desktop changes to a new picture every 5 seconds, and when it did this, the game would flash gray for a second. Oh yeah, I'm guessing the colors get screwy again when you type /h2o to stop the water colors.
If you don't use WormKit, or you can't because you need to add different hosting parameters to the link for a Direct IP game, like rope knocking: wa://?scheme=Pf (I can't launch WormKit with /host and the parameters in the desktop shortcut.), you might want to use a batch file to correct your colors.
If you do use a color fixing batch file, you can make a desktop shortcut to worms with the path "C:\Team17\Worms Armageddon\wa.exe" /host wa://?scheme=Pf and drag that into the batch file to launch a Direct TCP/IP game with fixed colors and with rope knocking.
The batch file I use when I don't use WormKit:
Open a new notepad document and copy/paste this into it and save as colorfix.bat
@ECHO OFF
IF [%1]==[] (
ECHO color palatte fix
ECHO Usage: %0 command [parameters]
) ELSE (
taskkill /F /IM explorer.exe
%*
Start explorer.exe
)
So, if ALL of those options don't work for you... I fixed the messed up color palette by doing the water color trick: typing /h2so4 into the in-game chat! The colors went back to normal right away. The only problem was that my desktop changes to a new picture every 5 seconds, and when it did this, the game would flash gray for a second. Oh yeah, I'm guessing the colors get screwy again when you type /h2o to stop the water colors.
If you don't use WormKit, or you can't because you need to add different hosting parameters to the link for a Direct IP game, like rope knocking: wa://?scheme=Pf (I can't launch WormKit with /host and the parameters in the desktop shortcut.), you might want to use a batch file to correct your colors.
If you do use a color fixing batch file, you can make a desktop shortcut to worms with the path "C:\Team17\Worms Armageddon\wa.exe" /host wa://?scheme=Pf and drag that into the batch file to launch a Direct TCP/IP game with fixed colors and with rope knocking.
The batch file I use when I don't use WormKit:
Open a new notepad document and copy/paste this into it and save as colorfix.bat
@ECHO OFF
IF [%1]==[] (
ECHO color palatte fix
ECHO Usage: %0 command [parameters]
) ELSE (
taskkill /F /IM explorer.exe
%*
Start explorer.exe
)