Skip to content

Commit

Permalink
Merge pull request #6 from Vapok/vapok/InitialWork
Browse files Browse the repository at this point in the history
Module Materials
  • Loading branch information
Vapok authored Jan 16, 2023
2 parents 08e4f5f + 35390b0 commit 1b77d57
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
8 changes: 8 additions & 0 deletions AdventureBackpacks.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vapok.Common", "Vapok.Commo
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureBackpacks", "AdventureBackpacks\AdventureBackpacks.csproj", "{997CB563-FCC7-44B7-8F71-069747D27CC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Module Files", "Module Files", "{125A2AE5-FB75-4EED-B971-3E0C9C056DA0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
manifest.json = manifest.json
icon.png = icon.png
PATCHNOTES.md = PATCHNOTES.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
8 changes: 8 additions & 0 deletions PATCHNOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Adventure Backpacks Patchnotes

# 1.0.0.0
* Initial Release of Adventure Backpacks
* This is a full refactor and completely re-writen version of JotunnBackpacks.
* Adventure Backpacks will seamlessly convert Jotunn Backpacks into new Adventure Backpacks.
* As such, Jotunn Backpacks is incompatible with Adventure Backpacks
* Utilizing the same Prefab Name, to get technical.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Adventure Backpacks by Vapok

This Valheim mod seeks to introduce the concept of Backpacks throughout the Valheim progression. Currently,
Adventure Backpacks is a complete rewrite of the original Jotunn Backpacks, which preserves the Rugged and Artic Backpacks
that you've come to enjoy.

## Roadmap
* v1.0.0 - Initial Release - Get existing functionality ported.
* v1.3.0 - Mistlands Backpack - Introduce a new Backpack that when crafted will include the Feather Fall effect.
* v1.5.0 - Adventure Begins - Revamping all backpacks to be upgradable and offer new perks as upgrades happen. and offer backpacks at each
stage of maturity. This includes a backpack progression that will start at Meadows and continue through Mistlands
* v2.0.0 - To be determined!

## Mod Author Details

Author: [Vapok](https://github.com/Vapok)

Source: [Github](https://github.com/Vapok/AdventureBackpacks)

Discord: [RandyKnapp's Mod Community](https://discord.gg/randyknappmods)

Patch notes: [Github Patchnotes](https://github.com/RandyKnapp/ValheimMods/blob/main/EpicLoot/patchnotes.md)


Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "AdventureBackpacks",
"version_number": "1.0.0",
"website_url": "https://github.com/Vapok/AdventureBackpacks",
"description": "A Valheim Mod to add Adventuring Backpacks to the Game. These packs will grow and become more useful as the game progresses.",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.1901"
]
}

0 comments on commit 1b77d57

Please sign in to comment.