Jump to content
  • The forum downloads section will be removed on Jan 1st 2023. Players may still download mods that are currently hosted, but new submissions are no longer being accepted. Mod makers are advised to relocate their mods to alternative hosting solutions.

Divine Rapier v0.1


1 Screenshot

About This File

So powerful, it cannot have a single owner.

Weapon stats:

-Deals 200 damage.

-Very very very durable.

-Expensive.

-Emits light.

-Can chop trees and mine boulders.

-True lategame pure fun sword.

Craft Recipe:

-Guardian's Horn x1

-Blue Gem x5

-Red Gem x5

-Purple Gem x3

-Thulecite x5

>Steam Workshop Link<


What's New in Version v0.1   See changelog

Released

No changelog available for this version.


User Feedback

Recommended Comments

just a heads up guys about why this mod crash. it turns out that the modmaker doesnt know how to make a recipe code and the actual problem was the recipe the weapon has. turns out its invalid. so to fix this yourselves do the following

 

1. open the mod folder commonly found in [Program Files\Dont Starve - Reign of Giants\mods\Divine Rapier].

2. locate the modmain.lua file and open it using any text program but preferably notepad++

3. press ctrl + g to go into jump to space mode and locate space 26

4. replace the entire space to local dota_sword = GLOBAL.Recipe( "dota_sword", {Ingredient("redgem", 5),Ingredient("bluegem", 5), Ingredient("thulecite", 5), Ingredient("purplegem", 3), Ingredient("goldnugget", 15), Ingredient("minotaurhorn", 1)},  RECIPETABS.WAR, {SCIENCE=2} )

 

all it do is fix the recipe and prevent the mod from ever crashing again.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...