James
Dec 12th, 2004, 11:33 AM
Hello,
I'm currently working on a project by myself in Visual Basic. Its a MMORPG. I know that alone this is going to be a tough accomplishment, that is why I'm looking to make a crew.
I'm going to be needing a crew of a few, I don't mind how many, but I need a few programmers, and a graphics artist (to design sprites and stuff).
Currently the homepage for the project is http://www.fwonline.nipz.com/ (its not finished yet) and the project title is Final World Online.
If you would like to join you can post here, or email me ( jamesk8rboi@gmail.com ) . If you're wanting to join as a programmer I hope you atleast have a compiler, like Microsoft Visual Studio 6.0. You CAN find it for free, like I did. (It only runs off the registration code you used for your Windows Platform, so no worrys there for a code or a key-gen.)
If you want to be a programmer for it, make sure you have the compiler, next, you don't have to know much. Atleast run through some tutorials, (like the famous 'Hello World' tutorial) since I don't know much about it either. If you know more, good, then you can provide the knowledge you know to the rest of the crew and we do the same.
For graphics designer, i'm not looking for like stuff that we do here in battle grounds. I need someone with a good imagination that can design character sprites, and so forth.
You may ask any questions that come to mind.
-Thank You
- EDIT -
For those of you who don't know what VB code looks like, take a gander at this.
Private Sub cmdHello_Click()
'create a variable to store their name
Dim strTheirName As String
'get player name, store in strTheirName
strTheirName = InputBox("What is your name?", "Enter Name")
'change the caption of frmMain to hello world
frmMain.Caption = "Hello " & strTheirName & ", Welcome!"
End Sub
That's the whole anchillada. This is the code for my little 'Hello World' program. Isn't it just so... exciting, exillerating, marvelous? Isn't that such horrible spelling and punctuation?
Haha, i'm getting carried away.
I'm currently working on a project by myself in Visual Basic. Its a MMORPG. I know that alone this is going to be a tough accomplishment, that is why I'm looking to make a crew.
I'm going to be needing a crew of a few, I don't mind how many, but I need a few programmers, and a graphics artist (to design sprites and stuff).
Currently the homepage for the project is http://www.fwonline.nipz.com/ (its not finished yet) and the project title is Final World Online.
If you would like to join you can post here, or email me ( jamesk8rboi@gmail.com ) . If you're wanting to join as a programmer I hope you atleast have a compiler, like Microsoft Visual Studio 6.0. You CAN find it for free, like I did. (It only runs off the registration code you used for your Windows Platform, so no worrys there for a code or a key-gen.)
If you want to be a programmer for it, make sure you have the compiler, next, you don't have to know much. Atleast run through some tutorials, (like the famous 'Hello World' tutorial) since I don't know much about it either. If you know more, good, then you can provide the knowledge you know to the rest of the crew and we do the same.
For graphics designer, i'm not looking for like stuff that we do here in battle grounds. I need someone with a good imagination that can design character sprites, and so forth.
You may ask any questions that come to mind.
-Thank You
- EDIT -
For those of you who don't know what VB code looks like, take a gander at this.
Private Sub cmdHello_Click()
'create a variable to store their name
Dim strTheirName As String
'get player name, store in strTheirName
strTheirName = InputBox("What is your name?", "Enter Name")
'change the caption of frmMain to hello world
frmMain.Caption = "Hello " & strTheirName & ", Welcome!"
End Sub
That's the whole anchillada. This is the code for my little 'Hello World' program. Isn't it just so... exciting, exillerating, marvelous? Isn't that such horrible spelling and punctuation?
Haha, i'm getting carried away.