You are viewing a potentially older version of this package. View all versions.
Lega-CursedScraps-1.0.5 icon

CursedScraps

Some scraps may appear cursed, offering a more attractive price, but you will have to face this curse until reaching the ship.

Date uploaded 3 weeks ago
Version 1.0.5
Download link Lega-CursedScraps-1.0.5.zip
Downloads 4551
Dependency string Lega-CursedScraps-1.0.5

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

README

Cursed Scraps

Cursed Scraps is a mod inspired by Strange Objects, revisiting the original concept but with different effects. Special thanks to the author of this other mod for their original idea, which inspired me to create my own version.

Description

Some scraps may appear cursed, offering a more attractive price, but you will have to face this curse until you return to the ship. When a cursed item is picked up, the curse is shared with the player, but this doesn't prevent another player from acquiring the same curse if they pick up the same item later. The curse remains active until the player returns to the ship, where all curses are lifted. Storing a cursed item in the ship removes its curse, but its price remains the same.

New pills can appear in the level, with a probability (configurable) of appearance per cursed item spawned. Only one can be used at a time, and when used, it immunizes the player against the cursed of the next scrap they pick up. However, the scrap will retain its curse, so take the opportunity to bring it back to the ship! This feature can be disabled.

A configurable mechanic is available to hide curses on scraps :

  • ALWAYS - Always hide curses.
  • NEVER - Never hide curses.
  • COUNTER - Use a counter to hide curses once a certain number (configurable) of non-cursed items have been picked up.

Curses

  • INHIBITION - Prevents the player from jumping and crouching
  • CONFUSION - Reverses movement controls and jump/crouch keys for the player
  • CAPTIVE - Prevents the item from being thrown until it has been brought back to the ship
  • BLURRY - Reduces visual clarity on the player's camera
  • MUTE - Mutes the player's microphone
  • DEAFNESS - Removes the player's sound
  • ERRANT - Teleports the player randomly when an item is picked up or placed down
  • PARALYSIS - Paralyzes the player when scanning an enemy
  • SHADOW - All enemies are invisible by default (their sound is still active), scanning reveals them
  • SYNCHRONIZATION - The scrap is split into two parts, when both parts are picked up by two different players, their cameras invert. You must bring both parts back to the ship... or die for the effect to fade
    • If a player who doesn't have the curse picks up one of the two parts, he is immobilized until another player picks up the other part and the curse takes effect
  • DIMINUTIVE - Reduces the player's size and applies the following effects :
    • The movement speed is reduced
    • The grab distance is reduced
    • The player's voice is modified
    • Double jumping is possible, allowing passage through jumping rooms
    • Picked up objects are reduced in size but return to normal size when released
    • A normal-sized player can crush a reduced-sized player
  • EXPLORATION - Prevents the player from exiting or entering the factory through all doors except one
    • The player is then able to scan the door they must take for a certain amount of time (configurable)
    • The door to be taken changes each time they enter or exit the factory

More informations

I've tried to make the mod as optimized as possible with my knowledge. I'm far from being an experienced developer, so if there are people more comfortable than me who have feedback on my code, I'm open to it as it will help me improve. For any feedback/suggestions or questions, you can reach me on the 'Lethal Company Modding' Discord server (https://discord.gg/EgQFAq3z) under the same name (username lega2039). DMs are welcome.

CHANGELOG

CHANGELOG

Version 1.0.7

  • Fixed an error that occurs during an interaction with nothing

Version 1.0.6

  • Added the curse 'Communication'
  • Added more configs
  • Change in the global chance configuration; it is now possible to configure it per moon (requires a manual update of the configuration with the new default value)
  • Resolved an incompatibility with EmergencyDice
  • Fixed some other bugs

Version 1.0.5

  • Added the curse 'Exploration'
  • Added a mechanic to hide curses, see README for more info
  • Change in behavior for removing effects upon arrival at the ship: all effects are now canceled even if cursed items are present in the inventory
    • This modification fixes some issues, including a problem with player acceleration upon canceling the 'Diminutive' curse

Version 1.0.4

  • Added controls to prevent teleportation from the ship and when attempting to throw a 'Captive' scrap

Version 1.0.3

  • Added the curse 'Diminutive'
  • Pill rework, see README for more info
  • Resolved an incompatibility with LethalSnap
  • Changed some values
  • Fixed a bug with 'Synchronization'
  • Fixed a bug where the 'Mute' curse could disable the 'Deafen' curse when applied to the player after the latter

Version 1.0.2

  • Added the curse 'Synchronization'
  • Corrected some bugs

Version 1.0.1

  • Fixed some potential null reference issues
  • Resolved an incompatibility with LethalThings
  • Resolved an incompatibility with Diversity
  • Corrected an error with invisible meshes on enemies

Version 1.0.0

  • Initial release