Update README.md
This commit is contained in:
parent
d768c8a94f
commit
71640f757e
51
README.md
51
README.md
@ -70,31 +70,32 @@ If you have *.upk or localization files, they must be in a specific location.
|
|||||||
|
|
||||||
Change the filesystem of the project to such a form that everything works correctly:
|
Change the filesystem of the project to such a form that everything works correctly:
|
||||||
```text
|
```text
|
||||||
/SomePackageName1
|
📦 <Project>
|
||||||
*.upk
|
├── 📁 SomePackageName1
|
||||||
/Classes
|
│ ├── 📁 Classes
|
||||||
*.uc
|
│ │ ├── 📄 *.uc
|
||||||
*.upkg
|
│ │ └── 📄 *.upkg
|
||||||
/SomePackageName2
|
│ └── 📄 *.upk
|
||||||
*.upk
|
├── 📁 SomePackageName2
|
||||||
/Classes
|
│ ├── 📁 Classes
|
||||||
*.uc
|
│ │ ├── 📄 *.uc
|
||||||
*.upkg
|
│ │ └── 📄 *.upkg
|
||||||
/PublicationContent
|
│ └── 📄 *.upk
|
||||||
preview.png
|
├── 📁 PublicationContent
|
||||||
description.txt
|
│ ├── 📄 preview.png
|
||||||
tags.txt
|
│ ├── 📄 description.txt
|
||||||
title.txt
|
│ ├── 📄 tags.txt
|
||||||
/Localization
|
│ └── 📄 title.txt
|
||||||
/INT
|
├── 📁 Localization
|
||||||
*.int
|
│ └── 📁 INT
|
||||||
/Config
|
│ └── 📄 *.int
|
||||||
*.ini
|
├── 📁 Config
|
||||||
/BrewedPC
|
│ └── 📄 *.ini
|
||||||
*.*
|
├── 📁 BrewedPC
|
||||||
/tools
|
│ └── 📄 *.*
|
||||||
builder
|
├── 📁 tools
|
||||||
builder.cfg
|
│ └── 📄 builder
|
||||||
|
└── 📄 builder.cfg
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** Use the `BrewedPC` folder for additional content such as sound files for your weapons or other stuff. This will be copied to the final BrewedPC before being uploaded to the workshop.
|
**Note:** Use the `BrewedPC` folder for additional content such as sound files for your weapons or other stuff. This will be copied to the final BrewedPC before being uploaded to the workshop.
|
||||||
|
Loading…
Reference in New Issue
Block a user