Talk:Troubleshooting FAQ

From Worms Knowledge Base

Revision as of 15:57, 16 August 2010 by CyberShadow (Talk | contribs) (FAQ/pagename - for redirects?)

Jump to: navigation, search

Pirate

I was wondering.. that do you have to mount the worms image everytime to run the game? If I don´t mount it says "Please insert the Worms Armageddon CD-ROM in the drive. I downloaded the file from ******(SiteRemoved) originally. —Preceding unsigned comment added by Invictus (talkcontribs)

Pirated games are not discussed and documented here. Please buy a copy from Team17's Secure Shop. --Vladimir 10:07, 9 August 2007 (MST)

CD problems

What about adding the question "My background music starts looping small extracts of the music sometimes. What can I do?" with the solution "Your CD seems to be dirty. Try cleaning it." That problems is maybe a bit obvious, but my friend had that and went totally crazy since he is not so good in computers :).—Preceding unsigned comment added by Pac-Man (talkcontribs) 01:08, 9 October 2009 (UTC)

Mentioned already. See this: "The sound stutters in-game". --Explorer09 11:58, 22 October 2009 (UTC)

The color problem

As far as I know, the solution to this problem (killing explorer.exe) works with most paletted games - not just WA and WWP. So, I wrote a batch file here for other games which may have the same problem.

Just save the following code to a batch file named "ColorFix.cmd" and use commands like ColorFix.cmd yourgame.exe to start your game.

EDIT: Here's a faster way: Just drag the game executable to this batch file to start.

@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
)

Hope this helps. --Explorer09 14:00, 20 October 2009 (UTC) [edited 03:57, 1 February 2010 (UTC)]

Trymedia version

May I suggest adding a question in this FAQ?

Q: I have a Trymedia(Trygames) release of the game

A: Trymedia versions are no longer supported. You can try getting a refund and buying a CD version from Team17 store.

--Explorer09 00:42, 1 November 2009 (UTC)

Technically this is covered by the text at the start that says that the FAQ only applies to users of the latest Beta. --Vladimir 01:04, 1 November 2009 (UTC)

Youtube template

CyberShadow, do you mean that I should make a template like w:Template:Side box? --Explorer09 06:29, 23 May 2010 (UTC)

I don't even know why you removed the HTML in the first place. Did you think the box was ugly, or you didn't like that I put raw HTML in the article? --Vladimir 16:14, 23 May 2010 (UTC)
Neither. I just thought that a box was not necessary, for a single Youtube link. If there will be other Youtube links then I'll consider making a template for them. --Explorer09 13:23, 24 May 2010 (UTC)

FAQ/pagename - for redirects?

I have an idea to make a FAQ/ (or FAQ:) prefix for redirects to some questions in FAQ pages. Such as

How does it sound? --Explorer09 14:14, 16 August 2010 (UTC)

These have the downside that if you want to copy the URL from the address bar to pass to someone else, it's still ugly (has the short page name but the long anchor name). I'm not sure it's worth it. Alternatively we can just add short anchor names to the FAQ (e.g. Troubleshooting FAQ#desync). --Vladimir 15:57, 16 August 2010 (UTC)
Personal tools