• its looks great. but how to go to config menu?


    i dont have infocompte button in left menu.

    Go to : Tampermoneky / Overview / Infocompte7 / Find

    At the left lower Side Copy /& Past : version_ogame_ok = version.startsWith('7') | | version.startsWith('8');

    Hit Enter, replace the 7 and the 8 with a 9

    Go to Data / Save

    Reload your Ogame Page(s) with F5

  • waiting for update

    as workaround edit the script in line 596

    Code
    1. version_ogame_ok = version.startsWith('7') || version.startsWith('8');

    replace 7 o 8 with 9 seems to work (but you must disable bottom location in config)

    This worked but now the Building, Research and Shipyard tab overlap the infocompte overview, do you know how to fix this?

  • Hello everyone,

    hedgefundpoe , thanks for your honest feedback !

    Benneb did not want to continue to update the script. As I have also been using it for a long time, it hurt me to see it disappear. He gave me the authorization to continue the development.

    Ideally, it will have the same features as the previous version. Just give me time :) Keep in mind that this is still a beta (which is why I didn't post it here) because I had to restart the script from scratch and that I'm working on it alone in my free time.

    Finally, I am open to any proposal and if someone wants to make his own version, he can too.


    its looks great. but how to go to config menu?


    i dont have infocompte button in left menu.

    There is none at the moment. I'm planning to do something much simpler at this level. What did you want to change ?


    This worked but now the Building, Research and Shipyard tab overlap the infocompte overview, do you know how to fix this?

    You can add this to the css styles :


    Code
    1. #productionboxBottom {
    2. position: initial;
    3. }
    Quote

    Now you're gonna have to go through hell. Worse than any nightmare you ever dreamed.
    But in the end, I know you'll be the one standing. You know what you have to do.
    Do it ! Do it !

    Edited once, last by The Stubbs ().

  • this tool have been with me for a long time so i appriciate it dearly, as with every thing that have had looks changed take re-design for expample i wasnt very keen in it when it came out im sure ill grow to like new look too with time


    old view had something just prime ogame for me


    appriciate your work for picking it up and continuing development, when i returned to game it was second tool i downloaded :D

  • Thanks for the effort and response but where do I input this code?

    Do it put it in between these?


    var escriptopt=document.createElement('div');

    escriptopt.id='infoCompteScriptOpt';

    escriptopt.innerHTML=aff;

    escriptopt.style.cssFloat='left';

    escriptopt.style.position='relative';

    escriptopt.style.width='670px';

    einhalt.style.display='none';

    einhalt.parentNode.insertBefore(escriptopt,einhalt);

  • its looks great. but how to go to config menu?


    i dont have infocompte button in left menu.

    There is none at the moment. I'm planning to do something much simpler at this level. What did you want to change?


    Just wanted to change color of the circle chart, but did it in editor.


    what i really miss in list is a percentage of moon buildings.

    production.png

    Edited 2 times, last by ADAM SUN ().

  • well next few things regarding infocompte from me again lol


    reasons why i have been using it in the past as my no2 tool after antigame


    1 empire composition with old school pie chart ( old look was just i dont know why amazing )

    2 daily weekly empire production on the screen without need to export out

    3 building ordeer list based on your own preffered resources ratio ie trades merch or whatever custom u chose

    4 fonts colors just right

    5 old look pie chart - coz i cant stress it enough


    now after this very ungratefull feedback the work you doing Stubbs to keep it alive its very appreciated as i wouldnt be able to code if mylife depanded on it


    work done by original creator/s have been forgoten and unapreciated and most importantly unpaid so i am not suprise support stopped


    if tool creators was compensated by companies thay produce tools for - in form of free DM or whatever pixel rewards and bonuses for time energy and knowelage spend to help comunity... but thats never going to happen


    thanks again for 1 amazing tool original dev, 2 keeping it alive and updating and working on it for free Stubbs. best of luck to you and im gona use it regardles of the chart u use ( pie chart is better man lol )


    have a good one bro

  • Just wanted to change color of the circle chart, but did it in editor.


    what i really miss in list is a percentage of moon buildings.

    I understand. I'm going to put all the colors in the same place in the script first to make it easier to change. Afterwards, maybe a little setup screen for that.


    For the moon buildings percentage, see the screenshot below... :) It already works, I just don't have any points in it now. It's coming for a next version.


    The old look is less readable in my opinion, but we can test an in-between. We'll see what other players think. You can check it below :)


    Points 2 and 3 will come after the compatibility with lifeforms.


    Thanks a lot, it's a pleasure to read <3



    Quote

    Now you're gonna have to go through hell. Worse than any nightmare you ever dreamed.
    But in the end, I know you'll be the one standing. You know what you have to do.
    Do it ! Do it !

    Edited once, last by The Stubbs ().

  • The Stubbs I have the same problem with no idea where to put this, I'm a techno Dinosaur and need specifics :thumbsup:


    Thank you Marley :hi:

  • The Stubbs I have the same problem with no idea where to put this, I'm a techno Dinosaur and need specifics :thumbsup:

    Oh, sorry, I forgot to answer.
    A dirty but quick way is to put it at the very end of the script :


    The Future

    Code
    1. const style = document.createElement( 'style' );
    2. style.innerText = '#productionboxBottom{position:initial;}';
    3. document.head.appendChild(style);
    Quote

    Now you're gonna have to go through hell. Worse than any nightmare you ever dreamed.
    But in the end, I know you'll be the one standing. You know what you have to do.
    Do it ! Do it !