Page 1 of 1
game creator
Posted: Thu Jul 08, 2010 2:34 pm
by lolxot
hello
i am searching for a "game maker" project(it should be a bit like the "RPG Maker" from Enterbrain)! of course i can do it myself but i am a very very lazy person and i maybe finished the project after one or two years and i won't wait so long!
LOLxot
Re: game creator
Posted: Fri Jul 09, 2010 3:17 am
by zachman61
rpg maker is hard
id being willing to work on it with you!
Re: game creator
Posted: Thu Aug 12, 2010 9:11 am
by mohamed tamer
Imports System.IO
Imports System.Runtime.Serialization.Formatters.Binary
Imports System.Runtime.Serialization
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim forg As Stream
Dim r As FileStream = File.Open("c:\text.dat", FileMode.Open)
Dim u As New BinaryFormatter
forg = u.Deserialize(r)
r.Close()
End Sub
Re: game creator
Posted: Wed Sep 01, 2010 12:34 am
by zachman61
spam?
Re: game creator
Posted: Sun Nov 07, 2010 2:56 pm
by lolxot
yesterday it was boring... so i tested something in vb and now i know how to make the map maker!! i think i will finish it until tomorrow!! and then i'm going to add the players, ect. afterwards its a real rpg maker. i think i'll share the source code! but first i have to look if its working! tomorrow you'll see
