Jump to content

Forums

  1. Welcome

    1. Announcements / News

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

      5,4k
      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,7k
      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.

      28k
      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,9k
      posts
    4. Art Development

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

      30,3k
      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,5k
      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. 599
      posts
  • Topics

  • Posts

    • It's worth highlighting that docs can be published from different branches of a repo. A branch named 'gh-pages' used to be required (it may still be, I don't know). So for example, you create an orphan branch on your Delenda EST repo called 'gh-pages', you put your files and CSS and other assets your website uses on that branch. That's one of the settings under "Pages" on your repo setting. You'd have to create the branch first for the option to show up. That would keep your mod structure clean on your main branch. To keep that branch checked out all the time, you can use `git worktree ...` to create a directory separate from the directory from where the files on your main branch are located.
    • @wowgetoffyourcellphoneSince you're already using GitHub, you might prefer GitHub Pages. A lot of projects on GitHub use it to automatically publish sites. One example is a project of mine called Dealer's Choice. There's a workflow that triggers when I make doc changes, they're pushed to https://github.com/Dealer-s-Choice/dealer-s-choice.github.io and published to the actual site at https://dealer-s-choice.github.io/  (free github hosting). I haven't done any CSS styling on that site yet, but that can be done too: https://theimpossibleastronaut.com/rmw-website/ is published from https://github.com/theimpossibleastronaut/rmw-website You could even have a simpler workflow where you put the html or md files in the /docs directory of your Delenda EST repo, and anytime they change, they are published to https://justusavramenko.github.io/delenda_est (I think you'd first have to make a justusavramenko.github.io repo and publish something there). All Github repos have a "Pages" setting, where you can set some options for publishing. If you were thinking of registering a domain and getting hosting, I've had good experiences with DreamHost.  You can also register a domain, and in the pages settings of your repo, you can set your domain so your site will publish to GitHub pages (for the hosting), but  have your yourdomain.com as the address. It uses a CNAME alias or something, I don't remember... so not a 301 redirect, iirc.
    • Good idea! Also maybe if the units and or structures converted to yours? Or would that be too good?
    • I played on a square map, and I think some spawned outside the map area, also one spawned in water, unreachable by units (except boats ): 
×
×
  • Create New...