Skip to content

Commit

Permalink
Move to version 4.0.2 + EX-1.0.6
Browse files Browse the repository at this point in the history
Version EX-1.0.6 :
- Fix check update
- Concert edition added
- Items edition added
  • Loading branch information
Brionjv committed Apr 29, 2022
1 parent b6c483f commit 9a4c33d
Show file tree
Hide file tree
Showing 74 changed files with 10,392 additions and 76 deletions.
Binary file not shown.
340 changes: 340 additions & 0 deletions Project EX/Tomodachi Life Save Editor/My Project/Resources.Designer.vb

Large diffs are not rendered by default.

212 changes: 157 additions & 55 deletions Project EX/Tomodachi Life Save Editor/My Project/Resources.resx

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,677 changes: 1,677 additions & 0 deletions Project EX/Tomodachi Life Save Editor/TLSE_concertedit.Designer.vb

Large diffs are not rendered by default.

672 changes: 672 additions & 0 deletions Project EX/Tomodachi Life Save Editor/TLSE_concertedit.resx

Large diffs are not rendered by default.

871 changes: 871 additions & 0 deletions Project EX/Tomodachi Life Save Editor/TLSE_concertedit.vb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Project EX/Tomodachi Life Save Editor/TLSE_hub.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 35 additions & 15 deletions Project EX/Tomodachi Life Save Editor/TLSE_hub.vb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,20 @@ Public Class TLSE_hub
End Sub

Private Sub Text_menu_concertedit_Click(sender As Object, e As EventArgs) Handles Text_menu_concertedit.Click

If Filever_text.Text = "JP" Then
If Select_language.SelectedItem = Select_language.Items.Item(0) Then
TLSE_dialog.Text_TLSE_dialog.Text = "This feature is not available in your region"
ElseIf Select_language.SelectedItem = Select_language.Items.Item(1) Then
TLSE_dialog.Text_TLSE_dialog.Text = "Cette fonctionnalité n'est pas disponible dans votre région"
End If
TLSE_dialog.ShowDialog()
Else
If TLSE_logo_update.Visible = True Then
TLSE_concertedit.TLSE_logo_update.Visible = True
End If
TLSE_concertedit.Show()
Me.Close()
End If
End Sub

Private Sub Text_menu_concertedit_MouseMove(sender As Object, e As MouseEventArgs) Handles Text_menu_concertedit.MouseMove
Expand Down Expand Up @@ -260,18 +273,6 @@ Public Class TLSE_hub
Icon_menu_itemsedit.Image = My.Resources.icon_menu_off
End Sub

Private Sub Text_menu_items_Click(sender As Object, e As EventArgs) Handles Text_menu_items.Click

End Sub

Private Sub Text_menu_items_MouseMove(sender As Object, e As MouseEventArgs) Handles Text_menu_items.MouseMove
Menu_items.BackgroundImage = My.Resources.bbl_items_act
End Sub

Private Sub Text_menu_items_MouseLeave(sender As Object, e As EventArgs) Handles Text_menu_items.MouseLeave
Menu_items.BackgroundImage = My.Resources.bbl_items
End Sub

Private Sub Text_menu_itemsprovenance_Click(sender As Object, e As EventArgs) Handles Text_menu_itemsprovenance.Click

End Sub
Expand Down Expand Up @@ -315,7 +316,7 @@ Public Class TLSE_hub

Private Sub Text_menu_mii_Click(sender As Object, e As EventArgs) Handles Text_menu_mii.Click
If TLSE_logo_update.Visible = True Then
TLSE_manag_allmiis.TLSE_logo_update.Visible = True
TLSE_manag_mii.TLSE_logo_update.Visible = True
End If
TLSE_manag_mii.Show()
Me.Close()
Expand All @@ -325,10 +326,26 @@ Public Class TLSE_hub
Menu_mii.BackgroundImage = My.Resources.bbl_manag_mii_act
End Sub

Private Sub Text_menu_lmii_MouseLeave(sender As Object, e As EventArgs) Handles Text_menu_mii.MouseLeave
Private Sub Text_menu_mii_MouseLeave(sender As Object, e As EventArgs) Handles Text_menu_mii.MouseLeave
Menu_mii.BackgroundImage = My.Resources.bbl_manag_mii
End Sub

Private Sub Text_menu_items_Click(sender As Object, e As EventArgs) Handles Text_menu_items.Click
If TLSE_logo_update.Visible = True Then
TLSE_itemsedit.TLSE_logo_update.Visible = True
End If
TLSE_itemsedit.Show()
Me.Close()
End Sub

Private Sub Text_menu_items_MouseMove(sender As Object, e As MouseEventArgs) Handles Text_menu_items.MouseMove
Menu_items.BackgroundImage = My.Resources.bbl_items_act
End Sub

Private Sub Text_menu_litems_MouseLeave(sender As Object, e As EventArgs) Handles Text_menu_items.MouseLeave
Menu_items.BackgroundImage = My.Resources.bbl_items
End Sub

Public Sub Hidemenu()
TLSE_menu.Visible = False
TLSE_menu_Miiedition.Visible = False
Expand Down Expand Up @@ -527,4 +544,7 @@ Public Class TLSE_hub
End If
End Sub

Private Sub TLSE_logo_update_Click(sender As Object, e As EventArgs) Handles TLSE_logo_update.Click
Process.Start("https://github.com/Brionjv/Tomodachi-Life-Save-Editor/releases")
End Sub
End Class

0 comments on commit 9a4c33d

Please sign in to comment.