Jump to content

seeh

Community Members
  • Posts

    1.130
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by seeh

  1. 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
  2. BTW using my (newer from this year) localReplays your ranked #1 and not #17 BTW your played vs me also
  3. 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
  4. 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:
  5. how about if we sync all our replays by using https://syncthing.net/ ?
  6. 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
  7. 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)
  8. 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/
  9. 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
  10. can we expect the rating will be calculated later? if I remember correctly (right?) does it sometimes take a day?
  11. 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
  12. 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.
  13. 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
  14. 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)
  15. 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
  16. 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.
  17. this is maybe helpful for you (works for me). let me know if something wrong. for example the command for kill 0ad ( i dont know ) # for your linux konsole fish alias: ```sh alias 0adReStartMove="killall main; clear; 0ad >/dev/null 2>&1 & pwd; sleep 1; ~/scripts/moveWindow.sh " ``` ```sh #!/bin/sh # moveWindow.sh # 1920,1080 # https://stackoverflow.com/questions/29833717/how-can-i-move-application-windows-using-autokey WINDOW_ID=$(wmctrl -l | awk '/0 A.D./ {print $1}') wmctrl -i -r "$WINDOW_ID" -e 0,1908,-27,1922,1089; echo "gravity,X,Y,width,height" ```
  18. whey i use open source system like for example matrix clients and not discord: The Discord communications system requires running a nonfree client program. The program reportedly collects lots of data about users. Discord insists on tracking users. If a user connects through a VPN, Discord demands that user provide a phone number. Discord locks accounts that don't have associated phone numbers. do we learn form the past?I respect of course if it has to be like that. most important friend etc. but if you see a possibility. please think twice if possible
  19. if i use VScode and want open a folder, and clicking the folders, hidden folders are hidden. ok. but i need go into this folders. of course. for do some mod development. how could i configure that that the this code open window dialog shows me also the hidden thinks starting wit the dot "."
  20. how to get it run? https://askubuntu.com/a/38122/1017209 i searched web for it. i tried to use it as bootImage for a virtualMachine system
×
×
  • Create New...