30 lines
598 B
Markdown
30 lines
598 B
Markdown
# Creation Kit Files
|
|
|
|
This folder is for Creation Kit-side work for Fallout 4 Together.
|
|
|
|
The Creation Kit plugin should provide controlled test content for multiplayer experiments.
|
|
|
|
## Planned Contents
|
|
|
|
- Test cell
|
|
- Placeholder remote player actor
|
|
- Debug markers
|
|
- Optional Papyrus helper scripts
|
|
- Optional startup quest for testing
|
|
|
|
## Plugin Format
|
|
|
|
Early development can use an ESP.
|
|
|
|
Possible file name:
|
|
|
|
```text
|
|
Fallout4Together_Test.esp
|
|
```
|
|
|
|
## Important
|
|
|
|
Do not commit Bethesda master files or game assets.
|
|
|
|
Only commit original plugin files and original scripts created for this project.
|