Thread: My game needs testing

  1. #1
    vae victus! skorman00's Avatar
    Join Date
    Nov 2003
    Posts
    594

    My game needs testing

    It's been a long time since I've poked my head around here because I've been extremely busy. Partly because of a project I've been on, which needs some bug testing. Some people have been reporting no sound, but we have been unable to reproduce the problem, and therefore cannot fix it. If anybody would kindly take the time to download and install, it would be greatly appreciated.

    This version is an early one, so many bugs are present. Please only inform me if you do or do not have sound. I was going to post this on the "Post your game here" thread, but I have to put a link since she's pretty big.

    Thanks to anyone who helps.

    www.animehack.com/Install.exe

    PS: This was not done by me alone, and I apologize if the authorities around here don't like these kinds of posts.

  2. #2
    Registered User
    Join Date
    Jun 2003
    Posts
    361
    You may get more testers if you post the source code and allow people to run that.

  3. #3
    ---
    Join Date
    May 2004
    Posts
    1,379
    I had no sound and no music.
    I got stuck on some polys for a bit then managed to get out of it.
    Thats pretty much all I can complain about right now. An idea might be to have Ogg's shadow cast on the ground so that when you jump you can see where you are going to land.

    Athlon XP 3200+
    1024MB PC3200
    Radeon 9800 XT 128MB
    Sound Blaster Live 5.1

  4. #4
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    No sound....and really crazy polygons.....

    xp home
    2.2 ghz celeron
    256 mgs ram

    here's a screeny

    http://www.TheJeffFiles.com/temp/testinggame.jpg

  5. #5
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    I had no graphics problems, but no sound or music at all. Everything else was good. I agree with sandman that a shadow would improve 3d perspective when jumping and make the landing spot less confusing since I'm going to guess jumping is a good part of the game. Here are my specs if they help.

    AthlonXP 1900+
    GeForce 3
    integrated audio

  6. #6
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    For the shadow you could either use a simple soft shadow which can be done via texture blending or you could re-render the key vertices on the ground below the character. Use the stencil buffer to keep from 'over-drawing' in your shadow which creates double blending artifacts. The matrix to project onto the ground would be all 1's in the y direction.

    If you have a light source this would change things significantly since the incident ray or vector to the light must be taken into account prior to drawing the shadow.

    If you need help I would be glad to assist where I can.

  7. #7
    vae victus! skorman00's Avatar
    Join Date
    Nov 2003
    Posts
    594
    Thanks for the suggestions on the shadows. I am quite handy when dealing with them, but thank you for the offer Bubba.

    Thank you all again for testing it out. Jverkoey, thanks for the screenshot. It's probably a driver issue, but something we will have to look into none the less.

  8. #8
    Registered User Josh Kasten's Avatar
    Join Date
    Jul 2002
    Posts
    109
    Ya no sound for your game. I have a Conexant AC-LINK Audio sound card that's in a laptop. The graphics are fine I have a RADEON IGP 320M wit (32MB shard system ram). This laptop also has a athlon-XP-M 2500+ with 256MB of ram.
    int a; don't make a program without it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. So you want to be a game programmer?
    By dxfoo in forum Game Programming
    Replies: 23
    Last Post: 09-26-2006, 08:38 AM
  2. C++ Game of Life Program
    By rayrayj52 in forum C++ Programming
    Replies: 16
    Last Post: 09-26-2004, 03:58 PM
  3. Try my game
    By LuckY in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 09-15-2004, 11:58 AM
  4. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  5. Console Game Problem
    By CodeMonkey in forum Game Programming
    Replies: 6
    Last Post: 03-17-2002, 05:33 PM