Search:

Type: Posts; User: lambs4

Page 1 of 16 1 2 3 4

Search: Search took 0.01 seconds; generated 29 minute(s) ago.

  1. Thread: Quake 1 mods

    by lambs4
    Replies
    1
    Views
    2,746

    Quake 1 mods

    I find Quake 1 still a fun game as well the mods that exist for it. So, I was wondering what mods do yous play? I play AirQuake, RuneQuake, and FvF.
  2. Thread: plain pong

    by lambs4
    Replies
    16
    Views
    4,068

    No, its because I erased it and rest of my other...

    No, its because I erased it and rest of my other projects. That is because my says father for me to learn programming is a waste of time. Then again this is from someone that thinks I shouldn't have...
  3. Thread: Allegro Help

    by lambs4
    Replies
    2
    Views
    1,590

    Add #define ALLEGRO_STATICLINK to the top of your...

    Add #define ALLEGRO_STATICLINK to the top of your code.
  4. Replies
    1
    Views
    1,586

    distributing dll files

    How do yous distribute dlls files when sharing your games when other people? On my website I have a section where people can download the necessary files. They then can install the files themselves.
  5. Thread: plain pong

    by lambs4
    Replies
    16
    Views
    4,068

    plain pong

    Hey! Check out the improvements I have made on my pong clone. The improvements are mostly on the interface and not the game itself.

    http://www.geocities.com/lambs_04/plainpong.htm

    There you can...
  6. Replies
    10
    Views
    3,342

    I've never played golf, except mini golf. I just...

    I've never played golf, except mini golf. I just collected golf balls for a short time a couple years ago.

    Thanks for the advice. I'll use properly.
  7. Replies
    10
    Views
    3,342

    looking for advice on selling golf balls

    I have a collection of used golf balls that I'm hoping to sell. The advice I need is how much could I recieve from selling one ball. Would golf balls in near excellent condition go for a dollar and...
  8. Replies
    0
    Views
    2,033

    more fmod questions

    Loading an audio file in my game sometimes take a long time and causes my program to wait. I was suggested to use a thread to solve this, but using Fsound_sample_load seems to not do as I expected it...
  9. Replies
    1
    Views
    1,328

    ignore WM_MOUSEMOVE msg on menu

    Ok, in my simple pong game I allow the user to use the mouse as a method of input. I simply use player.y = HIWORD(lParam). My program also has a menu and when accessing the menu, I think it...
  10. Thread: Paint my window

    by lambs4
    Replies
    3
    Views
    1,058

    Yes, when I call FSOUND_SampleLoad or...

    Yes, when I call FSOUND_SampleLoad or FMUSIC_LoadSong to load an audio file.
  11. Thread: Paint my window

    by lambs4
    Replies
    3
    Views
    1,058

    Paint my window

    My game allows a user to select a file to use as music using the Windows File Dialog and FMOD to play the music. When the music file is large in size it causes the client area of my game not to...
  12. Replies
    2
    Views
    1,160

    window remains active

    I'm game runs in a window and remains active when it's not in the foreground. For example let say I have notepad on top of my game. My game will still proceed as normal. How do I make it pause. From...
  13. Replies
    7
    Views
    3,831

    Ok. I fixed this problem by initalizing the...

    Ok. I fixed this problem by initalizing the pointers to NULL after I free their data.
  14. Replies
    7
    Views
    3,831

    No, this is nothing special about the filename....

    No, this is nothing special about the filename. The problem is probabley when freeing the sounds. I have no experience on using a debugger so its of very little value to me.

    Anyways, I have...
  15. Replies
    7
    Views
    3,831

    crashing when switch music type

    Ok, in my game I have so you can select a mid or wav file to play as music. For some reason if I open a mid, another mid and a wav it crashes. I'm using the Windows API and fmod to play my music.
    ...
  16. Replies
    40
    Views
    8,041

    I mostly watch older shows. Who needs reality...

    I mostly watch older shows. Who needs reality shows when you're already living reality? Not me.

    Knight Rider
    The Munsters
    The Three Stooges
    etc.

    and
    The Simpsons
    Power Rangers
  17. Replies
    2
    Views
    4,236

    No, that doesn't work for me, but I found my...

    No, that doesn't work for me, but I found my problem. I had to change fmod.h to fmod/fmod.h
  18. Replies
    2
    Views
    4,236

    compiling a simple Fmod program

    I'm trying to get a simple progam to compile that uses FMod. When I compile it produces this error:

    C:\projects\fmodtest\test.c
    too many arguments to function `FSOUND_Sample_Load'

    Why?

    I'm...
  19. Thread: Tic Tac Toe

    by lambs4
    Replies
    9
    Views
    1,944

    caroundw5h: You should just be able to use y or...

    caroundw5h:
    You should just be able to use y or no in response when asked if you want to try again. What are all the options you refer to?
  20. Thread: Tic Tac Toe

    by lambs4
    Replies
    9
    Views
    1,944

    Thanks for the comments. How difficult would it...

    Thanks for the comments. How difficult would it be to write AI for this game?
  21. Thread: Tic Tac Toe

    by lambs4
    Replies
    9
    Views
    1,944

    Tic Tac Toe

    Here's a 2-player tic tac toe game that I made sometime ago.
    What do you think of it? It uses the text color functions from conio so it might not compile for everybody.
  22. Thread: blinking cd-rw

    by lambs4
    Replies
    8
    Views
    1,747

    What type of info should I provide that could...

    What type of info should I provide that could help yous help me?
  23. Thread: blinking cd-rw

    by lambs4
    Replies
    8
    Views
    1,747

    blinking cd-rw

    I have a cd-rw drive that has quit working properly for no reason. All it does is blink it's orange read light and isn't detected by Windows 98se. It was working perfectly until today. Is there any...
  24. going back a line in console and 128 character limit

    You know when you're typing and the cursor advances to the next line and say you would like to go back and correct an error. How would you make this possible in the windows console?

    Also, how do...
  25. Replies
    1
    Views
    1,708

    reading data format into program

    I'm working on that education quizzer program that I got some hints on awhile ago. Now I'm adding the ability to read and write the program data on disk.

    The problem that I am having is reading...
Results 1 to 25 of 380
Page 1 of 16 1 2 3 4