Jump to content
  1. Welcome

    1. Announcements / News

      The latest. What is happening with 0 A.D. Stay tuned...

      5,3k
      posts
    2. Introductions & Off-Topic Discussion

      Want to discuss something that isn't related to 0 A.D. or Wildfire Games? This is the place. Come on in and introduce yourself. Get to know others who are using 0 A.D.

      38,5k
      posts
    3. Help & Feedback

      Here is where you can get help with your questions. Also be sure to tell us how we are doing. What can we improve? What do you wish we could do better? Your opinion matters to us!

      16,6k
      posts
  2. 0 A.D.

    1. General Discussion

      This is the place to post general stuff concerning the game. Want to express your love for hoplites or find people to play the game with? Want to share your stories about matches you have played or discuss historical connections to the game? These and any other topics which are related to the game, but don't have their own forums belong in this forum.

      51,1k
      posts
    2. Gameplay Discussion

      Discuss the game play of 0 A.D. Want to know why the game plays the way it does or offer suggestions for how to improve the game play experience? Then this is the forum.

      27,9k
      posts
    3. Game Development & Technical Discussion

      A forum for technical discussion about the development of 0 A.D. Feel free to ask questions of the developers and among yourselves.

      47,8k
      posts
    4. Art Development

      Open development for the game's art. Submissions, comments, and suggestions now open.

      30k
      posts
    5. Game Modification

      Do you have any questions about modifying the game? What will you need to do what you want to? What are the best techniques? Discuss Modifications, Map Making, AI scripting and Random Map Scripting here.

      44,3k
      posts
    6. Project Governance

      Forums for decision-making on issues where a consensus can't be reached or isn't sufficient. The committees are chosen from among the official team members, but to ensure an open and transparent decision process it's publically viewable.

      148
      posts
    7. 600
      posts
  • Topics

  • Posts

    • https://gitea.wildfiregames.com/0ad/0ad/wiki/Modding_Guide And also you have the full 0ad Wiki here: https://gitea.wildfiregames.com/0ad/0ad/wiki
    • Is there a basic, somewhat beginner modding guide somewhere?
    • I was analyzing the commit from @Freagarach for regeneration to make some tooltips on it. Since there was an issue opened by @wowgetoffyourcellphone, and other modders might find it interesting, never know. @Emacz @Lopess It's possible now to give some arbitrary timer to resources for regeneration or decay, given certain states. For example, if you want dead animals to have some kind of decay you can do this: <ResourceSupply> [...] <Change> <Rotting> <!-- Add your new effect, name it however you want --> <Value>-1</Value> <Interval>2000</Interval> <State>dead</State> <!-- Add a state, "dead" or "alive" --> </Rotting> </Change> </ResourceSupply> The other interesting state supported is if the resource is currently being gathered or not (notGathered or gathered). <Spawn> <Value>1</Value> <Interval>2000</Interval> <State>notGathered</State> </Spawn> Above a current implementation in vanilla for Fishs. Below the results : Tooltips I added to ModernGUI for now.
    • Is there a way to change certain map settings (like rain, darkness, or fog) during the game?
    • Indeed, I always want to do the opposite, fill fields one by one. And if I send them to a filled farm, they already go to a nearby empty farm (not sure how far away the farms have to be for this to work).   What!? How was I supposed to know this... there has to be some indicator for this kind of stuff (maybe there is?). I haven't played this game for too long.   I agree that it would be nice for this kind of stuff to be added to the base game.   I like this, although if the point filled first are the ones closer to the dropsite, not to add micro.   They should. Actually, I'd like for unit abilities to be added, and them making a sound could have a temporal aura effect (maybe increased damage stats for now, but more realistically enemy morale decrease if this is added).   I'd like to see day and night, seasons, weather, and other natural phenomena, eventually.   In line with what was said before, I think they meant that they just become inefficient, since storehouse and farmstead techs would apply only to civilians. I think the idea is interesting (considering specialisation of trades), but faction considerations should be taken into account, since not everyone had the same dynamics between civilian and soldier. This could be solved by fine tuning which civilian, citizen-soldier and soldier units each faction has access to (and at which cost). For example, around the timespan of the game, Greeks and Romans would indeed mostly progress from civil militias to professional soldiers (that would find mercenary service more profitable than farming), but other factions like the early Germanics wouldn't make this shift in the same scale, and their armies (and male civilians) would mostly consist of farmer warriors even towards the end of the period (only later being more influenced by the Roman ways). All this would influence how the different factions should be played.
×
×
  • Create New...