Moderator: Tech Team
csh1979 wrote:how come it only happens on fog of war games?
yowzer14 wrote:csh1979 wrote:player = demonfork
saw him play in a few games every game he is in BOB just reads NaN for him and will not give same info as does for other players in same game.
example 2966910
3045769
2986795
2924705
im sure there are more examples but i noticed all freestyle games he plays in it does this. is it a glitch or a cheat or is it considered fair play i which case shouldnt the plug in for that be available to all and made public? and by no means am i accuseing anyone of being a cheat just wanted to bring this to your attention.
This is caused by the player's name. demonfork, contains the word for which Yeti uses to find the armies for....I changed my Bob at line 3271
- Code: Select all
NEW var terrCount = log[i].substring(log[i].indexOf("armies for ")+11,log[i].indexOf("territories")-1);
OLD var terrCount = log[i].substring(log[i].indexOf("for")+4,log[i].indexOf("territories")-1);
That will fix the NaN appearing because Bob reads the next characters for numbers and instead finds letters...NaN is Not A Number error response.
LLLUUUKKKEEE wrote:yowzer14 wrote:csh1979 wrote:player = demonfork
saw him play in a few games every game he is in BOB just reads NaN for him and will not give same info as does for other players in same game.
example 2966910
3045769
2986795
2924705
im sure there are more examples but i noticed all freestyle games he plays in it does this. is it a glitch or a cheat or is it considered fair play i which case shouldnt the plug in for that be available to all and made public? and by no means am i accuseing anyone of being a cheat just wanted to bring this to your attention.
This is caused by the player's name. demonfork, contains the word for which Yeti uses to find the armies for....I changed my Bob at line 3271
- Code: Select all
NEW var terrCount = log[i].substring(log[i].indexOf("armies for ")+11,log[i].indexOf("territories")-1);
OLD var terrCount = log[i].substring(log[i].indexOf("for")+4,log[i].indexOf("territories")-1);
That will fix the NaN appearing because Bob reads the next characters for numbers and instead finds letters...NaN is Not A Number error response.
Same here, but im playing against Aforeal
How can I fix it?
var terrCount = log[i].substring(log[i].indexOf("armies for ")+11,log[i].indexOf("territories")-1);
var terrCount = log[i].substring(log[i].indexOf("for")+4,log[i].indexOf("territories")-1);
LLLUUUKKKEEE wrote:Thank You ever so much
I had no idea what I was doing then but your step by step guide led me right through it.
Cheers
Its people like you that make this so enjoyable.
yowzer14 wrote:csh1979 wrote:player = demonfork
saw him play in a few games every game he is in BOB just reads NaN for him and will not give same info as does for other players in same game.
example 2966910
3045769
2986795
2924705
im sure there are more examples but i noticed all freestyle games he plays in it does this. is it a glitch or a cheat or is it considered fair play i which case shouldnt the plug in for that be available to all and made public? and by no means am i accuseing anyone of being a cheat just wanted to bring this to your attention.
This is caused by the player's name. demonfork, contains the word for which Yeti uses to find the armies for....I changed my Bob at line 3271
- Code: Select all
NEW var terrCount = log[i].substring(log[i].indexOf("armies for ")+11,log[i].indexOf("territories")-1);
OLD var terrCount = log[i].substring(log[i].indexOf("for")+4,log[i].indexOf("territories")-1);
That will fix the NaN appearing because Bob reads the next characters for numbers and instead finds letters...NaN is Not A Number error response.
gdeangel wrote:Concise description:
- This has happened from time to time before, but seems to be happening a lot this morning.
Specifics:
- Numbers are rendered in two places on the map, inside and outside the unit circles.
This will improve the following aspects of the site:
- This is a bug.
hwhrhett wrote:ok, now i came in this morning, and now in all of my tournament games there is tournament text at the top of the screen, and this misaligns the bob overlay. i realigned it using the options, but figured you should know
nokelberry wrote:Hi guys,
This is the first time I've had any trouble with the BOB plugin. Here's my problem. On some maps, the map shows an extra guy in each territory. For example, if there are 4 guys in territory X, then territory X shows two 4's, one on top of the other. I've already tried re-installing BOB and Greasemonkey. This just started yesterday and only only happens on certain maps, i.e., happens on Feudal but not Senate. Any help would be great.
My apologies if this question has already been addressed in an earlier post--but I couldn't find it.
Thanks.
barterer2002 wrote:nokelberry wrote:Hi guys,
This is the first time I've had any trouble with the BOB plugin. Here's my problem. On some maps, the map shows an extra guy in each territory. For example, if there are 4 guys in territory X, then territory X shows two 4's, one on top of the other. I've already tried re-installing BOB and Greasemonkey. This just started yesterday and only only happens on certain maps, i.e., happens on Feudal but not Senate. Any help would be great.
My apologies if this question has already been addressed in an earlier post--but I couldn't find it.
Thanks.
It happens in tournament games because of the new label over the top of the map.
lokisgal wrote:I have it on some maps and not others
Canada so far
nokelberry wrote:Hi guys,
This is the first time I've had any trouble with the BOB plugin. Here's my problem. On some maps, the map shows an extra guy in each territory. For example, if there are 4 guys in territory X, then territory X shows two 4's, one on top of the other. I've already tried re-installing BOB and Greasemonkey. This just started yesterday and only only happens on certain maps, i.e., happens on Feudal but not Senate. Any help would be great.
My apologies if this question has already been addressed in an earlier post--but I couldn't find it.
Thanks.
barterer2002 wrote:I haven't found it yet. I'm thinking about heading over to IE to play cause I can't do it here
nokelberry wrote:Is there anyway to avoid the problem?
Users browsing this forum: No registered users