You are viewing a potentially older version of this package. View all versions.
Vapok-RandomSpawnPointBruh-1.1.3 icon

RandomSpawnPointBruh

Allows players to specify a random spawn point or static spawn point. Dedicated Server friendly!

Date uploaded 6 days ago
Version 1.1.3
Download link Vapok-RandomSpawnPointBruh-1.1.3.zip
Downloads 122
Dependency string Vapok-RandomSpawnPointBruh-1.1.3

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333
ValheimModding-Jotunn-2.26.1 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.26.1
ValheimModding-YamlDotNet-16.3.1 icon
ValheimModding-YamlDotNet

Shared version 16.3.0 of YamlDotNet from Antoine Aubry and contributors, net47 package for use in Valheim mods. Maintained by the ValheimModding team.

Preferred version: 16.3.1

README

Random Spawn Point Bruh! by Vapok

This is a simple mod. Use it to adjust the initial spawn location of new players that join the world.

The settings allow for three configurations:

  • Random Spawn Location
    • Within Parameters that are configurable
  • Static Spawn Location
    • Set a specific coordinate that you want players to spawn to.
  • Vanilla Location
    • Or go basic and use the vanilla spawn point.

All settings are synced by server.

This mod must be installed on both client and server in order to function on dedicated servers appropriately.

Mod Author Details

Author: Vapok

Source: Github

Discord: Vapok's Mod's Community

Patch notes: Github Patchnotes

CHANGELOG

1.1.3 - Updating Dependencies

  • Updating Dependencies to latest versions.

1.1.2 - Improved Spawn Point Detection - Ashlands / Deep North

  • Adds Boundary starts for Ashland and Deep North to speed up finding a random spawn point.
  • Checks for Lava when looking for Ashland spawn points.
  • Reduced Console and Log noise.
    • Debug logging is still chatty
  • No longer return boundary point near a biome edge.
    • This prevents a Meadow Random Spawn Point from being right next to Plains and being stung to death.

1.1.1 - Fixing Dedicated Server Config Syncing

  • A regression issue was introduced when switching to Jotunn preventing servers from dictating configs to clients.
    • This has been resolved.
  • Appropriately added the BepInDependency Flags for graceful mod exit if missing dependencies.

1.1.0 - Removed ServerSync - Updated to Jotunn

  • Updated for Valheim 0.221.4

1.0.4 - Mod Compatibilities

  • Compatible with MultiplayerTweaks
  • Compatible with ServerCharacters

1.0.3 - Update to 0.217.28

  • Updates for Valheim 0.217.28

1.0.2 - Update to 0.217.24

  • Updates for Valheim 0.217.24

1.0.1 - Bug Fix

  • Fixing Error that occurs when starting Valheim if the mod is disabled.

1.0.0 - Initial Version of RandomSpawnPointBruh

  • Provides settings to adjust the spawn points:
    • Randomize the initial Spawn Point of Players
      • Full control over the variables to adjust the randomization.
    • Set a Static Spawn Point coordinate
    • Use the Vanilla Spawn Point.
  • Configs are Server Synced to allow admins to set settings.