This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Releases: ModdingPink/PinkCore
Releases · ModdingPink/PinkCore
Fix for v3 maps
The transpiles that were reimplemented for mapping extension stuff to work, caused v3 maps to crash when loaded.
This update fixes those crashes by removing the usage of Sombrero linq (for now), until this is looked at and fixed on the level of sombrero this is what will be used.
Re-release for mismatching codegen
qpm moment
Update for 1.25.1
Added warnings & information to the map details, some other under the hood changes of code.
Update to 1.24.1, massive rewrite
Massive rewrite to allow other mods to easily get data about a specific map in PinkCores API
- Changed the handling of custom colour data, the info dat gets reparsed so future mods like TournamentAssistant and CustomCampaigns can load maps independently from the standarddetailview
- Custom difficulty names no longer work via a cache of the Characteristic being selected, this allows for other mods to now select characteristics without breaking PinkCore
- Added LevelDetails struct to the API
- Added the ability to get LevelDetails of any level or info dat
- Return of the clamp patches for Mapping Extensions
- Overall rewrite for better handling of other mods selecting difficulties/characteristics or starting a level
Added Custom Characteristic info data:
_showRotationNoteSpawnLines
; either true or false, disables the rotational spawn lines, placed in a difficulties customData_environmentType
; either "default" or "allDirections", allows for 360/90 in non rotational characteristics and visa versa, placed in a difficulties customData_oneSaber
; either true or false, makes the difficulty a OneSaber map, or makes a map in the OneSaber characteristic standard when set to false, placed in a difficulties customData
Update to 1.24.0
- Added Custom Characteristics Cosmetics
- Added Custom Colours UI
- Fixed Custom Colours with Lights
- Fixed Custom Colours in Multiplayer
- Added Note Overrides to Custom Colours
- Removed Data Keeping Hooks
- Moved NoticeBoard slightly
- Changed NoticeBoard icon
- Updated visuals for the [?] Requirements UI
- Moved Favourites Icon depending on if theres [?] Requirements
- Changed Favourites Colour to Pink
- Fixed Multiplayer support for PinkCore
Bump for 1.24.0
v1.6.10 Updated qpm.json
Bump for 1.23.0
v1.6.9 Updated qpm.json
Bump for 1.22.0
What's Changed
- Fix requirements callback order by @Fernthedev in #20
- Change modal parent by @Metalit in #21
- Add functionality to load PlayerData from ModData by @Lauriethefish in #23
- Update to 1.22 by @Christoffyw in #25
New Contributors
- @Metalit made their first contribution in #21
- @Lauriethefish made their first contribution in #23
- @Christoffyw made their first contribution in #25
Update to 1.21.0
William Gay
Beat Saber 1.20
- Fixed a bug where the info modal would move left after messing with the playlist menu (that's still a bug that needs to be fixed somewhere) by @RedBrumbler
- Fixed a bug where the order of operations for a callback caused issues by @Fernthedev
- Added info image for info entries in the info modal (#16 ) by @RedBrumbler