CodeStix / Beat-360fyer-Plugin

A Beat Saber plugin to play any beatmap in 360/90 degree mode.
https://youtu.be/xUDdStGQwq0
13 stars 5 forks source link

Not single saber? #3

Closed Kaltern closed 3 years ago

Kaltern commented 3 years ago

Is there any reason this won't work with single saber maps? You might want to change the description of the mod otherwise... :)

CodeStix commented 3 years ago

Hmm, I should add an option to make that possible. I will close this issue once the feature has been added.

Kaltern commented 3 years ago

That would be very much appreciated! I can only play one-handed maps, and to have this as an extra challenge would be great :D

CodeStix commented 3 years ago

Hey, the feature is now available. Here is how to use it:

  1. Download the new version here, also make sure you've got the CustomJSONData plugin installed too.
  2. Place the plugin in your Plugins folder
  3. Open and then close the game. (will update the plugin)
  4. Open the Beat-360fyer-Plugin.json file with notepad or any text editor. (The file is located in your Beat Saber folder under UserData)

Now that you have the file open, you have 2 options:

  1. Generate only 360 modes for levels that have the OneSaber gamemode by changing the "BasedOn" property to "OneSaber" like this:

    {
     "ShowGenerated360": true,
     "ShowGenerated90": true,
     "EnableWallGenerator": true,
     "LimitRotations360": 28,
     "LimitRotations90": 2,
     "BasedOn": "OneSaber",
     "OnlyOneSaber": false
    }
  2. OR use the experimental 360 OneSaber generator that allows you to play any Standard level in 360 degree OneSaber mode by changing the "OnlyOneSaber" property to true (a bit janky but you should try it :smile:):

    {
     "ShowGenerated360": true,
     "ShowGenerated90": true,
     "EnableWallGenerator": true,
     "LimitRotations360": 28,
     "LimitRotations90": 2,
     "BasedOn": "Standard",
     "OnlyOneSaber": true
    }

Don't forget to save the file!!

If you need any more help, you can leave a comment below.

Kaltern commented 3 years ago

I’ll give it a go and let you know how it goes – Thanks for doing it, I suspect I’m not the only one who will appreciate!

From: Stijn Rogiest @.> Sent: 02 May 2021 22:32 To: CodeStix/Beat-360fyer-Plugin @.> Cc: Kaltern @.>; Author @.> Subject: Re: [CodeStix/Beat-360fyer-Plugin] Not single saber? (#3)

Hey, the feature is now available. Here is how to use it:

  1. Download the new version herehttps://github.com/CodeStix/Beat-360fyer-Plugin/releases/latest, also make sure you've got the CustomJSONData plugin installed too.
  2. Place the plugin in your Plugins folder
  3. Open and then close the game. (will update the plugin)
  4. Open the Beat-360fyer-Plugin.json file with notepad or any text editor. (The file is located in your Beat Saber folder under UserData)

Now that you have the file open, you have 2 options:

  1. Generate only 360 modes for levels that have the OneSaber gamemode by changing the "BasedOn" property to "OneSaber" like this:
  1. {

  2. "ShowGenerated360": true,

  3. "ShowGenerated90": true,

  4. "EnableWallGenerator": true,

  5. "LimitRotations360": 28,

  6. "LimitRotations90": 2,

  7. "BasedOn": "OneSaber",

  8. "OnlyOneSaber": false

}

  1. OR use the experimental 360 OneSaber generator that allows you to play any Standard level in 360 degree OneSaber mode by changing the "OnlyOneSaber" property to true (a bit janky but you should try it 😄):

19.{

20.

  1. "ShowGenerated360": true,

  2. "ShowGenerated90": true,

  3. "EnableWallGenerator": true,

  4. "LimitRotations360": 28,

  5. "LimitRotations90": 2,

  6. "BasedOn": "Standard",

  7. "OnlyOneSaber": true

}

If you need any more help, you can leave a comment below.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/CodeStix/Beat-360fyer-Plugin/issues/3#issuecomment-830875412, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADJMAB63S236FPYXD4Z5APLTLXAGZANCNFSM433DCFRQ.

Kaltern commented 3 years ago

So um... WOW!

That has got to be the craziest, most fun thing I've done on BS for absolutely ages.

One Saber mode in 90º mode is utterly superb. I get the feeling the maps are identical each time, so they're valid scoresaber maps?

Absolute legend, thank you for making this happen!

Only one bug I have found - one miss = immediate fail.. that needs to be addressed! Please? 🤣

CodeStix commented 3 years ago

No problem! :smile:

I have seen this insta fail problem before, please look at this issue for more information. If those instructions do not resolve your problem, please reopen the issue.