Game maker in VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patr0805
    New Member
    • Sep 2007
    • 48

    Game maker in VB

    Hi. Good news! I am developing a new DLL (class library) for VB and VB.NET. It will make it possible to do everything you can in gamemaker, in VB and VB.NET - such things as moving an object, sound & video functions, collision detection and effects. Etc..... :)

    This is not illegal because Game Maker have no rights to stop people from making a DLL that can (for example) get objects to move. My DLL only provides new commands and controls. :)

    What is finished:
    (I will update this list every time I have finished something new to it)

    Finished Commands
    Stepcollision(o bject1,object2, actions on collision could be goto)
    Stepmoveobject( object1,directi on 1/2/3/4/5/6/7/8/9,speed)

    In process
    playmovie(filea dress,window mode, play menu enabled or disabled?, end movie button if no type nothing, actions on end could be goto)
    Last edited by Killer42; Oct 31 '07, 02:58 AM. Reason: Just tidied up the English and punctuation a little.
  • anonymous
    Banned
    New Member
    • Sep 2005
    • 99

    #2
    Looks cool!
    Hope to see it done

    Comment

    • kadghar
      Recognized Expert Top Contributor
      • Apr 2007
      • 1302

      #3
      yeap,

      that'll save some time ^.^

      hope you publish it in this thread, so (now that im subscribed) i can have it as soon as you finish it.

      Comment

      • patr0805
        New Member
        • Sep 2007
        • 48

        #4
        sorry for the long waiting time, but there is so many game maker functions that it will take some time.

        Comment

        • patr0805
          New Member
          • Sep 2007
          • 48

          #5
          if anybody would like to help it would be nice :)

          Comment

          • patr0805
            New Member
            • Sep 2007
            • 48

            #6
            checkout http://www.patricksoni k.com/page8.html

            THe price is ok because unlimited updates is included and will be send to your email.

            Comment

            • vb08isgreat
              New Member
              • Feb 2008
              • 6

              #7
              i'm new here, but aren't totally new to visual basic, although i am still learning.
              one of the things i thought when i was starting with visual basic was wouldn't it be cool to make a game making program in VB?
              I have wanted to make my own game making program for ages.
              it seems that your work is going to save me the work!

              Great stuff!!! Sounds awesome.

              Comment

              • patr0805
                New Member
                • Sep 2007
                • 48

                #8
                3 new commands finished and ready to use.

                createSRL(ByVal nametothenewSRL As String, byval newpassword as string, removepass1 as string, removepass2 as string)
                'this command should allways be used when you create a new game/application, this command creates a new SRL database witch is connectable until the command removeSRL. The SRL databases can be used with following commands: checkserial, addserial, removeserial,

                checkserial(ByV al SRLname As String, byval password as string, ByVal serial As String)
                'returns true,false from your SRL database

                addserial(ByVal SRLname As String, byval password as string, ByVal serial As String)
                'this adds a serial to your SRL database

                removeserial(By Val SRLname As String, byval password as string, ByVal serial As String)
                ' removes a serial your SRL database

                removeSRL(ByVal SRLname As String, byval removepass1 as string, ByVal removepass2 As String, ByVal pass As String)
                ' removes a SRLdatabase (do not include this command in your applcation, so people can remove the SRL by themself and)

                Comment

                Working...