Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108

    [Suggestions]Game? Meh.

    So, I'm kinda...bored.

    Why not making a small game in VB?

    I thought about some kind of RPG with items, quests & all that shit.

    The only thing I can't do is animations etc .

    The game should use MySQL(Yea Ik how to )

    3 Questions...

    1. Any1 interested in making a game WITH ME? Like together?

    2. This is a vb related questions, FLAME can prolly answer it(string-crap):

    I have the following code written in a richtextbox.

    Code:
    (item 1) (strength 2) (evasion 5) (health 5) (hp 50) (mp 50)
    (item 2) (strength 5) (evasion 9) (health 1) (hp 50) (mp 55)
    (item 3) (strength 2) (evasion 5) (health 3) (hp 50) (mp 60)
    (item 4) (strength 2) (evasion 3) (health 4) (hp 50) (mp 60)
    (item 5) (strength 6) (evasion 4) (health 7) (hp 78) (mp 30)
    If I now enter the number X, for instance 3.

    It should only read the line where item = 3

    Code:
    (item 3) (strength 2) (evasion 5) (health 3) (hp 50) (mp 60)
    Afterwards it should filter the different stats.

    3. Do you guys have any suggestions for a game like that?

    Idk where to start



  2. #2
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Blubb1337 View Post
    So, I'm kinda...bored.

    Why not making a small game in VB?

    I thought about some kind of RPG with items, quests & all that shit.

    The only thing I can't do is animations etc .

    The game should use MySQL(Yea Ik how to )

    3 Questions...

    1. Any1 interested in making a game WITH ME? Like together?

    2. This is a vb related questions, FLAME can prolly answer it(string-crap):

    I have the following code written in a richtextbox.

    Code:
    (item 1) (strength 2) (evasion 5) (health 5) (hp 50) (mp 50)
    (item 2) (strength 5) (evasion 9) (health 1) (hp 50) (mp 55)
    (item 3) (strength 2) (evasion 5) (health 3) (hp 50) (mp 60)
    (item 4) (strength 2) (evasion 3) (health 4) (hp 50) (mp 60)
    (item 5) (strength 6) (evasion 4) (health 7) (hp 78) (mp 30)
    If I now enter the number X, for instance 3.

    It should only read the line where item = 3

    Code:
    (item 3) (strength 2) (evasion 5) (health 3) (hp 50) (mp 60)
    Afterwards it should filter the different stats.

    3. Do you guys have any suggestions for a game like that?

    Idk where to start

    I could...try make it with you :P. It'd more be me just learning and whatnot, but you never know, i might have a breakthrough

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. #3
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Msn address ;P?



  4. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    emailhiddenfrom******stalkers
    Last edited by Jason; 05-25-2011 at 06:23 AM.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  5. #5
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    just one thing... using SQL.. or MySQL.. well imo it should only be used for like online stuff where you have a server.. otherwise everyone that wants to play it.. will have to install a DB..

    You can use Files, Excel files.. something like that.. since you wont require table relations i guess.. and if so.. it wont be that many.

    Just my opinion
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  6. #6
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    No one has to install a database. I have a mysql database with external access(24/7)



  7. #7
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by Blubb1337 View Post
    No one has to install a database. I have a mysql database with external access(24/7)
    Sure... but still ^^ but its ur game so... its not me who decides.. good luck with the game btw
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  8. #8
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Well it's just useful, you may even do php scripts for rankings easily etc.



  9. #9
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Lol, what kind of game is that ???

    Ok, I m willing to help xD.

    dotnetprogrammer_1990@hotmail.com

    Oh, you already on list .. xD

  10. #10
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Duh,

    Having you on my list since weeeeeeks!

    Idk yet, how it is going to be, I'm open for ideas =D



  11. #11
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    Quote Originally Posted by Blubb1337 View Post
    So, I'm kinda...bored.

    Why not making a small game in VB?

    I thought about some kind of RPG with items, quests & all that shit.

    The only thing I can't do is animations etc .

    The game should use MySQL(Yea Ik how to )

    3 Questions...

    1. Any1 interested in making a game WITH ME? Like together?

    2. This is a vb related questions, FLAME can prolly answer it(string-crap):

    I have the following code written in a richtextbox.

    Code:
    (item 1) (strength 2) (evasion 5) (health 5) (hp 50) (mp 50)
    (item 2) (strength 5) (evasion 9) (health 1) (hp 50) (mp 55)
    (item 3) (strength 2) (evasion 5) (health 3) (hp 50) (mp 60)
    (item 4) (strength 2) (evasion 3) (health 4) (hp 50) (mp 60)
    (item 5) (strength 6) (evasion 4) (health 7) (hp 78) (mp 30)
    If I now enter the number X, for instance 3.

    It should only read the line where item = 3

    Code:
    (item 3) (strength 2) (evasion 5) (health 3) (hp 50) (mp 60)
    Afterwards it should filter the different stats.

    3. Do you guys have any suggestions for a game like that?

    Idk where to start
    lol xD i started to make my mmorpg like 3 days ago (in vb.net)... with istances, shop, etc.... if u are interested for my collaboration just add me on msn... sixx93@hotmail.it i can show u my work...
    Last edited by Sixx93; 05-27-2010 at 10:25 AM.

  12. #12
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Added you.



  13. #13
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Blubb1337 View Post
    So, I'm kinda...bored.

    Why not making a small game in VB?

    I thought about some kind of RPG with items, quests & all that shit.

    The only thing I can't do is animations etc .

    The game should use MySQL(Yea Ik how to )

    3 Questions...

    1. Any1 interested in making a game WITH ME? Like together?

    2. This is a vb related questions, FLAME can prolly answer it(string-crap):

    I have the following code written in a richtextbox.

    Code:
    (item 1) (strength 2) (evasion 5) (health 5) (hp 50) (mp 50)
    (item 2) (strength 5) (evasion 9) (health 1) (hp 50) (mp 55)
    (item 3) (strength 2) (evasion 5) (health 3) (hp 50) (mp 60)
    (item 4) (strength 2) (evasion 3) (health 4) (hp 50) (mp 60)
    (item 5) (strength 6) (evasion 4) (health 7) (hp 78) (mp 30)
    If I now enter the number X, for instance 3.

    It should only read the line where item = 3

    Code:
    (item 3) (strength 2) (evasion 5) (health 3) (hp 50) (mp 60)
    Afterwards it should filter the different stats.

    3. Do you guys have any suggestions for a game like that?

    Idk where to start
    Answer to no 2:


    Dim linetoextract As String = 3

    Dim reader As New IO.StreamReader( "C:\blubb.txt")

    While Not reader.EndOfStream

    Dim line As String = reader.ReadLine

    If line.StartsWith( "(item " & linetoextract & ")") Then
    MsgBox(line)
    End If


    End While

  14. #14
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Why not use read and write .ini?

    Add me, I think I can help
    -Rest in peace leechers-

    Your PM box is 100% full.

  15. #15
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by hejsan View Post
    Why not use read and write .ini?

    Add me, I think I can help
    Yes, but blubb saying he can handle mySQL. Your ID ??

Page 1 of 2 12 LastLast

Similar Threads

  1. Suggest a game?
    By Dave84311 in forum General Game Hacking
    Replies: 375
    Last Post: 1 Week Ago, 10:46 AM
  2. [SUGGEST] Games
    By Brecht Algoet in forum General
    Replies: 16
    Last Post: 06-20-2011, 12:09 PM
  3. {Suggestion} aracade games
    By killerg2 in forum Suggestions, Requests & General Help
    Replies: 2
    Last Post: 04-24-2007, 06:47 PM
  4. Is this game Hackable and hack suggestions
    By cherokee in forum Hack Requests
    Replies: 23
    Last Post: 09-17-2006, 06:40 PM
  5. Any good game suggestions?
    By Zededarian in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-13-2006, 02:46 PM