Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Aug 23, 2023
1 parent 1b8818a commit 31a8ba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ You MUST edit the `YRSource` property in the `Directory.Build.Game.YR.props` fil
### Repository Structure

- `package` - This directory contains the exact file structure that should make up the client package that is delivered to users.
- `resources` - This directory contains any resources to assist in building the package, like other theming elements. For example, this directory contains various `expandspawn09.mix` files for custom crates. These `mix` files can be moved to the `package` directory when we want to change the crate theme.
- `game-assets` - This directory contains game assets used by CnCNet. All child directories with a `.pack` extension will be packed at build time into `*.mix` archives. Parent `*.mix` will be moved to the `package` directory.
- `resources` - This directory contains any resources to assist in building the package, like other theming elements.
- `tools` - This directory contains tools that are used to help build the package. It includes tools like:
- `download-artifacts/download-client.ps1` - A powershell script to automatically download a specific set of binaries of the `xna-cncnet-client`
- `download-artifacts/download-client-launcher.ps1` - A powershell script to automatically download a specific instance of the client launcher.
Expand Down

0 comments on commit 31a8ba8

Please sign in to comment.