Skip to content

Commit

Permalink
Update 26/03/2019
Browse files Browse the repository at this point in the history
Update edit travelers :
- Add import and extract travelers
- can read some things to reuse travelers
- Add edit tent location in campsite
  • Loading branch information
Brionjv committed Mar 26, 2019
1 parent 412d38f commit fb8aa7a
Show file tree
Hide file tree
Showing 37 changed files with 1,165 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Tomodachi-Life-Save-Editor/Form1.Designer.vb

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

2 changes: 1 addition & 1 deletion Tomodachi-Life-Save-Editor/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABo
DQAAAk1TRnQBSQFMAgEBBgEAATgBCAE4AQgBEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA
DQAAAk1TRnQBSQFMAgEBBgEAAWABCAFgAQgBEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA
AwABIAMAAQEBAAEgBgABIBYAA18B4AMWAR70AANcAd8DQAH9AVgBWQFYAeMBVwFcAVcB3wFXAlwB3wMt
AUboAAMhATADWQHyAcUBywHKAf8B0gLTAf8BpQKpAf8DYAHeAVkCXAHPAzcBW+QAA1gB7wHUAt0B/wH3
AvgB/wHQAtEB/wGlAqcB/wEAAYABAAH/AVsCXwHbAzoBYC8AAf8BjwGRAYAB/wGPAZEBAAH/AZABkQGA
Expand Down
2 changes: 1 addition & 1 deletion Tomodachi-Life-Save-Editor/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -34846,7 +34846,7 @@ Public Class TL_SaveEditor
TLSE_dialog.ShowDialog()
End If
If Select_language.SelectedItem = Select_language.Items.Item(1) Then
TLSE_dialog.Text_TLSE_dialog.Text = "Cette interaction à été extraite avec succès"
TLSE_dialog.Text_TLSE_dialog.Text = "Cette interaction a été extraite avec succès"
TLSE_dialog.ShowDialog()
End If
End If
Expand Down
18 changes: 14 additions & 4 deletions Tomodachi-Life-Save-Editor/Items_edit.vb
Original file line number Diff line number Diff line change
Expand Up @@ -8108,12 +8108,22 @@ Public Class Items_edit
TL_SaveEditor.Show()
Catch ex As Exception
If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(0) Then
TLSE_dialog.Text_TLSE_dialog.Text = "An error has occured when writing editing of items, please report this issue"
TLSE_dialog.ShowDialog()
If TL_SaveEditor.Text_menu_save.Visible = True Then
TLSE_dialog.Text_TLSE_dialog.Text = "An error has occured when writing editing of items, (you have opened a save file) please report this issue"
TLSE_dialog.ShowDialog()
Else
TLSE_dialog.Text_TLSE_dialog.Text = "An error has occured when writing editing of items, open a save file (savedataArc.txt) first and retry"
TLSE_dialog.ShowDialog()
End If
End If
If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(1) Then
TLSE_dialog.Text_TLSE_dialog.Text = "Une erreur est survenue lors de l'écriture de l'édition des objets, veuillez signaler cet erreur s'il vous plaît"
TLSE_dialog.ShowDialog()
If TL_SaveEditor.Text_menu_save.Visible = True Then
TLSE_dialog.Text_TLSE_dialog.Text = "Une erreur est survenue lors de l'écriture de l'édition des objets, (vous avez ouvert une sauvegarde) veuillez signaler cet erreur s'il vous plaît"
TLSE_dialog.ShowDialog()
Else
TLSE_dialog.Text_TLSE_dialog.Text = "Une erreur est survenue lors de l'écriture de l'édition des objets, ouvrir un fichier de sauvegarde (savedataArc.txt) avant et réessayez"
TLSE_dialog.ShowDialog()
End If
End If
End Try
End Sub
Expand Down
40 changes: 40 additions & 0 deletions Tomodachi-Life-Save-Editor/My Project/Resources.Designer.vb

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

Loading

0 comments on commit fb8aa7a

Please sign in to comment.