You are viewing a potentially older version of this package. View all versions.
skytech6-CrimsonMoon-0.3.2 icon

CrimsonMoon

A sacraficial alter to praise the moon! Honor it in return for a blood moon!

Date uploaded a year ago
Version 0.3.2
Download link skytech6-CrimsonMoon-0.3.2.zip
Downloads 439
Dependency string skytech6-CrimsonMoon-0.3.2

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.733.2
deca-VampireCommandFramework-0.10.4 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.10.4
skytech6-VAMP-1.3.2 icon
skytech6-VAMP

V Rising API Modding Platform

Preferred version: 1.3.2

README

NOTICE - PREVIEW BUILD

This is a preview build of CrimsonLog for 1.1. Use this mod at your own risk on live servers until it has been marked as stable (the update that removes this notice). If you want to help testing out CrimsonLog (and/or other CrimsonMods) you're more than welcome to do so, but you accept the risk of bugs.

DO NOT USE BEPINEX ON THUNDERSTORE. GET IT FROM HERE INSTEAD.

You can report any encountered bugs or feedback to the Modding Discord

CrimsonMoon

Server side only

Allows the players the ability to trigger Blood Moon to take place by sacraficing a set number of a specified item within a range of a specific location.

By default, it's 3 Primal Blood Essence at the Sacraficial Alter.

You can find new coordinates using KindredCommands' "whereami" command.

Installation

Configurable Values

[Config]

## Enable or disable the mod
# Setting type: Boolean
# Default value: true
EnableMod = true

[Sacrafice]

## ItemHash for the sacraficed material
# Setting type: int
# Default value: 1566989408
SacraficeGUID = 1566989408

## This is how many must be dropped to trigger blood moon
# Setting type: int
# Default value: 3
MinimumRequired = 3

[Alter]

## The float3 position of the alter, accepts sacrafices within 10 distance 
# Setting type: double
# Default value: -1585.3368
AlterLocation_X = -1585.3368
AlterLocation_Y = -3.8146
AlterLocation_Z = -937.0102

Tech Support

Join my Modding Discord for help with issues or anything modding related!

Support The Developer

Want to support my V Rising Mod development?

Buy/play my games!

Train Your Minibot

Boring Movies FREE TO PLAY

git gud WISHLIST COMING SOON

Donations Accepted

ko-fi

This mod was a paid creation. If you are looking to hire someone to make a mod for any Unity game reach out to me on Discord! (skytech6)


Want to Experience the Best of Crimson?

Join The Cursed Collective V Rising servers to play their exclusive CrimsonMods such as Raid Guard, Shard Wars, and more!

CHANGELOG

1.0.3

  • Changed Sacrifice to to be a potential list of items
  • Announcement for blood moon now editable
  • Updated dependencies

1.0.1

  • Updated dependencies
  • Updated readme

1.0.0

  • Stable Release

0.3.2

  • Updated for Hotfix 5
  • Removed debug line
  • Ensure VAMP loads first

0.3.0

  • Preview for 1.1

0.2.0

  • Removed Bloodstone Dependency
  • Fixed Thunderstore manifest
  • Minor code cleanup

0.1.2

  • Initial release