[RESOLVED] I need Ideas.
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17

Thread: [RESOLVED] I need Ideas.

  1. #1
    LagMonster
    Guest

    Resolved [RESOLVED] I need Ideas.

    Here is my Idea.
    I want to make a VB application that is a game loader. WHY? because I have a hard drive full of crap and my desktop is getting cluttered.

    My Idea would take a gamelist from a .txt file. In this list would be a little record of all my games, for each game It would contain Title, App Path, Genre, Maybe a rating, and more... Thats where I need your help. What should the loader look like. I have an Idea of a list box on the left and when you select it the game data will show on the right.

    After I get done I will give the source to anyone who would like it, and I will comment it.

    If this is the wrong place to post this let me know.

    Thanks for your time!

  2. #2
    QSECOFR
    Guest

    Post

    Maybe make 2 panes. The left pane with categories, and the right pane with the list. You select a category, then select the game. Have a Run button...I've run out of Ideas...I'll post more later.

    ------------------
    OS/400...At least it's not Microsoft.

  3. #3
    hugheysoup
    Guest

    Post

    In addition maybe you can have a stats button. It would open up to give the stats like your rateing, number of times used.......will write more I am in between classes
    later

    ------------------
    Coding is easy; All you do is sit staring at a terminal until the drops of blood form on your forehead.

    Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

  4. #4
    Registered User
    Join Date
    Jul 2000
    Location
    Huntington Beach, CA, USA
    Posts
    1,515

    Post

    List on the left, with nothing selected the right window shows pull down boxes (action, RPG, 1st person shooter : single player, lan, internet) and search windows. When a game is highlighted a screen shot is displayed with the game information including homepage (for updates) and a link for codes/cheats/etc.

    ------------------
    Death is lighter than a feather - duty heavier than a mountian.

  5. #5
    LagMonster
    Guest

    Post

    Thanks guys This is exactly the suggestions I was looking for. They all are good and I'll keep reading for more.

  6. #6
    hugheysoup
    Guest

    Post

    in addition to my previous......
    maybe include that last time the program was opened. I thought I had a few more ideas but lost them already will post more if the y come to me again or think of others.
    later

    ------------------
    Coding is easy; All you do is sit staring at a terminal until the drops of blood form on your forehead.

    Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

  7. #7
    Registered User
    Join Date
    Aug 2000
    Location
    Lake Orion, MI
    Posts
    241

    Post

    If you want to get really fancy, you could actally set up shortcuts/items for different game options that are available...such as the command line options in Doom, Quake, etc...



    ------------------
    -- What? No more Jolt!?!?

  8. #8
    mahdi
    Guest

    Cool

    KoWind took my suggestion :-(
    That would be great to be able to make it like a compact shortcut storage. Just click the game you want it it launches (this is what I think you have planned)
    I would be very interested in the source for this, let me know when your done with it...I love tweaking other people's programs

  9. #9
    LagMonster
    Guest

    Post

    I'll start on the program tonight, but probably won't finish tonight. I'll be adding all of the suggestions. I really like the command line suggestion. I might have to do some research(Maybe an ongoing project) for command line options for different games. So that maybe some will be Built in the App.
    What types of Games should I put Cyberhh?


    mahdi-> Your exactly right about the compact shortcut storage. Do you want the source as I go or when I am finish?


  10. #10
    DJ Chew
    Guest

    Thumbs up

    This sounds exactly like something I would program. Would u mind sending me the source after you are done?
    Thanks

    ------------------
    -DJ Chew

  11. #11
    mahdi
    Guest

    Post

    Yes Lag, I've love to get it as you go along, maybe we can compile ideas as we go along or end up going two different dirrections. Eather way it will be cool to see how it/they turn out! What are you using for the compiler...I think all I have is VB 5.0, I'm not sure if VB is as picky with compilers as VC++ is.

    -edit
    Bah! use [email protected] to send the source to, less limits then Hotmail.

    Also I would only like a working source (or close for debuging) I'm just starting to learn VB and need some slack
    But I do have many ideas for what to do and how...

    [This message has been edited by mahdi (edited March 16, 2001).]

  12. #12
    Registered User
    Join Date
    Jan 2001
    Location
    Aurora, IL
    Posts
    340

    Post

    CAn't PM LagMonster for some odd reason so...
    I was wondering if you ever got around to starting on this, I just got VB 6.0 so you don't have to worry about downward compatability. Let me know how this is going or if it's been deep sixed...

  13. #13
    Registered User
    Join Date
    Dec 2000
    Location
    Circle Pines,MN,USA
    Posts
    805

    Post

    NO it hasn't been sixed. I have been experiment with more robust code! LOL

    Instead of using the standard shell or shellexecute I am creating a process and monitoring it(sort of). But this way I can set my games with High priority(or low, but why) in windows ME, or 9x.

    Sorry about the update...I'll email you what I got when I get home. hehe

  14. #14
    Registered User
    Join Date
    Jan 2001
    Location
    Aurora, IL
    Posts
    340

    Post

    Ok, cool...could you also send a discription of what it is you are trying to do with this 'process' for ME and 9x?

  15. #15
    Registered User
    Join Date
    Dec 2000
    Location
    Circle Pines,MN,USA
    Posts
    805

    Post

    Every time windows starts an application or anything requiring CPU time a process is created.

    Windows will automatically give each 'process' certain amounts of CPU usage based on its priority.

    Example:

    A medium priority application is running and taking up 70% of your CPU time(which would be a lot). If you started a high priority application that wanted to use 70% of the CPU the medium priority application would have no say in it what so ever. Windows would give everything it had to the higher priority. BUT if a low priority application wanted to use a lot of CPU windows wouldN'T let it use it. If your confused don't feel bad. Its not an easy thing to grasp at first.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •