-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de11bc9
commit 7c74cef
Showing
43 changed files
with
720 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
479 changes: 0 additions & 479 deletions
479
Digitalroot.Valheim.GoldBars/Digitalroot.Valheim.GoldBars.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
17 changes: 10 additions & 7 deletions
17
Digitalroot.Valheim.GoldBars.sln → src/Digitalroot.Valheim.GoldBars.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
src/Digitalroot.Valheim.GoldBars/.nx/description.bbcode.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [] |
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
Oops, something went wrong.