Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Releases: ModdingPink/PinkCore

Fix for v3 maps

17 Oct 13:57
Compare
Choose a tag to compare

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

14 Oct 21:51
Compare
Choose a tag to compare

Update for 1.25.1

14 Oct 20:36
Compare
Choose a tag to compare

Added warnings & information to the map details, some other under the hood changes of code.

Update to 1.24.1, massive rewrite

02 Sep 19:37
Compare
Choose a tag to compare

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

13 Aug 19:36
Compare
Choose a tag to compare
  • 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

16 Jul 13:29
Compare
Choose a tag to compare
v1.6.10

Updated qpm.json

Bump for 1.23.0

05 Jul 15:29
Compare
Choose a tag to compare
v1.6.9

Updated qpm.json

Bump for 1.22.0

25 May 16:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Update to 1.21.0

31 Mar 23:58
Compare
Choose a tag to compare

William Gay

Beat Saber 1.20

14 Mar 21:10
Compare
Choose a tag to compare
  • 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