A modded EditSaber for making beat saber maps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
3.9 KiB

  1. # Fork of a fork of a 3D beatsaber song editor
  2. ![alt text](https://i.imgur.com/zimA0I6.png)
  3. This is a fork of [EditSaberEnhanced by permissionBRICK](https://github.com/permissionBRICK/EditSaberEnhanced) which is a fork of [EditSaber by Ikeiwa](https://github.com/Ikeiwa/EditSaber). Previously assisting with EditSaberEnhanced, I made this mediocre thing as a set of feature additions on EditSaberEnanced.
  4. ## Features not included from EditSaberEnhanced
  5. * Preview event on \[V]
  6. * Drag select with \[N]/\[L]
  7. * Option to disabled ghost event block
  8. ## Big changes and stuff that doesn't really fit too well with the below stuff. In otherwords, things I wanted to be at the top.
  9. * Editor supports ChromaToggle. A mod by Skykiwi, which offers up to 5 colors to be used in a map. [Discord Link for further details](https://discord.gg/xwrWzfj)
  10. * Settings are now persistent and are saved between editor closing/new map loading.
  11. * Variable BPM support with 3 decimals of accuracy. This is not compatible with the the "ModdedEditSaber" Variable BPM Editor.
  12. * Vision block detector now built into editor. If vision block exceeds 5% of the map, the editor will begin complaining.
  13. * Editor will complain upon placement of 2-wide center walls, or 3 wide walls.
  14. * Audio is no longer muted on window focus lost
  15. * Discord Rich Presence support.
  16. ## Map Selection Menu Changes
  17. * Songs from in-game-downloader are now filtered out.
  18. * Map selection screen now offers configuration for autosaves
  19. * Favorites added to Map Selection screen. Favorite maps are indicated by a cat and are automatically put at the top. Newly created songs are automatically favorited.
  20. * Guide by Awfulnaut now linked on the map selection page for starting mappers.
  21. * Reset song folder button now changed to clear settings.
  22. * One Saber Mode option now present in menu.
  23. * Note jump speed now editable from menu.
  24. * Map copying to other difficulties.
  25. ## Editing Menu Changes
  26. * Song and Note volume sliders on menu
  27. * New lighting panel on the right side \[Still uses tab to open]
  28. * Old lighting panel replaced with Error Checker \[Open with shift+tab]
  29. * Statistics panel added and opened from Error Checker
  30. * Timestamp added in top right, showing position in song.
  31. * Progress Timer in bottom right, showing approximate total time spent on song.
  32. ## Error Checker
  33. Min Time and Max Time specifies time of effect from a note.
  34. * Double Same direction checker (Intended for streams)
  35. * Time to look for a double same direction hit after each hit.
  36. * Vision Block Detector
  37. * Time vision blocks are detected after an eye-height level block.
  38. ## Hotkey additions and control changes
  39. * WASDF for lighting controls
  40. * Alt + WASD to edit hovered events
  41. * Alt + scrollwheel to change hovered laser speeds
  42. * Ctrl + Z for undo (undoes anything)
  43. * Walls are now placed with two left clicks
  44. * Shift + scroll for direction changes removed
  45. * **use WASDF or numpad to rotate notes**
  46. * shift + middle click to quick delete
  47. * Delete deletes all selected blocks
  48. * Arrow keys can move events
  49. * Notes now take priority over walls when deleting
  50. * Ctrl + click to select large sections
  51. * Middle mouse swaps red/blue for events
  52. * Ctrl + F to swap between normal, negative width and negative length walls
  53. ## ChromaToggle Controls
  54. * 1 - Red
  55. * 2 - Blue
  56. * Q - Magenta
  57. * E - Green
  58. * R - Grey
  59. ## Statistics Panel
  60. Offers the following data about your map, with defining tooltips and value suggestions
  61. * Note Count
  62. * Notes Per Second
  63. * Bomb Count
  64. * Wall Count
  65. * Lighting Count
  66. * Red/Blue Ratio
  67. * Vision Block Percentage
  68. * Aggressive Vision Block Percentage
  69. * % usage of each row.
  70. and uhhh some other stuff I probably forgot. I can't wait to make 50 commits to the repo just to update this h\*cking readme.
  71. ## Future plans
  72. * Overhaul box select.
  73. * Metronome
  74. * Hitsounds only on one color
  75. * Bad pattern detection
  76. * Timing Track
  77. * Lightmap Integration
  78. * Bookmarks for collaborations