AttractVideoPlayer #2

Merged
akanyan merged 3 commits from jujuforce/mu3-mods:AttractVideoPlayer into main 2024-07-22 14:55:54 +00:00
Contributor

Service Button : Pause the attract video
L2/L3 Buttons : Previous/next to cycle through all the attract videos
Saving the selected video for future game launches

Service Button : Pause the attract video L2/L3 Buttons : Previous/next to cycle through all the attract videos Saving the selected video for future game launches
jujuforce added 6 commits 2024-07-21 19:31:41 +00:00
# Conflicts:
#	MiscMods.sln
#	UnlockAndSetJewelBoostNine/MU3/patch_Scene_32_PrePlayMusic_Confirm.cs
- Service Button : Pause the attract video
- L2/L3 Buttons : Previous/next to cycle through all the attract videos
- Saving the selected video for future game launches
Owner

Please resolve the comments and I'll figure out the rest

Please resolve the comments and I'll figure out the rest
akanyan requested changes 2024-07-21 23:59:31 +00:00
@ -0,0 +1,7 @@
<Project>
<PropertyGroup>
<AssemblyName>Assembly-CSharp.AttractVideoPlayer.mm</AssemblyName>
<Description>Forfeit (red menu) and restart (yellow menu)</Description>
Owner

description unchanged

description unchanged
jujuforce marked this conversation as resolved
@ -0,0 +10,4 @@
class patch_Advertise : Advertise
{
private bool checkButtonOrAime()
Owner

doesn't this effectively disable guest login?

doesn't this effectively disable guest login?
Author
Contributor

oh crap you are right... I would be tempted to say we don't care about guest login but I don't like to remove a feature.
Let me cook something...

oh crap you are right... I would be tempted to say we don't care about guest login but I don't like to remove a feature. Let me cook something...
akanyan marked this conversation as resolved
jujuforce added 1 commit 2024-07-22 09:17:49 +00:00
jujuforce added 1 commit 2024-07-22 09:36:12 +00:00
akanyan force-pushed AttractVideoPlayer from 6afff88596 to 1023dee2b7 2024-07-22 13:00:56 +00:00 Compare
akanyan added 1 commit 2024-07-22 13:03:30 +00:00
akanyan added 1 commit 2024-07-22 14:51:47 +00:00
Owner

I don't like how the state is stored in a file but I'll merge it as it is now.

I don't like how the state is stored in a file but I'll merge it as it is now.
akanyan merged commit 8cbc7e8b86 into main 2024-07-22 14:55:54 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: akanyan/mu3-mods#2
No description provided.