Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

RMag Extension is back !!! --- All Terra Forms --> Download it right now!

2»

Comments

  • yeh Lovie's sends 1% extra. Mine sends only 1 point extra (same as Skato )

    Aight, let's talk flowers then :lol:

  • edited September 2018

    @Hazza

    Jarheads is a nick name for Marines, so I can't blame you for not knowing

  • no excuses given @CountDankula
    I'm aussie & I watch movies :lol:

  • edited September 2018

    @RMag Pansies? My Daisy? :tongue:

  • edited September 2018

    @RMag Love everything so far i have tested.

    One suggestion on calc though, can you make it so when attackers stats are displayed automatically, the individual military amounts can also be manually changed/inputted?

    As it stands, it's hard to calculate multiple attacks on same target. Or am I missing something?

  • http://rmsktools.com/SKCalc.html#top

    That'll help you do what you want ;)

    I built this in-game calc because I'd fail due to stupid typos, that's why its like it's on child safety

  • edited September 2018

    Hahaha... NP's. How about put a child safety lock button on it? :lol:
    So, does your usual calc (link above) give same result as your in-built?

  • hopefully x'D.

    yeh it's the exact same coding.

  • edited September 2018

    nice work rmag :) i have suggestion for you, maybe use similar system as i use, that it update the calculations when you type in the units, instead of pressic calc attack each time you insert units. Like Cumgitsum suggested.

    my calc updates automatic on each keypress, and you dont need so called "child safety" its just more work and more handy when you play via phone.

    and add reset button to the calc, so people dont have to manually remove the units. This simple code does the magic.

    just mage the button for it.

    function reset() {
    // resets all fields
    }

    input class="" type="button" value="Reset" name="Reset" onclick="reset()"

  • Hey Lovsan. Yeh I actually love that feature about your calc!

    The only thing I dont like about it is that it sends too many units (1% vs 1 atk).

    To be honest, I have no intention of updating that calc :p

    I might implement it for the ingame calc tho.

  • Just an idea I had. maybe pull your own SoM into the attack screen as a tab on the calc,

    Tab 1 is the Calc, Tab 2 is the SoM. giving a quick way to view your available WLs and the return times.

  • Thank you so much Rmag!

    Regarding your attack calc, ive never had any trouble with it. Hasnt failed me once.

    I love the accuracy.

    AND FINALLY THE RESEARCH IS FIXED WITH TF! :D

  • edited November 2018

    So last round, I started working on the Split Units functions, before Rob killed me.

    I found out how complicated it is to interact with injected code, in fact im still not sure how to do it, so rather than allowing for the possibility of splitting units multiple ways, I might have to choose one way and make that one the only one. Or I might have to approach it with a less... fancy design.

    Anyway, hoping that I survive the round, I hope to complete some of the features :)

    so probably the order these features will come in will be:
    military split
    military view
    simcity

    but more than likely I wont release it until next round

    Image and video hosting by TinyPic

  • I didn't kill you last round.

  • You're right, I guess it was xMYx, my apologies.

  • edited November 2018

    @Hazza - that's not a bad idea at all
    @cumgitsum - I've just re-thought that, and I guess I could set up a table for it

    eg
    Max attacks: 3
    1: 6000 goons
    2: 4000 goons 1k tanks
    3: 3k tanks

    I just won't make it account for the defender's losses, because I don't think anyone's figured out the exact formula for that yet.

  • edited November 2018

    Were you able to add return times to the calc?

  • edited November 2018

    Nope, died before that.

    Attack time = (sqr ((value1 ^ 2) + (value2 ^2)) + 14) * ((100 - Pbonus - Sbonus - Ebonus - WLbonus) / 100)

    where value1 = min(xDiff, 10-xDiff);
    same for value2 but with y

    Image and video hosting by TinyPic

    that's what my excel looks like for it

Sign In or Register to comment.