You are viewing a potentially older version of this package. View all versions.
AMRV-LethalCompanyVariables-1.0.3 icon

LethalCompanyVariables

Some simple configurations to modify the player experience. Can be changed in-game and you can have one different configuration for each save file!

Date uploaded 7 months ago
Version 1.0.3
Download link AMRV-LethalCompanyVariables-1.0.3.zip
Downloads 6148
Dependency string AMRV-LethalCompanyVariables-1.0.3

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
AMRV-ConfigurableCompany-3.3.0 icon
AMRV-ConfigurableCompany

A robust and powerful API for configuration handling and synchronization in real time. Create file-dependant configurations that can be changed while in game by the players. (The developer MUST implement their own configurations)

Preferred version: 3.3.0

README

Lethal company variables

This mod allows the user (you) to modify the game with some options.

There are still plenty of configurations im planning to add in the future.

The list of options you can modify:

  • Enemy spawn multiplier

    Modifies the amount of enemies that spawns each in-game hour
    Keep in mind that there are two other limit for the amount of enemies that can be spawned, those are Enemy power level and Enemy cap
    WARNING (This configuration does not affect the spawn of turrets or landmines)

  • Enemy power multiplier:

    Modifies the maximum of total enemies that can be spawned on the level, both inside and outside enemies are affected.
    There is still an individual cap for evey enemy

  • Enemy cap multiplier:

    Modifies the maximum amount of each individual enemy. For example there is a maximum of 5 coil-heads in the level, now you can modify that!

  • Starting money:

    Allows you to customize the amount of money you start the game with

  • Deadline days:

    Changes the amount of days you have to fulfill the quota

  • Hide weather:

    Hides the level weather and replaces it with an (Unknown) mark
    WARNING This configuration is client-sided, all the players need to install the mod for this configuration to work on them, otherwise you will be the only one who does not know the weather

  • Scrap amount multiplier:

    Multiplies how much scrap will spawn on the level
    (Does not change the amount of beehives)

  • Scrap price multiplier:

    Changes the value of the scrap. This does not work for objects that have a fixed price, such as the Apparatus

  • Player death penalty:

    Changes the percent of credits that you lose for each individual death (setting it to 100% will clear all your money, even if just one player dies and their body is not recovered)

This mod makes use of my other mod ConfigurableCompany. If you are a modder, you might want to look at it ;)


READ IF YOU CARE
Some of these configurations have not been fully tested in multiplier, even after checking for the syncronization of values and stuff, there is a chance for any bug to happen. due to the fact that I have no issue page nor there is for thunderstore I suggest you contact me directly to discord [the_ansuz]

CHANGELOG

2.3.2

Fixed

  • Added compatibility for latest version of Lethal Level Loader
  • Synchronization issues with daytime speed multipliers

2.3.1

Fixed

  • Issue that made players inmortal when a low defense setting was applied

2.3.0

Fixed

  • Preloaders won't fail if the method already exists
  • Enemy spawn multiplier now will be clamped among other enemy spawning related configurations
  • Fixed Centipede enemy type not registering for vanilla planets
  • Fixed factory size not synchronizing

Modified

  • Enemy spawns now won't be clamped by the amount of vents in the level. New vents will be created to spawn those enemies.

Added

  • Configurations for player stats: health, defense, sprint, jump force and movement speed
  • Reintroduced configuration to hide all weathers
  • Added extra configuration to always display the in-game clock

2.2.1

Fixed

  • Error making enemies not spawning if you changed the deadline

2.2.0

Modified

  • Updated default configuration values for moon-related settings
  • Updated default configuration values for enemy-related settings
  • Added new moons to configurable list

Fixed

  • Traps not loading correctly
  • Enemy power usage has been updated to work with decimal values

Added

  • Made configuration for the newest trap (spike root trap)
  • Global multipliers for individual enemy spawning

2.1.0

Fixed

  • v50 is now the supported version, older versions of lethal company are no longer supported.

2.0.5

Fixed

  • Added safety measures to prevent configuration locking

2.0.4

Fixed

  • [Regresion] fixed default scrap value multiplication using incorrect value
  • Fixed null pointer when registering non-compatible planets from LEC

2.0.3

Fixed

  • Patch loading now uses a lazy load to prevent full crash when a component fails [Thanks rtfreal for the help testing in v50]

