Post Reply 
[Wii] Free the Wads GUI
Region Changer for VC & Wiiware
Author Message
Mr. Shizzy
ɯɹ˙ sɥızzʎ

Posts: 2,973.4020
Threads: 415
Joined: 21st Feb 2007
Reputation: -2.36574
E-Pigs: 160.1496
Offline
Post: #1
Exclamation [Wii] Free the Wads GUI
Quote:As many of you know, FreeTheWads is a VC region changer (works with wiiware too).  It does not work with all games.  Here is a copy with a GUI - no DOS needed

  
ORIGINAL THREAD TEXT:
"Here is my freethewads GUI for people who do not like using the DOS window. You still need the freethewads.exe in the same folder as this program.
[note: I included everything in the upload [Image: smile.gif]]

Credits to:

Superken7 - the creator of freethewads
Me (Arcdemon/Arcms) - the creator of the freethewads GUI"


ORIGINAL SOURCE CODE:

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Public Class frmFreeTheWads

    Private Sub FreeWad(ByVal Region As Integer)
        Dim freethewads As New Process
        freethewads.StartInfo.UseShellExecute = False
        freethewads.StartInfo.RedirectStandardOutput = True
        freethewads.StartInfo.RedirectStandardInput = True
        freethewads.StartInfo.FileName = "freethewads"
        freethewads.StartInfo.Arguments = Chr(34) & txtWadFile.Text & Chr(34) & " a"
        freethewads.Start()
        freethewads.StandardInput.WriteLine(Region)
        freethewads.StandardInput.WriteLine("y")
        freethewads.WaitForExit()
        Dim output As String = freethewads.StandardOutput.ReadToEnd()
        txtLog.Clear()
        txtLog.Text = output
    End Sub

    Private Sub btnBrowse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBrowse.Click
        If ofdBrowse.ShowDialog() <> Windows.Forms.DialogResult.Cancel Then
            txtWadFile.Text = ofdBrowse.FileName
        End If
    End Sub

    Private Sub btnFree_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFree.Click
        If txtWadFile.Text = Nothing Then
            MessageBox.Show("You must open a file to continue.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
        Else
            If My.Computer.FileSystem.FileExists(txtWadFile.Text) = False Then
                MessageBox.Show("The file you have chosen does not exist.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
            ElseIf rdbNTSCJ.Checked = True Then
                FreeWad(0)
            ElseIf rdbNTSCU.Checked = True Then
                FreeWad(1)
            ElseIf rdbPAL.Checked = True Then
                FreeWad(2)
            ElseIf rdbFree.Checked = True Then
                FreeWad(3)
            Else
                MessageBox.Show("You must choose a region before changing a wad file.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
            End If
        End If
    End Sub
End Class




all the regular rules still apply...


source


Attached File(s)
.rar  FreeTheWadsGUI.rar (Size: 912.03 KB / Downloads: 31624)

PSP 2001 [TA-088v2]: 6.39 ME-9.7
[Image: 4kly6c1.gif]
Sig by Mr_Nick666
23/06/2008 11:16 PM
Find all posts by this user Quote this message in a reply
ipodmonesta
Neophitic Presence

Posts: 1.4511
Threads: 0
Joined: 10th Feb 2012
Reputation: 0
E-Pigs: 0.5253
Offline
Post: #2
RE: [Wii] Free the Wads GUI
i converted them to free region but i where the heck is the converted file?

Whyowhy
10/02/2012 07:31 AM
Find all posts by this user Quote this message in a reply
Joom
WOOP
Worlds End

Posts: 4,206.7320
Threads: 417
Joined: 20th Mar 2009
Reputation: 5.41709
E-Pigs: 134.1772
Offline
Post: #3
RE: [Wii] Free the Wads GUI
WHERE'S ALL THE REGION FREE DATA

[Image: ROVBdMh.png]
3DS Friend Code: 5000-6045-4964
11/02/2012 08:10 AM
Find all posts by this user Quote this message in a reply
Mr. Shizzy
ɯɹ˙ sɥızzʎ

Posts: 2,973.4020
Threads: 415
Joined: 21st Feb 2007
Reputation: -2.36574
E-Pigs: 160.1496
Offline
Post: #4
RE: [Wii] Free the Wads GUI
Not sure guys..  I haven't owned a Wii in a while now...    :/

PSP 2001 [TA-088v2]: 6.39 ME-9.7
[Image: 4kly6c1.gif]
Sig by Mr_Nick666
11/02/2012 09:53 AM
Find all posts by this user Quote this message in a reply
PiratesRum
Neophitic Presence

Posts: 1.4118
Threads: 0
Joined: 9th Aug 2013
Reputation: 0
E-Pigs: 0.5373
Offline
Post: #5
RE: [Wii] Free the Wads GUI
Hey everyone,

I've added another GUI to this rar to do this as a batch process if anyone is interested.

Have fun,

PiratesRum


Attached File(s)
.rar  FreeTheWadsGUI v1.1.rar (Size: 918.98 KB / Downloads: 4337)
09/08/2013 07:25 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: