-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Patch104pZH | ||
|
||
#### How to make game changes | ||
## How to make game changes | ||
* Add and edit game files in **GameFilesEdited** folder. | ||
* When adding an original game file with text contents, please submit the file as is first before adding any changes. This will preserve change history. | ||
|
||
#### Folders | ||
## Folders | ||
|
||
| Folder | Purpose | | ||
|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| .Generated | Generated by build scripts. Contains intermediate build files. | | ||
| .Release | Generated by build scripts. Contains project release files. | | ||
| Design | Contains design documents and references relevant to this project. | | ||
| GameFilesEdited | Contains edited game files that will be used for generating the release files. | | ||
| GameFilesOriginal | Contains original and unedited game files from **Command and Conquer Generals Zero Hour 1.04**. Files are the basis of changes in **GameFilesEdited** and may or may not be used for generating release files. | | ||
| GameFilesOriginalCCG | Contains original and unedited game files from **Command and Conquer Generals 1.08**. Files are for reference purposes only. | | ||
### 📁 Design | ||
Contains design documents and references relevant to this project. | ||
|
||
### 📁 GameFilesEdited | ||
Contains edited game files that will be used for generating the release files. | ||
|
||
### 📁 GameFilesOriginal | ||
Contains original and unedited game files from **Command and Conquer Generals Zero Hour 1.04**. Files are the basis of changes in **GameFilesEdited** and may or may not be used for generating release files. | ||
|
||
### 📁 GameFilesOriginalCCG | ||
Contains original and unedited game files from **Command and Conquer Generals 1.08**. Files are for reference purposes only. | ||
|
||
### 📁 Scripts | ||
Contains build scripts to build and test game file changes. |