1
0

Update README.md

This commit is contained in:
GenZmeY 2023-05-10 08:27:41 +03:00 committed by GitHub
parent d768c8a94f
commit 71640f757e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.