Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
TestAccountCore
A mod with some common methods I use in my mods
| Date uploaded | 3 days ago |
| Version | 1.17.0 |
| Download link | TestAccount666-TestAccountCore-1.17.0.zip |
| Downloads | 12367 |
| Dependency string | TestAccount666-TestAccountCore-1.17.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
TestAccountCore
This is a mod that contains some common code I use in my mods.
It does absolutely nothing standalone
CHANGELOG
TestAccountCore
1.17.0
+ Added VersionChecker
+ Added v81 compatibility
1.16.6
* Fixed DawnLib compatibility.
1.16.5
* Fixed Hallway Hazards not spawning on modded when using modded: or custom: tags
1.16.4
* Fixed DawnLib compatibility
1.16.3
* Fixed NotServerException with Unlockables oooops
1.16.2
* Fixed modded: not being counted as custom:
* Fixed always unlocked unlockables still being buyable
* Fixed some last LethalLib remains
1.16.1
* Fixed weird interactions with unlockables
1.16.0
* Fixed Netcode Patcher throwing type load exceptions
# Switched from LethalLib to DawnLib
# Improved Config Handling
1.15.1
* Fixed type load exceptions when LethalLib isn't installed
1.15.0
+ Added hallway hazards loading
* Fixed alwaysUnlocked Unlockables not being unlocked properly
1.14.4
* Fixed TypeLoadExceptions in some cases
1.14.3
* Hopefully fixed any v70 issues
1.14.2
* Fixed alwaysUnlocked Unlockables spawning outside the ship
1.14.1
* Fixed alwaysUnlocked Unlockables never spawning
1.14.0
+ Added UnloadBundle method
* Fixed unlockables forgetting their position on re-host
1.13.1
* Fixed typo in enemy configs
1.13.0
+ Added enemy loading
+ Added loaders that return all scriptable objects that were handled
1.12.0
+ Added a bool to reflect on the registered state of stuff
1.11.0
+ Added ability to configure map hazard spawn curve per moon
# A lot of internal changes. Split all loading logic into separate classes, for example
1.10.0
+ Added system for shop items
1.9.1
* Fix unlockables unlocking themselves
1.9.0
+ Added system for unlockables
1.8.2
* Hopefully fixed parsing numbers on some systems
1.8.1
# Now gives more information to why and what hazard couldn't be loaded
1.8.0
+ Added Spawn Curve Configuration for Map Hazards
1.7.0
+ Added CustomScript objects
1.6.0
+ Added ConnectedNetworkPrefab registration
1.5.0
+ Added options for hazards
1.4.0
+ Added Map Hazard loader
1.3.0
* Fix logic issue with LobbyCompatibility
1.2.1
* Hopefully fixed Material Variants not syncing
1.2.0
+ Added Material Variants
1.1.0
+ Added LINQ Extensions
+ Added UnixTime helper class
# Changed icon
1.0.0
+ Initial Release