Moderator: Tech Team
It's a "Per Map" setting... so once you've set it on each Map then you're sorted...sanosuke wrote:Hmm, question Yeti. Will I have to keep adjusting the HUD width for every game I play or is there a way to make 700 min width default across the entire board? As of right now, I have to make the adjustment every map >.<

Per map meaning once I set it one time on Feudal War all future Feudal games I enter into will have the same width...erm right? ^_^ Essentially I would only have to set it 1 time per map (not game) and since I really only play 3 maps, I should only have to set it 3 times... I think I have it correct?yeti_c wrote:It's a "Per Map" setting... so once you've set it on each Map then you're sorted...sanosuke wrote:Hmm, question Yeti. Will I have to keep adjusting the HUD width for every game I play or is there a way to make 700 min width default across the entire board? As of right now, I have to make the adjustment every map >.<
It should only affect a few of the thinner maps and/or maps with long territory names.
C.

Bang on.sanosuke wrote:Per map meaning once I set it one time on Feudal War all future Feudal games I enter into will have the same width...erm right? ^_^ Essentially I would only have to set it 1 time per map (not game) and since I really only play 3 maps, I should only have to set it 3 times... I think I have it correct?yeti_c wrote:It's a "Per Map" setting... so once you've set it on each Map then you're sorted...sanosuke wrote:Hmm, question Yeti. Will I have to keep adjusting the HUD width for every game I play or is there a way to make 700 min width default across the entire board? As of right now, I have to make the adjustment every map >.<
It should only affect a few of the thinner maps and/or maps with long territory names.
C.

If you're not afraid of editing the about:config file (prefs.js) you can make that 700 default for all maps.sanosuke wrote:Hmm, question Yeti. Will I have to keep adjusting the HUD width for every game I play or is there a way to make 700 min width default across the entire board? As of right now, I have to make the adjustment every map >.<
Muah, even my twisted style of thinking can hit the mark sometimes!yeti_c wrote:
Bang on.
C.
Meh, I'm not worried about messing something up, I'll just reinstall it ^_^ Where can I find that file by chance? (too lazy to do a file search, sorry!)yowzer14 wrote:
If you're not afriad of editing the about:config file (prefs.js) you can make that 700 default for all maps.

You can access it in one of two ways. You can make the changes by typing about:config in the address bar and then typing in Yeti for the filter. Then double clicking on the Conquer Club - BOB.OPTIONS line. This will bring up a string value message box. Scroll along in it to find the MinimumFormWidth:"600". Change that to 700 and then keep scrolling through and delete each occurrence of the MinimumFormWidth:"###" values that are tagged with each map.sanosuke wrote:Muah, even my twisted style of thinking can hit the mark sometimes!yeti_c wrote:
Bang on.
C.![]()
Meh, I'm not worried about messing something up, I'll just reinstall it ^_^ Where can I find that file by chance? (too lazy to do a file search, sorry!)yowzer14 wrote:
If you're not afriad of editing the about:config file (prefs.js) you can make that 700 default for all maps.
Should I delete everything within the ' ' (ie. 'MinimumFormWidth:Alexanders_Empire':700) or what part of the string should I delete specifically?yowzer14 wrote:
You can access it in one of two ways. You can make the changes by typing about:config in the address bar and then typing in Yeti for the filter. Then double clicking on the Conquer Club - BOB.OPTIONS line. This will bring up a string value message box. Scroll along in it to find the MinimumFormWidth:"600". Change that to 700 and then keep scrolling through and delete each occurrence of the MinimumFormWidth:"###" values that are tagged with each map.

it's your browser's cache.FreeMan10 wrote:it looks like you posted the update on the 7th, yet here it is the morning of the 10, and I just now got notified that it was available. Odd.
As I understand it, you can set the HUD width to 600, and the width will always be equal to the width of the map except in cases where the width of the map is less than 600 pixels, in which case the HUD would still be 600 wide... but I don't think you would want it any less than 600. If you do want it less than 600 for maps that may be less than 600 wide, then yeti_c would have to allow for the options to go below 600.FreeMan10 wrote:I noticed that there was some discussion about the width of the HUD. Is it possible for you to determine the width of the map and automatically set the HUD to match the map width?
Exactly right - the min HUD width is the minimum for that map - in most cases the map width (esp on large) will be wider - thus the HUD grows to the size of the map...Stoney229 wrote:it's your browser's cache.FreeMan10 wrote:it looks like you posted the update on the 7th, yet here it is the morning of the 10, and I just now got notified that it was available. Odd.
As I understand it, you can set the HUD width to 600, and the width will always be equal to the width of the map except in cases where the width of the map is less than 600 pixels, in which case the HUD would still be 600 wide... but I don't think you would want it any less than 600. If you do want it less than 600 for maps that may be less than 600 wide, then yeti_c would have to allow for the options to go below 600.FreeMan10 wrote:I noticed that there was some discussion about the width of the HUD. Is it possible for you to determine the width of the map and automatically set the HUD to match the map width?

