If ya need a combat simulator

  • man why you disconnect the old simulator if the new one is not yet ready?

    Noob around the universe :thumbsup:

    :lol:  :miffy::missile:  *minigun**minigun2* :wtf:

  • man why you disconnect the old simulator if the new one is not yet ready?

    man as in me? I didn’t run trashsim lol. I’m just trying to give an option till the new one is ready.

    Ehe3AUU.jpg
    Thanks DISASTER for the awesome Sig!

  • Hi everyone. great, thanks to whoever created this even if temporary. I found an error that gives me, and I changed the code of the button that appears in the spy reports. I also added the language. From the screens, if you want, you can set the default language


    this is part of the original code:

    window.open("https://battlesim.logserver." + GM_getValue("domain") + "/?SR_KEY=" + $(this).attr("code") + "#prefill=" + getPrefill(planetId));

    original_script.png


    I changed it like this:

    window.open("https://battlesim.logserver.org/it?SR_KEY=" + $(this).attr("code") + "#prefill=" + getPrefill(planetId));

    original_script_mod_button_link.png



    I hope it's useful

  • i think i need to go back to school to understand this lol

    Noob around the universe :thumbsup:

    :lol:  :miffy::missile:  *minigun**minigun2* :wtf:

  • thanks, updated