DECEMBER 27TH, 2000


A QUICK MESSAGE FROM THE EDITOR
Looks like we're not going anywhere anytime soon...hahaha! You're all stuck with QBOA! =)

In all seriousness, this new issue is not quite as large as I expected. There were some people who were going to write for the zine, then decided not to. Additionally, there were no real "new" games to add to The Gallery, so I decided to find one myself and take some screenshots. It's a mixed bag this month...beware, but enjoy.

IN THE NEWS - SOME WILL STAY, SOME WILL LEAVE, ALL WILL CODE!
It seems that yet another magazine has dropped off of the face of the earth. Terry Cavanagh's "QB Gamer" is gone. This seems to be some kind of trend...and these big exits always happen this time of year. They claim it was due to lack of interest, but further research also reveals a large amount of bashing they received for reviewing games that have been out for years (Shadow Of Power and Monospace) might have attributed to the closure. All of its issues are still available on the QB Games website.

3D is making yet another major attempt in QB. dot!net Studios is producing what could be a superior 3D engine for QB programmers. They are looking for a lead programmer for the project, you can check out progress so far at dot!net Studios. There is an alpha available on the site. One minor gripe however...their news page almost gives you the impression that they designed the site themselves...they did not. It's an Elated pagekit that I've personally used...and they're breaking its license by not leaving the link on the front page.

According to leroy, the head of the QBCC project, the project is closed. Apparently, the coders are tired of coding it. And a correction from last time's "Coders Wanted"...they are looking for C coders, not C++ coders, and leroy says he'll barbecue any C++ coders that come to him.

A potential hoax was revealed recently. CosmoSoft, a name that suddenly appeared out of nowhere, recently announced the creation of their CosmoX graphics library. However, it has been revealed that CosmoX may be nothing more than DirectQB combined with a few routines from Future Library. See for yourself at CosmoSoft.

CODERS WANTED
As listed in the news, dot!net Studios is looking for a PROJECT LEADER. This is a highly specialized position, and you must be an expert at 3D and applying concepts and code to QB.
QB GAME RESOURCES ARTICLE - BASICS OF TRACKING: PART ONE
For those of you unfamiliar with the term "tracking", in this sense, it refers to digital music creation. This is not a tutorial on how to make a MIDI, if you want that, go elsewhere. This is merely an informational article on a different style of music format that has been gaining popularity in the QB gaming world in the last years.

Unlike MIDI, digital music is platform-independant. This means that your music will always sound the same, no matter what kind of soundcard the player has. MIDI is reliant upon the hardware of the consumer, and will produce varied opinions of the overall quality of the game. Believe it or not, the music (or lack thereof) will have a great impact on the player. A shooter always seems more intense if there's a fast beat in the background, and that death scene in your RPG is much more believable and emotional when a sad piece of music is heard.

The main advantage to tracking is that every instrument and sound in your music is provided by you. MIDI doesn't have such luxuries, it's limited to what the soundcard (or MIDI driver) has for instruments. This advantage of digital music does of course add additional size to your music data, but the advantages gained of having complete control over your sound, and in most cases having your music sound much better, are all worth the size difference. The purpose of this article is not, however, to dissect the differences between MIDI and MOD, but instead to introduce newcomers to the vast amount of available resources that MOD trackers have access to.

First of all, when it comes to creating your music, you'll obviously need a music creation program, called (ironically!) a "tracker". Although there are many names in the tracker scene, for the most part it comes down to four major programs: ScreamTracker, Fast Tracker, Impulse tracker, and Modplug Tracker. ScreamTracker is the oldest among the four. It's slightly buggy, only supports a slim range of soundcards, and only antiquated formats (MOD, STM, S3M). Fast Tracker is quite a bit more modern (although still old), and supports XM (its native format), and MOD. Impulse Tracker was designed to be a hybrid of ScreamTracker and Fast Tracker. It has the interface of Screamtracker with the power (and then some!) of Fast Tracker, and it supports its native format (IT), in addition to S3M, XM, and MOD. (Notice all of them support MOD, the original module format invented on the Amiga). Modplug Tracker, unlike the other three which are DOS-based, is a Windows-based tracker. It has no native format, however, it supports all major formats (MOD, S3M, STM, XM, IT) in addition to some of the very old MOD variants (669, ULT, etc.). There are advantages and disadvantages to all four, and they will be discussed shortly.

One major factor when choosing a format to produce your music in is the method of playback. As it stands, there are only 2 valid choices for module playback in QB (there are others, but only 2 stand out as players of any real quality). The original BWSB (Bells Whistles and Sound Boards) written by Edward Schlunder has been the preferred module playback library for many years. It features support for all MOD variants, MOD itself, and the Screamtracker formats, STM and S3M. However, it does not support them directly; you need to use a converter to convert them to the GDM format, a proprietary module format only used by BWSB. (GDM is short for General Digital Music). Additionally, BWSB's sound quality is lower than even the trackers used to produce the music to begin with. You might have to tweak samples or altogether throw away songs you've written if you plan to use BWSB. Of course, you might have no problems at all.

