Jump to content

TheCrafters001

Member
  • Posts

    16
  • Joined

  • Last visited

Posts posted by TheCrafters001

  1. 1 hour ago, Bear said:

    Impressive lol.

    I can't even script. 

       Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
            Dim SourcePathLogin As String = "butler.exe" 'This is just an example string and could be anything, it maps to fileToCopy in your code.
            Dim FilenameUpdate As String = System.IO.Path.GetFileName(SourcePathLogin) 'get the filename of the original file without the directory on it
            If System.IO.File.Exists(SourcePathLogin) Then
                Dim pHelp As New ProcessStartInfo
                pHelp.FileName = "butler.exe"
                pHelp.Arguments = "push """ + Folder.Text + """ " + Username.Text + "/" + GameURL.Text + ":" + OS_Select.Text + " --userversion " + Version.Text
                pHelp.UseShellExecute = True
                pHelp.WindowStyle = ProcessWindowStyle.Normal
                Dim proc As Process = Process.Start(pHelp)
            Else
                MessageBox.Show("You seem to be missing butler.exe. You cannot update your game without this file. Please try downloading the latest version of Easy Butler, or download butler manualy from here: https://fasterthanlime.itch.io/butler.", "Error: File Missing", MessageBoxButtons.OK, MessageBoxIcon.Error)
            End If
        End Sub
    

    Well. Here is something I have learned 🙂

  2. 1 hour ago, Bear said:

    That programming stuff is way beyond my level, but welcome to the forums.

    Feel free to send me a message if you need anything. 

    I self taught myself most of the stuff I know at the moment 🙂

  3. I am a hobbiest programmer who likes to program games, and code in VB.net. I also like playing minecraft here and there. I use RPG Maker XP for my game making, and I use Visual Studio for my programming. Keep in mind that I am still learning the basics of RPG Maker, and Visual Basic (.NET), so some things are not going to turn out great. But, I am not all about the thing where people are going to add "microtransactions" for stuff. Here, that word does not exist. 🙂 That is why I am "Redefining Free"! Also, I make a fan game called Pokémon Delta Green, you can find that here.

  4. 2 hours ago, MdsCool said:

    Minehut is having some issues right now, and therefore many things such as logging into the panel and slow and unresponsive. The admins are fixing it.

    Thanks 🙂

×
×
  • Create New...