Skip to content

Commit

Permalink
Update for PTB (Mistlands)
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 29, 2022
1 parent de11bc9 commit 7c74cef
Show file tree
Hide file tree
Showing 43 changed files with 720 additions and 547 deletions.
128 changes: 128 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
*.sln merge=binary
*.csproj merge=binary
*.vbproj merge=binary
*.vcxproj merge=binary
*.vcproj merge=binary
*.dbproj merge=binary
*.fsproj merge=binary
*.lsproj merge=binary
*.wixproj merge=binary
*.modelproj merge=binary
*.sqlproj merge=binary
*.wwaproj merge=binary
*.user merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
*.jpg binary
*.jpeg binary
*.png binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
# SVG treated as an asset (binary) by default.
# *.svg text
# If you want to treat it as binary,
# use the following line instead.
*.svg binary
*.eps binary
*.webp binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.bibtex text diff=bibtex
*.md text
*.tex text diff=tex
*.adoc text
*.textile text
*.mustache text
*.csv text
*.tab text
*.tsv text
*.txt text
*.sql text
*.ps1 text
*.props text
*.config text
.DotSettings text
LICENSE text

# Scripts
*.bash text eol=lf
*.fish text eol=lf
*.sh text eol=lf
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
*.cmd text eol=crlf

# Serialisation
*.json text
*.toml text
*.xml text
*.yaml text
*.yml text

# Archives
*.7z binary
*.gz binary
*.tar binary
*.tgz binary
*.zip binary
*.rar binary

# Unity
*.unitypackage binary
*.manifest merge=binary

# Text files where line endings should be preserved
*.patch -text

#
# Exclude files from exporting
#
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,8 @@ MigrationBackup/
/Digitalroot.Valheim.GoldBars/Assets/steel
/Digitalroot.Valheim.GoldBars.UnityProject
/uMMORPG
/Digitalroot.Valheim.Dungeons.rar
/src/Digitalroot.Valheim.GoldBars.UnityProject
/src/uMMORPG
/src/Digitalroot.Valheim.Dungeons.rar
/src/Digitalroot.Valheim.GoldBars.old.rar
479 changes: 0 additions & 479 deletions Digitalroot.Valheim.GoldBars/Digitalroot.Valheim.GoldBars.csproj

This file was deleted.

14 changes: 0 additions & 14 deletions Digitalroot.Valheim.GoldBars/packages.config

This file was deleted.

2 changes: 0 additions & 2 deletions README.md

This file was deleted.

45 changes: 45 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

## Information
Digitalroot Valheim Mods
Mods for Valheim using BepInEx, Harmony

```Digitalroot's Gold Bars
Adds gold bars that are craftable from coins.
A placed Coin Pile adds one comfort.
A placed Gold Stack adds two comfort.
Gold bars can be turned back into coins at the forge.
```

## License
GNU Affero General Public License v3.0
Closed-source license is available for commercial use.

## Source
GitHub

## Installation (manual)

Download the latest release archive (zip) file.
Extract the archive into <Steam Location>\steamapps\common\Valheim\BepInEx\plugins


## Configuration

Admin enforced and server syncable.
Comfort level of both the Coin Pile and the Gold Stack are configurable.


## Discord - bugs / questions / donations
Reach out to the Digitalroot vai Odinplus Discord: https://discord.gg/5gXNxNkUBt

Support Me @ https://www.buymeacoffee.com/digitalroot