The other legitimate module player for QB is a relative newcomer known as DS4QB (DirectSound for QuickBasic). Its purpose is to allow any QB program access to DirectSound resources, and it contains a module player of its own, which is used similar to BWSB. DS4QB carries a massive disadvantage in the fact that it will only work when the game is running under Windows. However, this disadvantage is quickly forgotten when you hear the massive improvement in sound quality when compared to BWSB. In addition, DS4QB supports ALL major module formats (MOD, S3M, XM, IT), and no conversion is needed.

So, what's the big deal about the formats? Well, lots! The original MOD format was limited to four channels (yech!). 6 and 8 channel MOD formats were also used later on, but in addition to the channel limitations, there were also sample limitations; samples had to be MONO, 8-bit, and no greater than 22khz. STM and S3M were improved MOD formats. S3M allowed 16 channels, did not have the sample "slot" limitations of MOD (a MOD had to have either 15 or 31 samples, an S3M could have 99 samples), and in general, the sound quality was greater. An often unused (and even moreso unknown-about) feature of S3M was the use of Adlib samples (FM-based sample data). No player is known to handle these unique modules correctly. The XM format drasticly changed the way musicians composed modules. Suddenly, the mono 8-bit 22khz limitations were gone. 32 channels were available. The 64-row pattern limit of MOD and S3M was gone. "Real" instruments were introduced. And with Fast Tracker itself came the ability to save a song as a WAV file, making real-time recording a thing of the past. IT took what XM built and pushed it further, adding note effects, 32 more channels, up to 256 "virtual" channels, improved sample support, and more. When XM wasn't enough, trackers turned to IT. Nowadays, IT is considered the de facto standard module format. Almost all other formats have been forgotten about.

Now, how does this affect your choice of player? Simple. Consider the limitations of the formats, and what formats each player will support. Is all of your music simple and under the requirements of the S3M format? BWSB may be the player for your game. Or, have you decided to go with massive sound loops, 16-bit 44khz samples, and real instruments? BWSB cannot support such a powerful module, but DS4QB would easily.

