Jump to content

Kubik

Developer
  • Posts

    1902
  • Joined

  • Last visited

Everything posted by Kubik

  1. did you try re-downloading? what did you use to extract it?
  2. only if Navarr do not manage to lose enough matches in time
  3. Kubik

    Marketplace

    server correct the value, so when you "bid" more than buyout, you lose one the buyout and it is counted as buyout. unfortunately the part of Battleforge.exe that is responsible for this, is still unknown
  4. Why me? I did not say when I make launcher ready to not put too much stress on Aviator
  5. do you know anything about RNGs? there is always a number called "seed" in that case 15 bits wide, but you need to have unique identifier for each map to be able to build it and test it, so the "seed" is what define the map same "seed" same version of game (or at least map generator part) and you have same map. If there would be any more "randomness" than the "seed" then it would not be possible to check map that got buggy, the map would need to be part of the replay, or it would not be possible to check that replay. (Or that app would be same crapp as the one I fix at work for money). It is same with Minecraft, but the seed is 32/31 bit wide (the string is number (up to 32 bits), or is truncated to 31 bit hash, unless they change it), so same seed same map each time you start it.
  6. how long it would take for normal person to try all these possible maps even on single difficulty (1) if we count average 3 minutes per map + 1 minutes all loading lobby creating etc. we end up with 131072 minutes, if we count 16 hours play/8 hours sleep ... then we have 121 days, and I do not think difficulty 1 is generally the most played one why would you need more randomness? After that time you will not remember the first map.
  7. there is 32768 possible maps for each difficulty and player count, we know about 2 of them having this bug, and there might be possible fix for, but we are not sure right now if we will be able to fix it any time soon.
  8. Again. where did you get ping? the game do not show ping, it show command latency (I explain again), and network latency that is incorrect for some reason, no one bothered to investigate. command latency is your ping to server rounded up to next 100 ms, plus ping back rounded up to 100 ms so 200-300 ms command latency is good, and players with ping 1 ms and players with ping 91 ms will have almost same command latency. (one of good implementation details EA did)
  9. I was using these 2: https://obsproject.com/ https://streamlabs.com both are free, but may require a bit of setup, to use HW for encoding.
  10. no I did not learn anything useful in school. at least not related to this I lean things like tell teacher my solution is 100% correct, even thou I have no idea if my random number is correct so for things like lying yea school. for reverse engineering google was only a bit of help to me in this case, most helpful was Blank, so you must ask him how he learn it.
  11. if you are not the only one, why no one else reported it?
  12. update was bad idea everything is broken now so you can try new updater, but I have no better advice for you
  13. can you imagine how many people would create trading bots if they would have all these data just available?
  14. Kubik

    card recycle

    If you search suggestion it was suggested more than one time, and that it is planned.
  15. http://www.cs.virginia.edu/~evans/cs216/guides/x86.html one of the "tool"s we using convert the binary to disassembly and add some info. so we can not get any code lines that EA write. Game do not have any local database, only local storage is xml-like file in documents. If you want to discuss general technical possibilities... fell free to pm me in discord, but they are almost limitless as long as your time and patience is limitless If you want detailed information about how we alter this game this is about everything I am going to disclose.
  16. great, so I am on 1803 build 17134.48 I will update and check what will happen
  17. @Augusto @Dyornos what OS (including version if possible) do you have?
  18. many people think that Win 7 do not get weekly updates. unless you take some effort to block it you get updates
  19. I think you recently update windows, doesn't you? Microsoft can not make it harder for us
  20. I would split this to 2 things. 1) some players was afking just to get match time, so that why this feature get introduced. And will not be removed, and it will get extended to counter also players that already do only a little to avoid afk kick. 2) "ability to pause game" I will discuss that, but from my point of view it should be possible, and not too hard. (no promise yet)
  21. do you have replay to check that you really kill everything? if no please try to specify the time when the match start as precisely as possible, and names of other players and I will try to found replay on server.
  22. do you know what hex editor is? if no try opening any exe with notepad and edit something, do not expect it will be working after the edit, but you may get lucky and change some unused part we have bit better tools to do that that at least suggest what we are editing, but editing the game is really hard, We generate server provided data, can modify the config, so everything outside the exe that is loaded by the exe provide us limited ways to alter the game without spending too much time guessing what the exe do. But almost whole last week I was searching the exe for 1 stupid number and I still do not have it.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use