```Thanks to
Jules, RockerKitten, sbtoonz?, GraveBear, KG, MM/DJ and the rest of the Odin Plus Team
The Valheim Discord? community. ```
![](https://staticdelivery.nexusmods.com/mods/3667/images/1448/1448-1629518019-2123893053.png)
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31605.320
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Digitalroot.Valheim.GoldBars", "Digitalroot.Valheim.GoldBars\Digitalroot.Valheim.GoldBars.csproj", "{4DB4A62F-E8D8-430D-A5AD-563EDD3397E2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Digitalroot.Valheim.GoldBars", "Digitalroot.Valheim.GoldBars\Digitalroot.Valheim.GoldBars.csproj", "{77751278-A982-4C07-8DA2-A4F42F56418D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugNoDeploy|Any CPU = DebugNoDeploy|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DB4A62F-E8D8-430D-A5AD-563EDD3397E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DB4A62F-E8D8-430D-A5AD-563EDD3397E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DB4A62F-E8D8-430D-A5AD-563EDD3397E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DB4A62F-E8D8-430D-A5AD-563EDD3397E2}.Release|Any CPU.Build.0 = Release|Any CPU
{77751278-A982-4C07-8DA2-A4F42F56418D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77751278-A982-4C07-8DA2-A4F42F56418D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77751278-A982-4C07-8DA2-A4F42F56418D}.DebugNoDeploy|Any CPU.ActiveCfg = DebugNoDeploy|Any CPU
{77751278-A982-4C07-8DA2-A4F42F56418D}.DebugNoDeploy|Any CPU.Build.0 = DebugNoDeploy|Any CPU
{77751278-A982-4C07-8DA2-A4F42F56418D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77751278-A982-4C07-8DA2-A4F42F56418D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
42 changes: 42 additions & 0 deletions src/Digitalroot.Valheim.GoldBars/.nx/description.bbcode.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[b][size=4]Digitalroot Valheim Mods[/size][/b]
[size=3]Mods for Valheim using BepInEx, Harmony[/size]

[b][size=4]License[/size][/b]
[size=3][url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.EpicLoot.Adventure.Bounties/blob/main/LICENSE]GNU Affero General Public License v3.0[/url]
Closed-source license is available for commercial use.[/size]

[b][size=4]Source[/size][/b]
[size=4][size=3][url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.GoldBars]GitHub[/url][/size]
[/size]
[b][size=4]Digitalroot's Gold Bars[/size][/b]

[size=3]Adds gold bars that are craftable from coins.
A placed Coin Pile adds one comfort.
A placed Gold Stack adds two comfort.
Gold bars can be turned back into coins at the forge.[/size]
[size=3][size=3]
[b][size=4]Installation (manual)[/size][/b]
[list=1]
[*][size=3]Download the latest release archive (zip) file.[/size]
[*][size=3]Extract the archive into <Steam Location>\steamapps\common\Valheim\BepInEx\plugins[/size]
[/list]
[b][size=4]Configuration[/size][/b]
[list]
[*][size=3]Admin enforced and server syncable.[/size]
[*][size=3]Comfort level of both the Coin Pile and the Gold Stack are configurable.[/size]
[/list]
[b][size=4]Issues/Bugs[/size][/b]
Open an issue or bug on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.GoldBars/issues]issue board[/url].

[b][size=4]Questions[/size][/b]
Ask a question on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.GoldBars/discussions]discussions board[/url].

[b][size=4]Support Me @[/size][/b][/size] [url=https://www.buymeacoffee.com/digitalroot]https://www.buymeacoffee.com/digitalroot[/url]

[b][size=4]Thanks to[/size][/b][/size]
[list]
[*][size=3]Jules, RockerKitten, [/size][size=3][url=https://github.com/sbtoonz]sbtoonz[/url][/size], GraveBear, KG, MM/DJ and the rest of the Odin Plus Team
[*][size=3]The [url=https://discord.gg/GUEBuCuAMz]Valheim Discord[/url] community. [/size]
[/list]
[center][size=3][b][color=#00ffff]Digitalroot can be found in the Odin Plus Team Discord[/color][/b][/size]
[url=https://discord.gg/mbkPcvu9ax][img]https://digitalroot.net/img/odinplusdisc.png[/img][/url][/center]
Binary file added src/Digitalroot.Valheim.GoldBars/.ts/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/Digitalroot.Valheim.GoldBars/.ts/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Interfaces/main/src/json/tsio-manifest.json",
"name": "Digitalroots_GoldBars",
"author": "Digitalroot",
"description": "Adds gold bars that are craftable from coins. A placed Coin Pile adds one comfort. A placed Gold Stack adds two comfort. Gold bars can be turned back into coins at the forge.",
"version_number": "%VERSION_NUMBER%",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.1901",
"ValheimModding-Jotunn-2.9.0"
],
"website_url": "https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.GoldBars"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("4db4a62f-e8d8-430d-a5ad-563edd3397e2")]
[assembly: Guid("3ccc4dc1-5b17-47c1-b996-ca03b8639a61")]

// Version information for an assembly consists of the following four values:
//
Expand Down
Binary file added src/Digitalroot.Valheim.GoldBars/Assets/Assets
Binary file not shown.
16 changes: 16 additions & 0 deletions src/Digitalroot.Valheim.GoldBars/Assets/Assets.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
ManifestFileVersion: 0
CRC: 4137567648
AssetBundleManifest:
AssetBundleInfos:
Info_0:
Name: steel
Dependencies: {}
Info_1:
Name: testblueprints
Dependencies: {}
Info_2:
Name: kitbash
Dependencies: {}
Info_3:
Name: goldbar
Dependencies: {}
File renamed without changes.
Binary file added src/Digitalroot.Valheim.GoldBars/Assets/kitbash
Binary file not shown.
40 changes: 40 additions & 0 deletions src/Digitalroot.Valheim.GoldBars/Assets/kitbash.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
ManifestFileVersion: 0
CRC: 2881214169
Hashes:
AssetFileHash:
serializedVersion: 2
Hash: f622099ea841d8290d61b606f1a2067f
TypeTreeHash:
serializedVersion: 2
Hash: 14b4ea4f6d89259153e1c5483da4116a
HashAppended: 0
ClassTypes:
- Class: 1
Script: {instanceID: 0}
- Class: 4
Script: {instanceID: 0}
- Class: 28
Script: {instanceID: 0}
- Class: 74
Script: {instanceID: 0}
- Class: 91
Script: {instanceID: 0}
- Class: 95
Script: {instanceID: 0}
- Class: 114
Script: {fileID: 2094620348, guid: 02f806226319f1d4b8ae0232b57e8b19, type: 3}
- Class: 114
Script: {fileID: 895252998, guid: 02f806226319f1d4b8ae0232b57e8b19, type: 3}
- Class: 114
Script: {fileID: 1521249158, guid: 02f806226319f1d4b8ae0232b57e8b19, type: 3}
- Class: 115
Script: {instanceID: 0}
- Class: 136
Script: {instanceID: 0}
- Class: 213
Script: {instanceID: 0}
SerializeReferenceClassIdentifiers: []
Assets:
- Assets/Kitbash/Icons/piece_odin_statue.png
- Assets/Kitbash/piece_odin_statue.prefab
Dependencies: []
Binary file added src/Digitalroot.Valheim.GoldBars/Assets/steel
Binary file not shown.
Loading

0 comments on commit 7c74cef

Please sign in to comment.