In addition to the format of music chosen, there are some strange limitations to using modules under BWSB. Modplug Tracker is the culprit among the four major trackers. For some reason unknown to anyone, an S3M module saved with Modplug Tracker, then converted to GDM, can have disasterous results when played through BWSB. Modules can become corrupt, play sample data that does not exist, overwrite memory, or worse. Additionally, S3M modules saved with Impulse Tracker often convert with staticy samples, and sometimes sound completely different than the original samples. What can you do about these problems? Simple. The answer lies in the original tracker itself, ScreamTracker. If you save a module in Modplug Tracker, open it and resave it in Impulse Tracker. That will save the module in the "real" S3M format. However, you still may run into the sample limitation! So, now open the module in ScreamTracker and save it. Perfection! The S3M will convert without difficulty. A danger exists to those who attempt to shortcut this process...opening an S3M in ScreamTracker that was last saved in Modplug Tracker may outright crash ScreamTracker, locking it up, possibly locking up your whole system (whether you're running Windows or not). Never try to shortcut this method...it won't work. Of course, this whole paragraph is based on the usage of BWSB, DS4QB does not suffer these downfalls.

Now, if your choice is made, it's time to actually make some music. To do that, you're going to need samples! A tracking program is useless without samples or instruments (whichever the case may be). The internet is full of great sites to find samples and instruments. Among the most popular is Maz-Sound. In addition to having a nice archive of instruments, you'll find tons of info on other tracking programs, useful utilities, and other goodies. Of course, a lengthly search will turn up far more sites. Additionally, you may also want to create your own samples and instruments, in which case, a sampling program will be key. You can even use something as simple as Sound Recorder in Windows, or even the built-in sampling features of a DOS tracker (Fast Tracker has an excellent sampler). The third method of obtaining samples is what is commonly known as "ripping", or taking sampels from other modules. While this is certainly a very effective method for collecting samples, composers may be a little upset if you do this without their permission. Often, a composer will go through great lengths to make the perfect sample for his song. If you take it and use it in your own, he/she may feel like you're stealing. Although realisticly, if a composer puts their music into the public domain, it's a free-for-all. However, from a moral standpoint, it's just not okay to do this. If you plan to "rip" samples, at least attempt to contact the original composer...it will save you headaches in the long run.

I'm going to wrap up this first part of the article with a hint...if you've never tracked before, download some modules. Listen to them. Look them over. See how they're done. Get some inspiration! Tracking is one of the most unique forms of musical composition there is. Enjoy!

Some tracking resources
Modplug Homepage - modplug tracker, modplug player
Maz-Sound - trackers, utilities, samples, instruments
The Garbo FTP - lots of stuff, but it has ScreamTracker and related utilities
The Mod Archive - thousands of published modules

CLASSIC GAME REVIEW - SHADOW OF POWER
Shortly after the sixth issue of QBOA, Merlin of Master Creating contacted me about doing a review of Shadow Of Power. Many people know this game, some turn away in disgust while others praise it on their knees. It's time to cut through the hype and deliver the raw truth about this game.

HIGH POINTS
From the minute you start this game, you're treated to a wide variety of beautiful graphics. There is no doubt that Master Creating spent a lot of time in this department. Each of the sprites is very well detailed with many frames, and the tiles are intricate and colourful. There is a wide array of sound effects as well, which are all of good quality. One really neat feature of this is the weapons and item selection screens, just in the way they're brought on and off the screen. Another interesting feature, although sort of useless, is the Apogee mode (you have to see it to know what it is). Being able to change screen resolution is another plus...and unparalleled for a QB game. Unfortunately, the high points of this game are strictly technical.
LOW POINTS
The low points to this game are numerous, despite the quality of the game. The first and foremost problem with this game comes from the lack of an original score. All the musics in this game were taken from other games or sources. This takes away from much of the originality. The biggest slam in this game is the obvious "ripoff" of the Zelda series. In fact, the Elves village even uses music from the game, and has a shopkeeper that looks like Link! C'mon, some originality here! Additionally, the controls can get a little frustrating. Couple that with a very badly done collision system, and you've got an excuse to down a fifth of vodka (so then you won't care if you've been cheated by the game). The worst part by far is the flow of the storyline...this is one of those "do this. now go do this." type of games. That gets old really quickly. Finally, the one thing everyone has complained about since day one of this game's release is the very badly done save system...it features an autosave system that can severely hinder your progress, or even render your game useless. Very frustrating if you've been playing for 3 hours and suddenly can't play any more because the game screwed up.
All in all however, this is a rather well-rounded game, and Zelda fans will enjoy it, despite the obvious rip-off (there's inspiration...then there's rip-off). If you're looking for a relatively fun game that has no equal in its genre, SOP is the game for you. Otherwise, look elsewhere.

DOWNLOAD THIS GAME

CURRENT GAME REVIEW - DYNAMIC
I took up reviewing this game because of a HORRIBLE review I saw on another website. "It's like Space Invaders, but on alderaline!" What a lame review. So, for your reading enjoyment (or lack thereof), here's the real dirt on Sasha's latest game.

HIGH POINTS
One acronym screams in your face as soon as this game starts: "SVGA!!!!!" This whole game is done in hires. The graphics are detailed, although plain at times. Basically, this is one of those shooters where the whole point is to simply score as many points as possible without getting toasted by the bad guys. The game is played with the mouse, which is an interesting twist, and gives the whole game a unique feel altogether. The sound effects present are very realistic, and of high quality. It's apparent that Sasha wanted the player to really believe he was flying a ship through outer space. What really caught my attention was the "trails" of the ship...very cool indeed (especially when you fly your ship around the screen quickly...you can really get dizzy =).

LOW POINTS
What I didn't like is the absence of a musical score. Since there are sound effects, it would have been nice to have some music in the background. Additionally, and this is more of from a developer point of view, the game is split up into individual EXE files, and all the game's files are in a single directory. That's usually a sign of an unorganized developer. However, neither factor really affects gameplay, which is key to the success of games in this genre. Unfortunately, gameplay in itself is really where this falls a little short. The enemy AI is very bad and the boss ship is incredibly poorly done. The furstration level of this game is high at times, and at other times, there are simply not enough things to shoot at. This is an erratic soup of surprises, and they're not all good.

In conclusion, Dynamic is a surprisingly fun game which certainly doesn't disappoint. If you're looking for eyecandy though, look elsewhere. Dynamic's high point is not its graphics, its high point is its replayability and fun factor. If you can deal with the erratic gameplay, then Dynamic may be the game for you.

DOWNLOAD THIS GAME

THE GALLERY
This month's gallery features some screenshots of TMB's new game, "The Little Pixy 2". It's a platform "item" game, where the object is to collect four presents on every level and return them to Santa's bag in the time allowed. Check out the nifty graphics!


You can download this game at the TMB Productions Website.
A SITE TO SEE
QB COMICS
A mildly psychotic look at the lighter side of the QB community. QB Comics is a regularly updated, seemingly front-to-back style comic strip featuring members of the community and the forces of evil. The artwork is very well done, and the story is funny as hell =) Check it out, it won't disappoint!
THE END!
Welp, so much for a fun-filled issue! There wasn't much to do in this issue, oh well. Better luck next time I suppose...until next time...this is Nek, peace out!

Email QBOA