You are viewing a potentially older version of this package. View all versions.
ValMedia-OdinOnDemand-0.9.56 icon

OdinOnDemand

OdinOnDemand adds multiple video screens and a music player to Valheim! Create your very own cinema! Watch YouTube and movies!

Date uploaded a year ago
Version 0.9.56
Download link ValMedia-OdinOnDemand-0.9.56.zip
Downloads 189
Dependency string ValMedia-OdinOnDemand-0.9.56

This mod requires the following mods to function

ValMedia-OOD_LIB-1.0.0 icon
ValMedia-OOD_LIB

Support libraries for OdinOnDemand

Preferred version: 1.0.0
ValheimModding-Jotunn-2.19.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.19.2

README

OdinOnDemand

OdinOnDemand (OOD) adds several forms of multimedia to Valheim that allow players to watch YouTube and direct video files on an in-game screen. Create your own cinema! The mod also contains a boombox that can either play direct audio files, or SoundCloud links (with availability) - and all of this is multiplayer compatible and seemingly relatively low-impact.

YouTube now works natively! Be sure to wipe configs.

Preview Video

Features

  • Cinema screens
    • Flatscreen TV, Table TV, Old TV, Laptop
    • Can play YouTube, Remote and Local files
  • Audio Players
    • Boombox
  • Multiplayer functionality
  • Audio Control (Client Side)
  • Forward Tracking (Client Side)

These first releases can be considered betas as it has not been extensively tested. Please report any issues on the GitHub tracker.

Installation

Installation of the plugin is fairly straightforward, just install into Bepinex/plugins or use r2modman. It must be installed on both server and client.

See NodeJS Server Installation for backup/selfhosted YouTube functionality.

Use

In game, place down a cinema screen or boombox. Every player costs 2 bronze currently. Interact with it to open the GUI.

For cinema screens, you must have either a direct link to a remote or local video file of a compatible codec or use a youtube/youtu.be link. YouTube is now enabled by default. You can change between the built in YouTube library vs the self-hosted NodeJS server for grabbing YouTube links in the config. The NodeJS server may be more consistent or higher quality. See NodeJS setup for more.

For boomboxes, you must have a direct link to a remote or local audio file of a compatible codec or use a soundcloud.com link. Through testing I've noticed some SoundCloud songs are unavailable. I think it depends on the artist and how they upload/license their art.

Local files are not synced over multiplayer.

Put the link into the input field and click set to set a file. Control playback with play, pause, and stop. Press "Pickup" to remove the mediaplayer and refund materials. Control individual player's volume with "+" and "-" and toggle mute with the "M" button on the overflow menu. ">" to track forward.

In the mod settings you can control master volume. This will affect every screen/boombox.

All set file/play/pause/stop commands should be synced for multiplayer through RPC events. Volume and tracking are client sided. Tracking will de-sync. Screens do not currently check for sync or update to currently playing videos when connecting/loading new mediaplayers.

NodeJS Server Installation

Tutorial Video

Github Instructions

Screenshots

Mod Screenshot Mod Screenshot Mod Screenshot Build by DanAugust Last picture is with backlight setting turned off.

Acknowledgements

CHANGELOG

Versions:

1.0.6

  • Fixed crash when attempting to listen to SoundCloud links

1.0.5

  • Updated to new game version

1.0.4

  • Added new settings buttons: Reload player, Sync Time
  • Changed "SyncTime" repeated event to only broadcast if ZDO owner, instead of pinging server from each player
  • Speakers now check for Owner & PrivateArea access
  • Fix master volume mixer bug
  • UI, Speaker Tweaks

1.0.3

  • Audio Waveform Visualizer tweaks:
    • Added configurable waveform visualizer scale factors (turns out I have my volume settings very low)
    • Tweaked base values to fit default volume levels better, if you have volume turned down then adjust your scale factors as needed
    • Changes to height limits

1.0.2

  • Changed radio station addons to search for .assetbundle files due to flat file structure download from Thunderstore

1.0.1

  • Fixed missing directory issues
  • Switch to OOD_LIB Dependancy package over Runtime Assembly Loading

1.0.0

  • Change: Config files moved to BepInEx\config\OdinOnDemand[...]
  • Improvement: Multiplayer - All videos and audio clips are now fully multiplayer time synced even upon fresh loading. Players will regularly sync time with current ZDO owner. All players "autoplay". This means that tracking forward and autoplay options have been removed. You can manually set seek time in seconds through the Cog wheel settings sub-menu.
  • New Piece: Bard's Wagon - A mobile mediaplayer on wheels!
  • New Item: Skald's Girdle - An equipable mediaplayer sold by Haldor.
    • Control Cart Player & Skald's Girdle via the Remote Control item. Looping always enabled.
  • New Feature: Linkable Speakers - Speakers can now be (un)linked to all types of stationary mediaplayers via the remote control. This changes the center of their audio output, displayed briefly as a red circle.
  • Improved Feature: Reciever is now a mediaplayer.
  • New Feature: Dynamic Audio Stations - Create radio stations from folders and assetbundles that are simulated server-side. When players have the same radio stations, they hear the same songs at the same time.
  • New Feature: Audio Waveform Visualizer - Enabled when listening to dynamic stations, audio files & soundcloud on cinema screens and radio displays.
  • Improvement: All mediaplayers can play audio files and Soundcloud.
  • Improvement: RPC overhaul to reduce server side network load
  • Improvement: *Explode handling overhaul to lower amount of unexplained errors when using YouTube/Soundcloud Links. Increased error verbosity for YouTube/Soundcloud Explode. Removed timeout settings to opt for built in *Explode timeout.
  • Improvement: Configurable Item json recipes added for Remote Control & Skald's Girdle
  • Change: Relative path lookup now begins from OdinOnDemand plugin folder, no prefix needed.
  • Refactor: Abstraction, Organization
  • Fixed: Missing Remote Icon

