- Steam App
- MicroWorks (1233410)
- Event type
- patch note
- Published
- 24 May 2024 - 14:49:42 UTC
- Source
- steam_community_announcements
Patch 1.11.2 is live now. This small update addresses new modding features and fixes. New modding API functions: Global: CreatePreparedMicrogameVariation(name, onPrepareMicrogame, onBeginMicrogame, onMicrogameTick, onPostMicrogame, rarity) This allows creating a microgame variation with an additional function that runs before the microgame begins, during the intermission. Useful for when you need to sync data ahead of time. Global: ResourceType.MemoryAudio for LoadResource Same as ResourceType.Audio, but the audio is loaded into memory and can be reused across multiple sources at the same time, unlike streamed audio. PlayerControllerWrapper: PlayWinEffect(state) PlayerControllerWrapper: SetLoserState(isLoser) PlayerControllerWrapper: AddImpactWithEasing(direction, force, easing, time) GameObjectWrapper: IgnorePlayersAndProjectiles() GameObjectWrapper: IgnoreCollisionFrom(gameObject, igno...