gfx-pack with firefox

Here is enough space for all players to ask questions about the game.

Moderator: moderators

Post Reply
Guest

gfx-pack with firefox

Post by Guest » 23.08.2007, 13:52

Hi.

Now I need some information.

Is there any chance to get the gfx-pack running with mozilla firefox 2.0.0.6?
If yes --- how?

Thanks.

Elwood

Guest

Post by Guest » 23.08.2007, 14:13


Guest

Post by Guest » 23.08.2007, 14:32

Using the "Search" option seems to be too complicated for me. :oops:

Thanks TakeOn. It works.

Elwood

Guest

Post by Guest » 24.08.2007, 13:00

Sorry, I have another Problem. Now, that I changed my settings so the gfx-pack of kapilands is working, my gfx-pack of kapi-regnum is not working any more. Is there some german guy who has both gfx-pack working on one computer and can tell me how? I think it

Guest

Post by Guest » 24.08.2007, 15:19

Well I haven't done it, but kapi-regnum is a different URL, right? How is your user.js set up, does it have both URLs on the same line?

Code: Select all

user_pref("capability.policy.localfilelinks.sites","http://www.kapilands.com http://www.kapi-regnum.com");
Or whatever the second address is. And you just separate them by spaces.

Guest

Post by Guest » 24.08.2007, 16:28

That

Guest

Post by Guest » 24.08.2007, 18:09

Yeah. I think that what's happening is the second set of settings is overwriting the first set. It's like if you gave the instructions "Watch for Blue cars. Watch for Red cars." To a person it's clear you want either, but in terms of how computers process they stop doing the first as soon as the new instructions come.

So I would try pulling all 6 lines and replacing with this:

Code: Select all

user_pref("capability.policy.policynames", "kapilandgfx"); 
user_pref("capability.policy.kapilandgfx.sites", "http://www.kapi-regnum.de http://www.kapilands.com"); 
user_pref("capability.policy.kapilandgfx.checkloaduri.enabled", "allAccess");
Which would effectively be saying "look for Blue OR Red cars"

That's my best guess. Give it a shot and see if it works.

Guest

Post by Guest » 25.08.2007, 12:11

I don

Post Reply