0.9.96-beta

  • Fixed master volume fluctuations caused by incorrect mixer in Radio prefab audioSource

0.9.95-beta

  • New feature: In-Game Music Audio Crossfade based on distance [See config file]
  • New feature: Configurable vertical volume drop-off [See Mediaplayer Settings Panel]
  • Fixed missing meshes (How long was it like this?)
  • Combined & Condensed Shaders
  • Increased default YTExpolode Timeout

0.9.94-beta

  • Hopefully fixed issues with new updates

0.9.93-beta

  • Fixed local file unpause for real this time

0.9.92-beta

  • Fixed relative/local path file unpause and playback issues

0.9.91-beta

  • Config reorganized, now divided by categories.
  • Piece recipe rework. Fixed file not saving, now auto-updates when certain recipes are missing. You can disable this in the config.

0.9.90-beta

  • Fixed issues stemming from Bepinex removing unstripped corlibs (thanks OrianaVenture)
  • VIP System Beta. Very barebones, meant for feedback. Prevents non-VIP users from placing and interacting with Mediaplayers. Please check/wipe config for new settings.

0.9.89-beta

  • Fixed flow issue preventing remote recipe loading

0.9.88-beta

  • Fixed missing GetMyID method

0.9.87-beta

  • Fixed relative path audio file playback
  • Radio mesh edit

0.9.86-beta

  • Fixed SetURL behavior
  • Fixed radio behavior, audio properties

0.9.85-beta

  • Added prefabs:
    • New mediaplayer: Radio, a vintage style wooden radio
    • Studio Speaker, Standing Speaker, Receiver
      • Decorative pieces, with future planned mechanics
  • Added relative path file lookup from plugin dir (local:// or local:\)
  • Default recipe JSON is now properly formatted
  • Autoplay YouTube and SoundCloud links are now stored and sent un-parsed, fixing old CDN video timeout
  • Proper key config for Remote Control
  • Modifications to YoutubeExplode Library
  • Readme update
  • Code refactoring

0.9.82-beta

  • Added crash disclaimer from 2020.3.45 upgrade

0.9.81-beta

  • Updated YoutubeExplode to version 6.2.12

0.9.80-beta

  • Theater Screen
    • Very large screen roughly 16m x 9m for theater environments.
  • Fixed ward locking behavior
  • Fixed musicplayer volume mixer
  • Added settings overlay, click the cog icon!
  • Added ZDO for several variables
    • Distance, Autoplay/URL, Admin Only, isLocked, and isLooping are saved to world and synced over multiplayer.
    • This means each individual player can have it's own distance and properties, which will sync and persist after reloading world or areas!
    • Custom listening distance can be limited via config. This is not enforced on admins.
  • Added admin only
  • Added autoplay
    • Playlists are currently NOT supported.
    • .mp3/SoundCloud autoplay is currently NOT supported. Direct video links or youtube only.
    • Autoplayed videos are NOT SYCNED. The video will start upon object loading for every viking.
    • Please be aware that YouTube videos saved from autoplay will expire after an indeterminable amount of time. This is simply the nature of Google's content delivery and as such cannot be avoided.

0.9.76-beta

  • Fixed playlist index string
  • Fixed unnecessary debug logging

0.9.75-beta

  • UI Redesign
    • Button icons, combined overflow menus, volume slider
  • Ward interaction, when a media-player is Locked it will check for access with Wards. Media-players are locked by default. You may have to cycle the lock for newly loaded Vikings.
  • Removed pickup button. All media-players can be destroyed via the Hammer just like any piece, you will get appropriate materials refunded.
  • All media-players now have Wear N Tear - they can take damage, and be destroyed. Media-players are weak to pickaxes.
  • Changed Screen Render Distance calculations to hopefully be more efficient. It no longer does any distance calculations and instead just uses collider OnTrigger events.

0.9.71-beta

  • Fixed missing Monitor recipe. If your recipe file is outdated, the default one will be loaded. Check logs and delete recipe file if needed.

0.9.70-beta

  • Monitor Prefab added, larger than Old TV but smaller than Table TV.
  • Remote control for interacting with media-players from a distance
  • Basic playlist support implemented
  • Shuffle feature for playlists
  • Fixed resources not refunding on destruction
  • Media-player code refactoring
  • More multiplayer code refactoring

0.9.60-beta

  • First Gramophone prefab release
  • Added custom recipes via json config
  • Added looping with multiplayer sync
  • Added Boombox YouTube support
  • Added loading circle to cinema screens
  • Greatly increased efficiency of how plugin finds media-players for multiplayer
  • Changed volume handling, added default player volume
  • Fixed Boombox volume bug
  • Fixed boombox playing previous SoundCloud song on set video button press when song unavailable
  • Cleaned up debug logging
  • Cleaned up config

0.9.58-beta

  • Fixed GUI not closing when media-player destroyed by other player.

0.9.57-beta

  • Added Vulkan Support

0.9.56-beta

  • Small adjustment in Rendering distance calculations

0.9.55-beta

  • Fixed Screen volume bug
  • Added "Screens Stop Rendering Out of Range" and config

0.9.51-beta

  • Fix spelling mistake

0.9.5-beta

  • Added native YouTube Functionality. No need to use an external server now, but it's still there if you want it. YouTube is now enabled by default and should work just fine. Let me know if you have any issues. Be sure to wipe configs.

0.9.1-beta

  • Fixed Boombox Default Distance
  • Separate Boombox Default Distance and Master Volume

0.9.0-beta Initial Release