Jump to content

Kubik

Developer
  • Posts

    1902
  • Joined

  • Last visited

Everything posted by Kubik

  1. 0. For PvP you can get free decks, so cards should not be your concern 1. If you like opening boosters buy booster. Buying cards individually and selling boosters is the more efficient way. You get based on time, and state of your reserves, and daily boost, you can also complete quests and achievements. 2. Play what you like, both should be viable. 3. That mechanic is called "charges", and you need upgrade to apply charges, you can not have more charges, that you have upgrades. But do not worry most cards have more uses on lower charges, that they have in EA's times. 4. Just create a lobby, someone will join, around this time on most maps you should find someone quite quickly..
  2. As you can see above people are excited for it.
  3. Factorio is quite different, developers of Factorio develop the game, and have the source code, while we do not have source code of the BattleForge, so adding things that might seem trivial, might be impossible for us 😒
  4. πŸ€” do you have any trouble joining the discord server? The link is: https://discord.gg/2WNd4FbGVq
  5. Of course you can join, and technically phase 1 did not yet ended
  6. Last time I heard, there are no "safe" AI models to generate images. EA for did have enough resources to keep BF alive. As far As I know, no one from EA ever publicly said how is that 3D format called, so no one here knows. Each additional image increases memory cunsumption of the game, and there is only limited amount of memory the game can use. 32 bits is quite significant limit on what CPU features are accesible, the biggest one being ability to address whole system memory, so does not mater if you PC have 8 GB of RAM, or 128 GB of RAM, the game can not see it all.
  7. AI generated images have a lot of issues, for example do you have legal rights to distribute them? How 3rd parties may came and claim rights for the image, because the AI was trained from their work? Can EA use it as reason to shut the project down? While textures and images will not take much time to convert to format BF would understand, I am not sure I heard about AI that could generate models in the format BF uses. Also have you considered memory usage, BF is 32 bit process, so it is impossible to address more than 4 GB of memory, so having too many options, that look almost identical would only waste memory.
  8. Isn't it modified by OneDrive? I see that in the path.
  9. Hotkeys are by default stored in `"Documents\BattleForge\keyBindings.xml"` check if that file is not read only or not replaced by older version by OneDrive or similar software. If still no idea, then please send logs, after you change some hotkey.
  10. just to be clear, I did not say it is not wrong, I would understand bot as refering to current player, so at least one of them should be improved.
  11. oh you mean the number on the card, I did not even look at that, because most of them is wrong. Unfortunatelly the description is not always correct either 😞 as I wrote the attack is "every 1.6 second", not "every 2 seconds" as the description claims. If you want better way (than stopwatch), to actually test things, and access to actual numbers, I can recommend you:
  12. 1.) to me it clearly refers to the caster of the spell. 2.) Well even after weeks of investigating I still not understand, how these buttons work 😒 so I do not think a fix is likely.
  13. This is my test case and damage is exactly 90+45 every 1.6 second, or with the near building passive 135 + 65 every 1.6 second. So DPS ranges between 56,25-125. What was your result?
  14. The replay does not contain any information about what preset was selected, and when selecting map of the month, no client needs to know about that, they will now select same "preset" based on the map seed which is single number between 1 and 65535 (both inclusive), if that choice would be left to user, each user could choose differently. If you want to play any specific map, you can just generate it using editor, and play it as an community map, you already have that choice.
  15. There is 12 "presets" (more like collections of presets), originally there was 10 And they was exclusive to the "map" (max player count), and they have about same probability on given "map". There was desire from players to have all of these "presets" on all maps, so we have over 400 lines of code, just to select the preset with different probabilities based on "map". So "easy" solution would be to go back to the original way, and have presets that are "somehow" balanced for a "map" only on that "map", and once the "presets" are finished for all "maps" add them there, or make a different version for each "map" to have it balanced even better for that "map". πŸ€”And would you remember to select same preset when watching a replay? Because replay would not know which preset you selected before, so if you would choose a different one, you would get desync instantly. (Also already mentioned, you would get desync if players in the team would choose a different preset, they would practically be on different maps) It would be an easy solution, but I do not think players would like it.
  16. Hello @XanderLord, can you be more specific, how did you "select only frost"? I can guess you "only" unselected the other other orbs on the left side, which shows frost and neutral cards, which I think would not be correct to say "all kinds of other factions", so not sure that is the case. Or maybe you mean something else by "factions"? Can you include a screenshot please?
  17. I wonder, if all participnts are going to use discord or not.
  18. I meant it like this, if there will be a corection to the description, the ability will change, or something it needs to be updated for all 4 cards (U0-U3), or 8 in case of affinities. With addition like this it would be even more complicated, because after balancing these cards, they could end up with slightly different description. One more point I forget to mention before, what about community maps, that make it relatively easy to reach T4? With change like this there would be many squads with exactly same look, but significantly different stats.
  19. I wonder, why you posted exactly same text in with only difference being different order of images. And to the suggestion itself, why you think maintaining translations for 40 (just based on your pictures, not all T4 cards in the game) new cards to 4 languages is easy? You also said: Which is the biggest part in creating a new card. And my favorite question when it comes to Thunder Wagon, the armor. Should this "scaled down" version have ranged armor, or not? I do not play PvP myself, but from what I heard, when you reach T3 the game ends in few seconds anyway, because oponent have no way of defending with T2 against T3, so what is the point of increasing the amount of practically finisher cards, that win the game almost instantly?
  20. 330 + 600 = 930 seems correct It says that it increases the damage by up to 600, not that it changes it to 600. (330 * 1.5) + 600 = 1095 also "kind of" expected.
  21. Thanks for the reply, that is actually a good point, I got the invite link on discord, where it shows the server, so there no confusion that it is a different server. @Metagross31 you should also add the information, that it is different server, because people that already are on SR discord might not notice, and not click on the link.
  22. That was my assumption, I wanted to confirm that, without biasing the question in that way. The link is in featured comment, but my assumption is that not many people read the forum. 😒
  23. πŸ€” 45 people filled the questionnaire, but only 13 14 participants on discord so far. What is working: Rust, C#, python, have full API with 2 examples for both Rust, and C#, and only 1 for python. These 3 languages are tested with every version. (at least a bit) Types are mostly documented. Typescript (javascript) have the required types generated for each version, but no testing is done. Participants are already trying to make their bots. What is still missing: More documentation. More examples. Improvements are prioritized based on requests from participants. Can I ask what are the reasons to not join yet?
×
×
  • 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