extraes-JeviLib icon

JeviLib

A multifunction library for code modders, containing debugging, patching, preferences, and other utilities as well as tweening.

Last updated 2 years ago
Total downloads 18847
Total rating 3 
Categories Code Mods
Dependency string extraes-JeviLib-2.0.3
Dependants 10 other packages depend on this package

This mod requires the following mods to function

gnonme-ModThatIsNotMod-0.3.0 icon
gnonme-ModThatIsNotMod

A mod for loading in custom items, making life easier for other mod creators, and a whole lot more.

Preferred version: 0.3.0

README

JeviLib

A multifunction library for code modders, containing serialization utilities and tweening.

What does it do?

This library holds a bunch of utilities I found necessary to create whilst I created BW Chaos, and that continues to remain useful on other projects. In these utilities are my Prefs system, numerous extension methods, and my serialization utilities (byte array lossless joiner and separator, Vector3 byte converter).

JeviLib also includes many extra utilities I created because I can see others having a use for them.

Thanks

  • WNP78: Making FieldInjector & telling me about (and helping me with) System.Linq.Expressions, used extensively in Jevil.Patching.
  • Adi: Carrying the code modding category while I waste a bunch of time fucking with Unity for Septic Survival and other things. Also bringing a seafaring misnomer to my attention.
  • Simpleflips: Shoutouts to simpleflips. Its a meme you dip.

Changelog

  • 2.0.3 Hotfix

    • Add something that should have already existed & bump version number.
    • Gave map creators more control over the map loading process.
  • 2.0.2

  • 2.0.1 Hotfix

    • Add a few tools for developers.
    • Improve stability & consistency.
  • 2.0.0: The Support Update

    • Added new namespaces: Jevil.IMGUI, Jevil.Patching, & Jevil.Waiting
    • Improve prefs system.
    • Move & rename some things.
    • Create multiple ways of more easily dynamically supporting unreferenced assemblies
    • Add more utilities and extensions.
    • For a more complete change list, see the list in the Debugging/Development build's Readme. Or check the git changes to everything that's changed.

JeviLib V1.X.X

  • 1.1.2

    • Fix reading Enum preferences and a log statement related to them.
    • Add another AudioSource extension for tweening.
  • 1.1.1

    • Fix Enum preferences. Oops, missed this bug for this long.
    • Change docs on Utilities.GFMN
  • 1.1.0

    • Add more Tweens, like extensions for AudioTween, and RotationTween.
    • Add more Tween extension methods, like Unique.
    • Add Jevil.Spawning namespace, so far just used for spawning EarlyExits of different varieties and spawning Ammo boxes. Untested, so good luck lol.
    • BREAKING CHANGE: Use record type for PrefEntries, so field/property names have changed.
  • 1.0.1

    • Fix Thunderstore website link
    • Change some docs
    • Build release as release
  • 1.0.0

    • Initial upload