Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.075
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. I'm not sure but I guess making it official means that we have team members always there to answer questions. For instance I'm on most if not all the Discord servers and that's where I get pinged for issues. I assume people expect a centralized mean to ask questions. Like what supertuxkart or warzone 2100 do with discord
  2. Could be hard to find. But most people expect to have some conversation history and only stay for a few minutes so we don't have time to answer. Most of the history on #0ad is just lost people. Sometimes we're lucky and @Langbart can help them. Bridges have gdpr implications which is annoying sharing ips and private data depending on how its stored etc. They are adapated for developpers and not players as most of them are on Discord. Some big youtubers asked us for that too. It's one of the most common requests after steam.
  3. Doesn't really make much sense, you can build a building to create siege but it's not yours? ^^"
  4. Apologies. I wasn't clear. Either use: <Upgrade replace=""> ... </Upgrade> To override the whole component. Or try <Upgrade> <SpearSwitchA disable ="" /> <SpearSwitchB disable ="" /> <SpearSwitchE> ... </SpearSwitchE> </Upgrade>
  5. No. Like so: <Upgrade replace=""> <SpearSwitchA> <Entity>units/anglo/man_at_arms_a</Entity> <Tooltip>Switch to Spear</Tooltip> <Cost> <wood>0</wood> <food>0</food> <metal>0</metal> </Cost> <Time>0</Time> <Variant>upgrading</Variant> </SpearSwitchA> </Upgrade> The following might work, but I haven't tested. <Upgrade> <SpearSwitchB disable=""/> <SpearSwitchA> <Entity>units/anglo/man_at_arms_a</Entity> <Tooltip>Switch to Spear</Tooltip> <Cost> <wood>0</wood> <food>0</food> <metal>0</metal> </Cost> <Time>0</Time> <Variant>upgrading</Variant> </SpearSwitchA> </Upgrade>
  6. I am sorry. I meant it can be done. One has to edit binaries/data/mods/public/gui/summary/summary.js and binaries/data/mods/public/gui/summary/counters.js, to figure out what is not rounded. (e.g. percent and ratios seems to be) Seems like nobody updated binaries/data/mods/public/simulation/data/civs/rome.json Well it's their attitude toward you. So effectively "theirs". Not sure what would be more appropriate.
  7. Well you'd still have issues with big numbers even with rounding I suppose. You can also do the rounding. What do you mean? If they don't appear it means they are missing somewhere.
  8. For that you probably need more code. There is https://code.wildfiregames.com/D368 The only thing an aura can do is change the visual actor not add new attacks. @Freagarach
  9. You need to add cmpPromotion.IncreaseXp To some other components like gathering. See how it's done for healing and attacking. https://github.com/0ad/0ad/search?q=IncreaseXp&type= I don't think you can unlock an upgrade though. Experience cannot as far as I am aware be used for now as an upgrade requirement.
  10. Would displaying something like 32k be acceptable? (idea by @maroder)
  11. Keep up the great work. With a bit of luck we can sync when you are done so that I can sign your campaign mod so it's ready to be downloaded when A26 comes out.
  12. My experience is this. IRC okay for devs, especially people used to opensource, storing logs is a must. Bad for non technical people or impatient ones. Terrible for arguments or long conversations. Xmpp a bit more user friendly than IRC, but still requires some technical stuff has native support for logs. Matrix haven't used much seems to be like Xmpp but with better marketing. Rocket.chat basically a cheap ( but more expensive version of discord) Discord. De facto standard for games, grinds the gears of all the people who are in really into FOSS because proprietary.
  13. Sounds like a problem with your Window manager.
  14. Well we have IRC That does not work. The problem is everyone has all their friends on Discord :/ @Dakara, @Exodarion, @psypherium, @superflytom, @The Undying Nephalim, @Sevda and all other would you switch to another platform if we made an official Revolt server?
  15. It's a bit of a nightmare. Things you might try: Scale the armature object, apply transforms. Scale the armature in edit mode, scale the mesh. Same as 2) but applying transforms on the mesh.
  16. This is the old tiger https://trac.wildfiregames.com/browser/art_source/trunk/art/meshes and animations/skeletal?order=name See
  17. Technically we don't have a Discord. We have many but no official ones. Experience shows that most of our players don't seem to want to use anything else. I mean the lobby is XMPP we could use that too. Technically if you follow the license by the letter using windows is a breach of the license, because I don't have the source ^^ But yeah in most cases one should be fine.
×
×
  • Create New...