Jump to content

Silier

WFG Retired
  • Posts

    1.265
  • Joined

  • Days Won

    9

Everything posted by Silier

  1. WARNING: current language = en_UM WARNING: fallback language = en WARNING: index -1 WARNING: supported base names = ["en_US", "ab", "ach", "ady", "af", "ar", "ar_EG", "ar_IQ", "ar_SA", "ast", "az", "bar", "be", "bg", "bn", "br", "ca", "cs", "cy", "da", "de", "dv", "dz", "el", "en_GB", "eo", "es", "es_AR", "es_CL", "es_MX", "et", "eu", "fa", "fi", "fil", "fo", "fr", "fr_CA", "frp", "ga", "gd", "gl", "grc", "gu", "he", "hi", "hr", "hsb", "hu", "hy", "id", "is", "it", "ja", "jbo", "jv", "ka", "kk", "km", "kn", "ko", "krl", "ku", "kw", "ky", "la", "lb", "lo", "long", "lt", "lv", "lzh", "mk", "ml", "mn", "mr", "ms", "mt", "my", "nb", "ne", "nl", "nso", "oc", "or", "pa", "pl", "ps", "pt_BR", "pt_PT", "ro", "ru", "ru_UA", "sa", "sc", "sd", "si", "sk", "sl", "so", "sq", "sr", "su", "sv", "sw", "szl", "ta_IN", "te", "tg", "th", "tk", "tr", "tt", "uk", "ur", "uz", "vi", "xh", "zh", "zh_SG", "zh_TW"] fallback language actually is not in supported base names, other language but the same issue currentLocaleDict = Engine.GetFallbackToAvailableDictLocale(Engine.GetCurrentLocale()); baseNames = Engine.GetSupportedLocaleBaseNames();
  2. Following change may break some mods: For security reasons planing to restrict access for ReadFile, ReadFileLines, WriteJSONFile, ReadJSONFile, ListDirectoryFiles, FileExists to the following folders/files: "gui, simulation, maps, campaigns, saves/campaigns, config/matchsettings.json, config/matchsettings.mp.json" adding "moddata" if some mods need to access and ship custom files that don't fit into other locations mentioned above (https://code.wildfiregames.com/D4617)
  3. there is over 20 places in code telling the configuration file along with the scope "user". the "user" scope is bound by default to "config/user.cfg" unless you would specify new configuration file for the scope, you will not read configuration from other file than default so setting file path in those functions is pointless and you lost access to stored configuration after restart basically this https://code.wildfiregames.com/D4616
  4. but you still use config/user.cfg, so it is okay if you would not be able to specify the path to file
  5. I don't think there is engine function supporting clickable text
  6. Usually the signature for future alpha was changed close to the release but this time it was done at the start of the development cycle. You can get mods manually from mod io.
  7. what exactly is the locale of the language you have set
  8. @Stan` switch to en_ug or en_uz
  9. https://github.com/0ad/0ad/blob/master/binaries/data/mods/mod/gui/page_modmod.xml
  10. Hi, there is legend, sadly in your case it is over the tabs. Do you have any mods? Which? Also what is your monitor resolution
  11. Custom code to use images from game folder. That cannot be bypassed
  12. Just drag pyromod over pyrogenesis.exe and then enable the mod
  13. https://github.com/0ad/0ad/blob/master/binaries/data/mods/public/simulation/ai/petra/chatHelper.js
  14. Hi and thank you for the detailed feedback. Just to answer several points about ai training or not training certain units. Currently how it works is that It has defined certain categories/classes and just picks unit with the best stats inside those. For the placing of warehouse and barn, it tries to put them to the best spot taking to account all resources around, it doesn't place them specifically for wood e..g but for all wood, stone and metal. Also it does not know if there is hill, the resource map for ai is flat. For food storage. It is just to place it in way so there will be space around for fields.
  15. If i am not mistaken if you put dependcy on 0ad it should sort itself correctly by itself
  16. Entity got destroyed/"went out of world" so position of it is null therefore error Have fun
  17. It wasn't. It was introduced by rewriting the mod loading.
  18. Its target in range check problem not Pathfinder. Path was found correctly.
  19. No, It is meant world population is devided among all active players equally and each player gets bonus according to civilization, team, tech, aura bonuses
×
×
  • Create New...