Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
YGmae (a vertical shooter) demo 1 released!
#21
yup. AVL (Advanced Vector Library) is written in C. It's what's used for the animation, rendering, and collision detection. It's also probably the reason behind most of the crashing bugs.. C & QB modules don't mix very well. It created some really weird bugs in YGmae, like I had a routine that look like this:
Code:
sub projAdd ( .. )
for i = 0 to maxprj
if prj(i).i = 0 then
  .
  .
  prj(i).i = 1
  exit sub
end if
next
I had to change for i = 0 to maxprj to for i = maxprj/2 to maxprj to stop it from crashing. still don't understand why.. the scary thing is tho, there could be more of those bugs hiding away in my source code that seem to defy all explanation, probably because of the C/QB mix. This makes me sad, because I tend to get a little obsessive when it comes to my games, and if anyone can't play it because of seem reason I get down. Anyway.. I guess that's pretty much all I have to say about that..

To Neo:
- textures: I might do that, but I'd have to find an artist for that, plus i wouldn't be able to kill the ems requirement if I did, but if you can find me a good artist who would be willing to do it, then by all means I will
- shooting keys: well, that might work, but only for that ship.. there's going to be multiple ships you can use, each with a different number of weapon attatchment nodes. and I want to keep all the shooting keys together. plus, that section of the keyboard allows for the most keys to be pressed together at one time.. that's one of the main reasons I chose it.
- 8/16bit bugs: I havn't encountered those bugs yet.. is there any more information you could give me?
- end of level bug: It's not a bug.. that's the end of the level, the level ends with those three battleship type things.

anyway, I have to goto class now. bye
COUNT HACKED BY RAZVEEE

RAZVEE IS A SCRIPT KIDDIE- hacker9
Reply


Messages In This Thread
Re: Lachie - by Lithium - 11-05-2003, 10:06 PM
Re: TheBigBasicQ - by Lithium - 11-05-2003, 10:27 PM
Re: TheBigBasicQ - by Neo - 11-06-2003, 02:18 PM
Ok - by Lithium - 11-10-2003, 01:28 AM
Re: Ok - by Neo - 11-10-2003, 02:45 PM
Re: Blitz - by Lithium - 11-14-2003, 10:08 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)