2.0.2

Fixed

  • Error when the used didnt have LethalLevelLoader

2.0.1

Fixed

  • Fixed patcher preloader not applying due to bad route
  • Fixed assembly versioning

2.0.0

Modified

  • Now makes use of the new ConfigurableCompany 3.0 API
  • Individualized settings for each moon
  • Reworked daytime speed, weather probability and enemy spawning configurations.
  • Reworked project structure and internals
  • Configurations are now split in different pages for better organization

Added

  • Added LethalLevelLoader compatibility for custom moons
  • Added scrap amount range so levels will have at least and at most the values in the provided range
  • Added enemy spawn range to clamp the spawns to a minimum and a maximum

Fixed

  • Compatibility issues with players without the mod and weather disalignment
  • Daytime speed problems with players without the mod
  • Fixed compatibility with a lot of custom enemy mods

1.9.0

Added

  • Individual enemy cap settings to configure how many enemies of any type can spawn
  • Min enemies to spawn configuration for a more reliable challenge
  • Starting enemies configuration to set a minimum amount of enemies to spawn in the level

Fixed

  • Error when all weather chances were set to 0
  • No weather probability now works correctly without the Allow every weather option

Modified

  • Enemy spawn configurations are now split between outside and inside enemies
  • Patches now will execute after other mods so they will override their settings (or amplificate them)

1.8.2

Fixed

  • Weather chances not syncing when the users joins a host without opening the menu

1.8.1

Fixed

  • Fixed soft crash when a planet did not have weathers
  • Fixed outside enemy spawn probabilities not applying

1.8.0

Added

  • Configuration Weather probability override allows the user to set the probabilities more consistently.
  • Configuration Allow every weather allows any weather on any planet.
  • Configuration Turret spawn multiplier to allow to change the amount of turrets on each level.
  • Configuration Landmine spawn multiplier to allow to change the amount of landmines on each level.

Fixed

  • Weather changes are now more reliable

1.7.4

Added

  • New configurations for Daytime speed and Daytime speed mode.

1.7.3

Fixed

  • Quota variables now follow the vanilla game scaling (a more consistant raise)

Modified

  • Added an image of how the menu looks like in the readme

1.7.2

Fixed

  • Fixed an oppsie when adding the failsafe that made the mod not patch methods correctly

1.7.1

Fixed

  • Added a patch for compatibility with Don't touch me
  • Now those mods without compatibility won't crash (added a failsafe)

1.7.0

Added

  • New configuration for starting quota, quota increase and quota exponential increase

Modified

  • Changed the mod icon. Do you like it?
  • Experience multiplier is no longer considered experimental

1.6.0

Added

  • New configuration to modify weather chances

Fixed

  • Added missing information to the mod readme

Modified

  • Updated mod descriptions
  • Updated ConfigurableCompany dependency

1.5.4

Added

  • New configuration Experience multiplier to modify the amount of experience you earn/lose while playing. After testing seems to work correctly, however is marked as experimental just in case I missed something during sync

Modified

  • Configurations now display on their correct page

1.5.3

Nothing added, just and update to make people know the mod works correctly

1.5.2

Added

  • Compatibility with v47

Fixed

  • Code cleanup

1.5.1

Fixed

  • Fixed enemy spawn probability not syncing with configuration value between matches

1.5.0

Added

  • Individual enemy spawn probabilities

Modified

  • Changed ship door config description to clarity what it does [Thanks to @rayneontop]

Fixed

  • Modifying deadline days on an already existing game could cause enemies to now spawn

1.4.2

Fixed

  • Corrected scrap value multiplication

1.4.1

Fixed

  • Beehives now correctly show their scrap value multiplied

1.4.0

Fixed

  • Fixed scrap multiplier to correctly calculate scrap values
  • Now the scrap price multiplier affects items such as keys and the lung apparatus
  • Project cleanup

1.3.0

Added

  • Configuration to disable signal translator limit (terminal input limit remains)

Fixed

  • Made sure every configuration works correctly with the new Config API, this includes changes to
  • Enemy power and capacity wont overflow themselves anymore
  • Changing the quota deadline wont break enemy spawn
  • Weather is now hided correctly in the planet description
  • Correctly set death penalty display