ChebGonaz-ChebsThrownWeapons icon

ChebsThrownWeapons

Adds throwing weapons to Valheim: Javelins, Shuriken, Throwing Axes.

Last updated 5 months ago
Total downloads 4740
Total rating 3 
Categories
Dependency string ChebGonaz-ChebsThrownWeapons-1.3.2
Dependants 12 other packages depend on this package

This mod requires the following mods to function

ValheimModding-Jotunn-2.11.2 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.11.2

README

Cheb's Thrown Weapons

Adds throwing weapons to Valheim: Javelins, Shuriken, Throwing Axes.

This mod was commissioned by Discord user Drago. If you would like me to create a mod for you, please get in touch.

Video:

Cheb's Thrown Weapons Valheim

Alternative Javelin Mods

If you don't like this one, consider:

About Me

image1 image2 image3

I'm a YouTuber/Game Developer/Modder who is interested in all things necromancy and minion-related. Please check out my YouTube channel and if you like the work I do and want to give back, please consider supporting me on Patreon or throwing me a dime on Ko-fi. You can also check out my website where I host information on all known necromancy mods, games, books, videos and also some written reviews/guides.

Thank you and I hope you enjoy the mod! If you have questions or need help please join my Discord.

Bisect Hosting

I'm partnered with Bisect Hosting to give you a discount when you use promocode chebgonaz.

bisectbanner

Reporting Bugs & Requesting Features

If you would like to report a bug or request a feature, the best way to do it (in order from most preferable to least preferable) is:

a) Create an issue on my GitHub.

b) Write to me on Discord.

Requirements

  • Valheim
  • BepInEx
  • Jotunn
  • Cheb's Valheim Library (included)

Installation (manual)

  • Extract the contents of the plugins folder to your BepInEx plugins folder in the Valheim directory.

A correct installation looks like:

plugins/
├── Translations
├── chebsthrownweapons
├── chebsthrownweapons.manifest
├── ChebsThrownWeapons.dll
├── ChebsValheimLibrary.dll
└── ... other mods ...

Features

Detailed info in the wiki. Here's the short version:

  • Adds throwing weapons the game:
    • Javelins
    • Axes
    • Shuriken
  • Craftable at the appropriate workbench, eg. bronze javelins at the forge.

Config

Attention: To edit the config, the Configuration Manager is the most user friendly way. This is a separate mod. Please download and install it.

Press F1 to open the mod's configuration panel.

You can also edit the configs manually. Almost everything can be tweaked to your liking. For a complete list of all configuration options, please look here.

Important: As of 1.1.0, local player's items dynamically update to reflect config changes so you can test tweaks immediately without having to log out & in again. However, for all items in the world to be updated, logging out & in again is required.

Pending Improvements

The following improvements have been noted, but won't be implemented until someone throws me some doubloons for it, or I find myself really bored with nothing to do someday.

Source

You can find the github here.

Special Thanks

  • Drago for commissioning the mod.
  • Clint Bellanger for the Shuriken models.
  • Leinnan for the Slavic Axe Pack. CC-BY 3.0 stipulates I must indicate whether changes were made: Yes, the texture was resized to be 32x32 and passed through noise filters in Gimp to make it grainy and lower resolution. This is so it blends in better with the Valheim aesthetic.
  • 007LEXX for the Russian translation.
  • wuzhitian for the Chinese translation.

Changelog

2023
Date Version Notes
28/11/2023 1.3.2 fix bug where blocking using a weapon would crash the game
01/11/2023 1.3.1 fix bug of fire javelin's fire damage not being applied from config; fixed bug of javelins not being upgradable; add new configurations for tweaking durability, durability per level, and how much an item can be upgraded
26/08/2023 1.2.1 update CVL; revise dev scripts and assembly info
23/08/2023 1.2.0 update for new valheim patch
19/07/2023 1.1.0 Expose movement modifier to configs; Expose hit noise and start noise to config for all weapons; Make Drago's values the default values; Local player items updated immediately on changing config to ease tweaking
07/07/2023 1.0.2 Fix wrong recipes on shurikens
01/07/2023 1.0.1 Fix wrong description in manifest file; update readme with link to alternative javelin mod; allow adjustment of shuriken and axe projectile height; fix config name errors
01/07/2023 1.0.0 Initial release
25/06/2023 0.0.1 First alpha version