BOB needs help on map align

Archival storage to keep things organized and uncluttered. Can't find what you need? Search for old topics here.

Moderator: Tech Team

Forum rules
Please read the Community Guidelines before posting.
Locked
User avatar
megarman1
Posts: 20
Joined: Tue Apr 10, 2007 5:33 pm
Location: Wales

BOB needs help on map align

Post by megarman1 »

On every map I need to make it Map Align Left: 1 px and Map Align Top: 1 px to fit properly. But I can only do it individually, is there a way I can do it on all of them?
WALES
sherkaner
Posts: 1595
Joined: Thu May 03, 2007 4:21 am
Gender: Male
Location: Zwolle

Re: BOB needs help on map align

Post by sherkaner »

Not really..
If it really bothers you atm, you could change the function in the file itself (right click monkey, manage user scripts, click Conquer Club - BOB, click Edit):

Code: Select all

   function shiftMagicMap(){
      left = 12 + getMapleft();
      top = 22 + getMaptop();
      if (gameSettings.tournament)
         top += 20;
      magicmap.css('top', top + 'px').css('left', left + 'px');
   }

to (only added 1 to the numbers..)

Code: Select all

   function shiftMagicMap(){
      left = 13 + getMapleft();
      top = 23 + getMaptop();
      if (gameSettings.tournament)
         top += 20;
      magicmap.css('top', top + 'px').css('left', left + 'px');
   }

This would be undone by a new version of BOB though..
But I'm kinda curious, what version of firefox are you using?
User avatar
megarman1
Posts: 20
Joined: Tue Apr 10, 2007 5:33 pm
Location: Wales

Re: BOB needs help on map align

Post by megarman1 »

Thank you it works fine now. I was using 3.0.13 but I updated it to 3.5.2 and it remained the same problem
WALES
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: BOB needs help on map align

Post by yeti_c »

Yep - I could never find the cause of this one...

95% of people were fine - the other 5% needed this...

C.
Image
Highest score : 2297
Locked

Return to “Tool Archives”