Skip to content

Commit

Permalink
Add changelog and basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fclante committed May 16, 2024
1 parent c01ae7a commit e43c299
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
14 changes: 14 additions & 0 deletions modpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

## [1.0.1] - 2024-05-16

### Added
- Basic README with installation instructions
- CHANGELOG.md file

## [1.0.0] - 2024-05-16

### Added
- Initial release of the project.
27 changes: 27 additions & 0 deletions modpack/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Undorn Valheim Community - Official Modpack

This is the official modpack for the Undorn server. It is a collection of mods that we have tested and found to be compatible with each other. We have also made some changes to the mods to make them more balanced and to make the game more fun.

## Installation

### R2ModMan
- Download and install [R2ModMan](https://valheim.thunderstore.io/package/ebkr/r2modman/)
- Create a new profile
- Click on the `Online` tab
- Search for `Undorn Official Modpack`
- Click on the `Install` button
- Click on the `Play Modded` button


### Manual Installation

- Download and install [BepInEx](https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/)
- Navigate to the [Undorn Official Modpack](https://thunderstore.io/c/valheim/p/Undorn/Undorn_Official_Modpack/)
- Click on the `Manual Download` button
- Extract the contents of the zip file to the `BepInEx/plugins` folder in your Valheim installation directory
- Remove the BepInEx plugin from the extracted files as is has been installed in a previous step
- move the config files from the `extracted-folder/config` to the `BepInEx/config` folder
- Run the game


---
2 changes: 1 addition & 1 deletion modpack/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Undorn_Official_Modpack",
"version_number": "1.0.0",
"version_number": "1.0.1",
"website_url": "https://discord.gg/zRDF3xew",
"description": "Official modpack for the Undorn Valheim Community",
"dependencies": [
Expand Down

0 comments on commit e43c299

Please sign in to comment.