Page 11 of 28

Posted: Mon May 14, 2007 12:02 pm
by rallison
cicero wrote:HELP!!

I'm away from home. On someone else's computer.
I've installed Firefox and Greasemonkey.

I've followed the link at the beginning of this thread to install the script ..
and Firefox adds a dialogue at the top of the browser window saying "This is a Greasemonkey script. Click install to start using it."

And I click install.
And nothing happens.
My list of installed Greasemonkey scripts is still empty.

I know it's just me missing something, but I'm panicking because it's my turn time in several games and I'm completely lost without at least the colour blind option ...

Hoping someone is online ...


Cicero


I had the same problem, dont know what the cause is.

What you need to do is copy all the next from the website into notepad. Save this as script.js (NOT .txt) then open the greasemonkey menu, and click on new script. Put whatever you want in these fields, but make sure under "included pages" to put "http://www.conquerclub.com*"

This made it work for me, hopefully it'll help you out

Posted: Mon May 14, 2007 2:06 pm
by Mylittlepuddykat
I cant edit my scripts :( I have tried the ways described earlier but nothing happens when I click edit or right click on the name? can someone help me?

Posted: Mon May 14, 2007 2:41 pm
by Backglass
GreecePwns wrote:Another vote for Bob.


I vote "BOB" as well...anything is better than "The Greasemonkey Script". :lol:

Posted: Mon May 14, 2007 2:44 pm
by weirdbro
Cicero - As far as I know, the latest version of greasemonkey has a few bugs on installation. I just installed Linux, and couldn't install Greasemonkey scripts, but I realized that I just needed to use an older greasemonkey.

Posted: Tue May 15, 2007 2:25 am
by yeti_c
Mylittlepuddykat wrote:I cant edit my scripts :( I have tried the ways described earlier but nothing happens when I click edit or right click on the name? can someone help me?


I think I know what you've done here - I've managed to do the same and there's no way of fixing it... (i.e. when you first goto edit a script it asks you to choose an editor - I misread this and choose a text document!! Bah!)

Check these things first though...

Goto Tools -> Error Console.

Does it mention that your editor doesn't work?

So what you need to do is find your script manually...

Mine are in

C:\Documents and Settings\Chris\Application Data\Mozilla\Firefox\Profiles\cdheyiiz.default\gm_scripts

Note that the "Chris" folder and the "cdheyiiz.default" folder may be different for you....

Once in there - right click and open with... select notepad... and edit away.

C.

Posted: Tue May 15, 2007 2:36 am
by stocksr
yeti_c wrote:
Mylittlepuddykat wrote:I cant edit my scripts :( I have tried the ways described earlier but nothing happens when I click edit or right click on the name? can someone help me?


I think I know what you've done here - I've managed to do the same and there's no way of fixing it... (i.e. when you first goto edit a script it asks you to choose an editor - I misread this and choose a text document!! Bah!)

Check these things first though...

Goto Tools -> Error Console.

Does it mention that your editor doesn't work?

C.


You can fix it.

1. type about:Config in your address bar and press return
2. type greasemonkey.editor into the filter box at the top of that page
3. Right click on the result of the search and choose reset
4. Try and edit a script again and remember to choose notepad(C:\WINDOWS\NOTEPAD.EXE) this time.

R.

Posted: Tue May 15, 2007 2:42 am
by yeti_c
stocksr wrote:
yeti_c wrote:
Mylittlepuddykat wrote:I cant edit my scripts :( I have tried the ways described earlier but nothing happens when I click edit or right click on the name? can someone help me?


I think I know what you've done here - I've managed to do the same and there's no way of fixing it... (i.e. when you first goto edit a script it asks you to choose an editor - I misread this and choose a text document!! Bah!)

Check these things first though...

Goto Tools -> Error Console.

Does it mention that your editor doesn't work?

C.


You can fix it.

1. type about:Config in your address bar and press return
2. type greasemonkey.editor into the filter box at the top of that page
3. Right click on the result of the search and choose reset
4. Try and edit a script again and remember to choose notepad(C:\WINDOWS\NOTEPAD.EXE) this time.

R.


Aha - I've also just found a way of doing that... but mine's a bit more lowlevel...

If you goto your folder...

C:\Documents and Settings\Chris\Application Data\Mozilla\Firefox\Profiles\cdheyiiz.default\

and find the prefs.js file...

Edit the line
user_pref("greasemonkey.editor", "Blah Blah bollocks");

to look similar too...

user_pref("greasemonkey.editor", "C:\\WINDOWS\\NOTEPAD.EXE");

Reload FF - hey presto...

C.

Posted: Tue May 15, 2007 3:29 am
by stocksr
weirdbro wrote:Cicero - As far as I know, the latest version of greasemonkey has a few bugs on installation. I just installed Linux, and couldn't install Greasemonkey scripts, but I realized that I just needed to use an older greasemonkey.


I have heard reports that disabling and re-enabling the monkey can help.

Posted: Wed May 16, 2007 4:56 am
by yeti_c
stocksr wrote:
Ishiro wrote:
stocksr wrote:
Ishiro wrote:Minor bug... when a player has 0 cards, your stats show them having 'NaN'.


Hi Ishiro, Sorry can not reproduce this could you tell me the game number that you see this in.


Actually, I believe its not 0 cards that causes it, I believe its your target in an Assassin game, but it might be the combination of both. The target symbol appears before the card count, so it might be affecting your script getting the current card count for that player.



Now I am going to have to play an assassin game to fix this! bye bye points. :-) game number 426093 if you want to join / watch


Ha - Goodbye points for me more like - You won it!! Nice one!!

C.

Posted: Wed May 16, 2007 7:08 am
by stocksr
yeti_c wrote:
stocksr wrote:
Ishiro wrote:
stocksr wrote:
Ishiro wrote:Minor bug... when a player has 0 cards, your stats show them having 'NaN'.


Hi Ishiro, Sorry can not reproduce this could you tell me the game number that you see this in.


Actually, I believe its not 0 cards that causes it, I believe its your target in an Assassin game, but it might be the combination of both. The target symbol appears before the card count, so it might be affecting your script getting the current card count for that player.



Now I am going to have to play an assassin game to fix this! bye bye points. :-) game number 426093 if you want to join / watch


Ha - Goodbye points for me more like - You won it!! Nice one!!

C.


Thanks for the points, I needed them :-)

On the plus side, I now have a fix for the bug, I will be releasing version 10 (probably called "bob") next week

Posted: Wed May 16, 2007 1:58 pm
by Mylittlepuddykat
Thanx guys I'll try that now:D ..... YEY it worked thanks for the help guys

Posted: Wed May 16, 2007 3:10 pm
by Mylittlepuddykat
Can some one take me through how to take the color blind fade and text off plz as I cant do it from prev instructions

Posted: Wed May 16, 2007 3:15 pm
by weirdbro
There's a menu on the left.
Click on Colour Blind to turn it off.
Click on Map Fade until it says 0%.

Posted: Wed May 16, 2007 11:34 pm
by Keellan
I installed this script but it later disappeared and now when I try to install it again it says it already exists, but it's not showing up in the manage scripts list for greasemonkey. I can get the exact error message if that helps, but I would appreciate if someone could help me. I've tried uninstalling and reinstalling, but nothing seems to work.

Posted: Thu May 17, 2007 7:32 am
by Tubby Rower
quick question... what do the asterisks next to the players' territories signify?

Posted: Thu May 17, 2007 7:33 am
by tahitiwahini
Keellan wrote:I installed this script but it later disappeared and now when I try to install it again it says it already exists, but it's not showing up in the manage scripts list for greasemonkey. I can get the exact error message if that helps, but I would appreciate if someone could help me. I've tried uninstalling and reinstalling, but nothing seems to work.


Give this a try:
http://www.conquerclub.com/forum/viewtopic.php?t=15255

Posted: Thu May 17, 2007 7:47 am
by Tubby Rower
nvermind... I found it
// * Bug fix in statistics table: Changed the * indicator next to Territories
// to show * to indicate taking 1 territory will lose an army ** take 2 and *** take 3.
// [Indicated the wrong number of armies in previous versions.]

Posted: Thu May 17, 2007 3:21 pm
by Mylittlepuddykat
Yes I know you have to change that but I cant find the place to change them.

Posted: Thu May 17, 2007 4:02 pm
by weirdbro
Its on the left, under the Personal menu. If its not there, you've got a problem.

bonus

Posted: Thu May 17, 2007 8:17 pm
by gabetz08
you should make it so when you go over a selected bonus like the group it puts boxes around what territories are needed for that bonus

Posted: Thu May 17, 2007 9:04 pm
by weirdbro
If you really want that, you can turn on the text map, and look for the country you want, and see which continents its in.
The problem with just adding it is that in some maps, countries are in more than 1 continent.

Re: bonus

Posted: Fri May 18, 2007 2:02 am
by stocksr
gabetz08 wrote:you should make it so when you go over a selected bonus like the group it puts boxes around what territories are needed for that bonus


There is a feature like this, try clicking on the bonus, This also works on the text map as suggested by wierdbro.

It is done with a click rather than a hover effect because the map may be off screen and we need to scroll to the map so that you can see what's highlighted.

Posted: Fri May 18, 2007 5:19 am
by weirdbro
Thinking of suggestions, are you putting that code I sent you in the next version, or abandoning it?

Re: bonus

Posted: Fri May 18, 2007 5:45 am
by yeti_c
stocksr wrote:
gabetz08 wrote:you should make it so when you go over a selected bonus like the group it puts boxes around what territories are needed for that bonus


There is a feature like this, try clicking on the bonus, This also works on the text map as suggested by wierdbro.

It is done with a click rather than a hover effect because the map may be off screen and we need to scroll to the map so that you can see what's highlighted.


Hey Rob,

You should change the mouse pointers for anything that's clickable... at the moment they have carat's when you hover on them... if you changed it to have a pointer then it would be more obvious?

C.

Posted: Fri May 18, 2007 3:09 pm
by Mylittlepuddykat
But wheres the personal list? can someone take me thru step by step fromt he beginning as I am really confused