Jump to content

seeh

Community Members
  • Posts

    1.136
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by seeh

  1. i proud, happy for my best win (was not rated). sadly i only have the replay to minute 9 (needed PC reboot, was freezed), but i have som pics. probably boring (? ) for you. anyhow here are a pic. if Tom @Tom you have time an fun to send my the replay ? will be great
  2. Great there is Score Weights > Tribute Send i missing Score Weights > Send By Market (to Aliens) If its possible i like it
  3. ha now with only check 1v1 games my rating is not negativ anymore ;-)
  4. thanks much again for this great updates. i am in the top 10
  5. with this flare you dont need to press mouse button. BTW i use <backspace> for flare. set the hotkey in autoKey then also to <backspace> its a littele autoKey-Script (https://github.com/autokey/autokey works in most linux): # works most of time. but sometimes not import time mouse.click_relative_self(0,0,1) time.sleep(.2) mouse.click_relative_self(0,0,1) time.sleep(.3) mouse.click_relative_self(0,0,1)
  6. update today (22-0927_1428-55) do it work for you now? HowTo use it: check Checkbox here: Options > bononGUI > beepidle on (its default for every game start) play a game (sound changes depending on the number of people idle) during the game click at the idle button to set int on or off https://youtu.be/M9cTwyxxJFM 512470960_Copy(1)boonGUI220927_beepIdle.zip
  7. BTW using my (newer from this year) localReplays your ranked #1 and not #17 BTW your played vs me also
  8. sure but if you have played many years then you have data. then i not very interested to calculate the first years. as a workaround we could remove games out of the replay folder. or a other idea: maybe you could waigt in calculation games stronger that not very old. so it not needet to be configed
  9. seems some games are not into that list. example ValihrAnt is not in the list (but i find many replays with ValihrAnt). did i makes a different if a replay is recorded with boonGui? sorry i found him:
  10. how about if we sync all our replays by using https://syncthing.net/ ?
  11. It would be great if you could limit the time. E.g. the last x months. Or the last 50 games. Then the games where you played really badly would no longer be included
  12. thank you soo much. BTW my LocalRating is -8 at the moment its ok for me https://youtu.be/r4kzFStUQQk but if i took more replays (from a backup HDD) its about -10 nice so i see progress ( then i at rank 364 of 629 players)
  13. i searched for motivation postings. why player love this game like so: site:https://wildfiregames.com what makes the game so special - motivation so i think maybe interesting to start this post. what i personally really much love is: i could try modify it self ( We chose to release the art of 0 A.D. under CC BY-SA to allow people to mod the game ..(2010, https://wiki.creativecommons.org/wiki/Case_Studies/0_A.D.) meet people all over the world works in linux (and many other OS) i love hotkeys instead of mouse movements => i love autoCiv <3 and love modify it (of course other great mods: boonGui,kateAutoCiv,feldmap, .... but autoCiv ist the most important for me) and yes i love strategies very much more then shut and run thinks. sometimes i feel a bit uncomfortable that's it being a some kind of war game. and yes i don't like decrease pop self (we often do it if we are in popMax) BTW some motivation you could also find here: https://wildfiregames.com/forum/topic/18475-where-are-you-from/
  14. hey great i heard from Slovakia because i often watching videos from climber janja (she holding sooo many records) https://www.youtube.com/watch?v=XlZo36ga1mg
  15. can we expect the rating will be calculated later? if I remember correctly (right?) does it sometimes take a day?
  16. now this is the first moment i maybe get over 1200 yeahh. but rating takes sometimes longer? was rated game but but don't calculate?commands.txtmetadata.json could it by maybe a reason that he deleted his profile then? i don't find SW_ in Profile Lookup
  17. don't work ( Kakutstha i not talking about youtube. i talking about forum here. and only here ): Sorry, there was a problem reacting to this content.
  18. from math import floor time.sleep(.1) lastFtime = store.get_global_value("ftime") # time.sleep(.2) from datetime import datetime; time.sleep(.1) ftime = datetime.utcnow().strftime("%Y%m%d%H%M%S") store.set_global_value("ftime",ftime) timeDiffInSeconds = int(ftime) - int(lastFtime) timeDiffInMin = 0 if timeDiffInSeconds > 0: timeDiffInMin = floor(timeDiffInSeconds / 60) if timeDiffInMin >= 55: keyboard.press_key('<backspace>') time.sleep(.12) mouse.click_relative(500,500,1) time.sleep(.2) keyboard.release_key('<backspace>') a little modification of the autoFlare its not flare automatically (fist time i slect cav using hotkey ALT+C) the next 55 Minutes if you press your hotkey for select the Cav. i use Alt+C for that. this is a autoKey script. i use <backspace> as flare buttion. you config it with autoCiv
  19. well done replay great start BTW:i cant like and cant upload. error is: Sorry, an unknown server error occurred when uploading this file. (Error code: -200)
  20. just install autoKey. most mods you get by do some click in the GUI. it was discussed to add this automatically. if i remember correct. I don't think it's a bad idea. some mods you need donwload in the correct folder if you want use them. for example if you build your own mod. some poeaple do this
  21. if you could read my config file (autoCiv). i think my hotkeys very good for beginners. you don't need learn them. just understand the principle.
×
×
  • Create New...