0 of 0

File information

Last updated

Original upload

Created by

devopsdinosaur

Uploaded by

devopsdinosaur

Virus scan

Safe to use

Tags for this mod

About this mod

Lots of little improvements (infinite air, faster movement, etc.) to make the game easier to play (and lots more to come)!

Permissions and credits
A quick note to all:

Modding has become a full second job for me now. In general, mod users do not donate on Ko-fi. As such, I need to dedicate the majority of my (free) time to maintaining the mods for higher-traffic games, which provide me with drastically more donation points.

Dave the Diver has a very small community. While I will make my best effort to provide new requested features/fixes when time allows, please understand that I am only one person with over 60 published mods and modding is still mostly just a hobby.

Thanks,
dd

Description

Current Version: 0.0.9 (changelog)

Lots of little improvements to make the game easier to play (and lots more to come)!

See the config options below for a complete list of features and how to use them. If you have ideas or issues see the Source Code and Bug Reporting section at the bottom of the page. Thanks!

Installation

  • Install BepInEx
  • Download and extract this mod.
  • Copy the extracted files to <davethediver-home>/BepInEx/plugins folder.
  • Start the game and exit.
  • Change configuration options (see below).
  • Once you have the settings you want, start the game again and enjoy!


Config Options

Note that all of the options in this mod default to off (false, zero, blank, etc) to enable the user to have as little of a "cheaty" experience as possible.

For information on how to modify these options, see the Editing the Config File section below.

Boat

  • Boat - Walk Speed Boost - Speed boost applied to Dave when walking on the boat (float, default 0f [set to 0 to disable]).

Diving

  • Diving - Auto Pickup: Update Frequency - Time (in seconds) between ticks/pulses of auto-pickup (float, default 0.5f [i.e. 2 pulses per second], lower numbers may impact frame rate).
  • Diving - Auto-pickup: Fish - Set to true to enable auto pickup of sleeping/netted fish (NOTE: This will disable the Large Pickups option to prevent drone glitches; just be sure to enable Infinite Drones when using this one).
  • Diving - Auto-pickup: Items - Set to true to enable auto pickup of items (wood, pots, etc).
  • Diving - Auto-pickup: Radius - Radius (in meters?) around the character in which objects will be automatically picked up based on enabled pickup settings (float, default 5.0f).
  • Diving - Disable Item Info Popups - Set to true to disable the item info popup windows that tend to get WAY behind if using auto-pickup.
  • Diving - Enable Large Pickups - Set to true to enable large fish to be picked up without the need for drones.
  • Diving - Infinite Bullets - Set to true to have infinite bullets when diving.
  • Diving - Infinite Crab Traps - Set to true to enable infinite crab traps.
  • Diving - Infinite Drones - Set to true to enable infinite salvage drones.
  • Diving - Infinite Oxygen - Set to true to have infinite oxygen when diving (and when not diving, but that's a freebie).
  • Diving - Invincible - Set to true to take no damage when hit.
  • Diving - Speed Boost - Permanent speed boost when diving (float, default 0f [set to 0 to disable]).
  • Diving - Toxic Aura: Enabled - Set to true to enable the instant-fish-killing (or sleeping if 'Toxic Aura: Sleep Effect' is true) aura around Dave.
  • Diving - Toxic Aura: Radius - Radius (in meters?) around the character in which fish will be insta-killed, if Toxic Aura is enabled (float, default 5.0f).
  • Diving - Toxic Aura: Sleep Effect - Set to true to switch from killing aura to sleep-inducing aura.
  • Diving - Toxic Aura: Update Frequency - Time (in seconds) between ticks/pulses of toxic aura (float, default 0.5f [i.e. 2 pulses per second], lower numbers may impact frame rate).
  • Diving - Weightless Items (Infinite Carry Weight) - Set to true to have reduce the weight of all items to 0, effectively giving infinite carry weight and inventory space.

Farm

  • Farm - Walk Multiplier - Multiplier applied to Dave when walking/sprinting on the farm (float, default 0f [ < 1 == faster, < 1 == slower, set to 0 to disable]) [NOTE: Setting this value too high (above ~5) can make it possible for Dave to walk fully off the screen and get stuck].

Fish Farm

  • Fish Farm - Walk Multiplier - Multiplier applied to Dave when walking/sprinting on the fish farm (float, default 0f [ < 1 == faster, < 1 == slower, set to 0 to disable]).

General

  • Enabled - Set to false to disable this mod.

Hotkeys

  • Hotkey - Change Toxic Aura Mode - Comma-separated list of Unity Keycodes, any of which will change the toxic aura mode (if enabled) between Kill/Sleep. See this link for valid Unity KeyCode strings (https://docs.unity3d.com/ScriptReference/KeyCode.html)
  • Hotkey - Modifier - Comma-separated list of Unity Keycodes used as the special modifier key (i.e. ctrl,alt,command) one of which is required to be down for hotkeys to work. Set to '' (blank string) to not require a special key (not recommended). See this link for valid Unity KeyCode strings (https://docs.unity3d.com/ScriptReference/KeyCode.html)
  • Hotkey - Toggle Toxic Aura On/Off - Comma-separated list of Unity Keycodes, any of which will toggle the toxic aura on/off (if enabled). See this link for valid Unity KeyCode strings (https://docs.unity3d.com/ScriptReference/KeyCode.html)

Sushi

  • Sushi - Cook Multiplier - Multiplier applied to sushi bar staff cooking speed (float, default 0f [ < 1 == faster, > 1 == slower, set to 0 to disable]).
  • Sushi - Infinite Customer Patience - Set to true to make customers never storm off if the food/drinks are too slow.
  • Sushi - Infinite Wasabi - Set to true to never need to refill wasabi.
  • Sushi - Money Boost - Money boost applied to all customer purchases at sushi bar (float, default 0f [set to 0 to disable]).
  • Sushi - Speed Boost - Permanent speed boost when working in sushi bar (float, default 0f [set to 0 to disable]).
  • Sushi - Walk Multiplier - Multiplier applied to sushi bar staff walking speed [note: this also affects Dave on top of 'Sushi - Speed Boost'] (float, default 0f [ < 1 == faster, > 1 == slower, set to 0 to disable]).


Editing the Config File

  • Open notepad or your favorite text editor (Windows Key + R then 'notepad').
  • File => Open. Navigate to <davethediver-home>/BepInEx/config and open devopsdinosaur.davethediver.super_dave.cfg.
  • Each of the options listed above can be modified according to the description. Lines starting with '#' are just comments. Lines in [] are section headers.
  • After making changes, save the file and restart the game to try out the new settings!


Source Code and Bug Reporting

All of my mods are open source on GitHub here: https://github.com/devopsdinosaur/dave-the-diver-mods
Please let me know in the Posts section if you have problems or ideas for new mods/features. Or, even better, you can submit issues directly on the GitHub page here).

PSA - It's been hard to find the time to create new mods and support the ones I've made.  If you like my mods, please consider a small tip (any amount) on Ko-fi to help me convince my wife that this modding stuff is worth my time =)  Just scan the QR code below with your phone or click it to get started.



Thanks a ton, and enjoy the mods!!
dd