Here's an example for 3 maps. The default HUD is 600 and each map was set to 700.sanosuke wrote:Should I delete everything within the ' ' (ie. 'MinimumFormWidth:Alexanders_Empire':700) or what part of the string should I delete specifically?yowzer14 wrote:
You can access it in one of two ways. You can make the changes by typing about:config in the address bar and then typing in Yeti for the filter. Then double clicking on the Conquer Club - BOB.OPTIONS line. This will bring up a string value message box. Scroll along in it to find the MinimumFormWidth:"600". Change that to 700 and then keep scrolling through and delete each occurrence of the MinimumFormWidth:"###" values that are tagged with each map.
Thanks!!!
Code: Select all
({jumptomap:false, textMapType:"Standard", fadeMap:0.5, MapLeft:0, MapTop:0, '24hourClockFormat':"24h", mapInspect:true, confirmEnds:true, confirmAutoAttack:true, confirmDeploy:true, statsMode:"Extended", floatActions:"On", hideMenu:"On", MinimumFormWidth:"600", 'MinimumFormWidth:Middle_Earth':700, 'MinimumFormWidth:Alexanders_Empire':700, 'MinimumFormWidth:Draknor_-_Level_1':700})Code: Select all
({jumptomap:false, textMapType:"Standard", fadeMap:0.5, MapLeft:0, MapTop:0, '24hourClockFormat':"24h", mapInspect:true, confirmEnds:true, confirmAutoAttack:true, confirmDeploy:true, statsMode:"Extended", floatActions:"On", hideMenu:"On", MinimumFormWidth:"700"})Code: Select all
({jumptomap:false, textMapType:"Standard", fadeMap:0.5, MapLeft:0, MapTop:0, '24hourClockFormat':"24h", mapInspect:true, confirmEnds:true, confirmAutoAttack:true, confirmDeploy:true, statsMode:"Extended", floatActions:"On", hideMenu:"On", MinimumFormWidth:"1000", 'MinimumFormWidth:Middle_Earth':700, 'MinimumFormWidth:Draknor_-_Level_1':700})then same thing happened to me do you have 2 versions of bob installed? you will need to uninstall the old one.Baron Von Kalt wrote:I'm having all kinds of trouble with your latest version. The clock on time remaining bounces around and most importantly the stats are highlighted in player colors and are illegible. Also, play control is somehow affected while BOB is on. Any suggestions, is there a problem on my end?
It works for me. try a ctrl+F5 ??Night Strike wrote:In game 1732387, Pink did not show up in the elimination summary for losing points. I have 4.2.1 and nothing else.
You should be good. Do you see a monkey head icon in the lower right corner of the FF interface? If it is grey and frowning, it is off, so click on it. If it is brown and smiling, it is on, so you might try right-clicking in it, clicking "Manage User Scripts", highlight "Conquer Club - BOB" on the left, and make sure "enabled" is checked in the bottom-left of the "manage user scripts" window.inflrc wrote:I am an IE user, never used before FF, but I want to try this AJAX BOB. So I had installed FF and GreaseMonkey and downloaded the script from the link at the beginning of this thread.
What s next?
Still didn't work. You sure you checked under Elimination Summary and not the normal Game Log???Stoney229 wrote:It works for me. try a ctrl+F5 ??Night Strike wrote:In game 1732387, Pink did not show up in the elimination summary for losing points. I have 4.2.1 and nothing else.
He shows up in my elimination summary and the normal game log.Night Strike wrote:Still didn't work. You sure you checked under Elimination Summary and not the normal Game Log???Stoney229 wrote:It works for me. try a ctrl+F5 ??Night Strike wrote:In game 1732387, Pink did not show up in the elimination summary for losing points. I have 4.2.1 and nothing else.
You're right. I was looking at the game log, and he is missing from the my elim summary.Night Strike wrote:Still didn't work. You sure you checked under Elimination Summary and not the normal Game Log???Stoney229 wrote:It works for me. try a ctrl+F5 ??Night Strike wrote:In game 1732387, Pink did not show up in the elimination summary for losing points. I have 4.2.1 and nothing else.