KQ2VGA 3.0
Moderators: adeyke, VampD3, eriqchang, Angelus3K
KQ2VGA 3.0
Maybe I'm looking too far ahead, but I'd like to know you're planning to make a third version out of KQ2VGA. Version 2.0 was perfect (at least, I didn't have any problems) and I'm really curious what could be bettered! And could, also, help translating the game into Dutch (so Erpy has not that much work)! <p></p><i></i>
Re: KQ2VGA 3.0
No, version 2.0 was the final version. There will be no further changes to KQ2. (no translation support)<br><br>I personally wouldn't start a KQ2-translation even if I did have time. If I'd translate it, people would judge the game on my writing skill (because that's what they'd see), rather than Wookie's. I'd rather not have that. My writing skill is vastly inferior to Wookie's.<br><br><!--EZCODE IMAGE START--><img src="http://httpd.chello.nl/c.vanempel/Nashw ... <!--EZCODE IMAGE END--> <p></p><i></i>
If I could......
If I could make a game, there would be no flaws at all. It would be perfect. Not that there's anything wrong with KQ2VGA2.0 <p></p><i></i>
-
- Seto Kaiba Fangirl
- Posts: 639
- Joined: Mon Jan 06, 2003 11:07 am
- Contact:
Re: If I could......
It's impossible to make a game 100% bug free. With each bug you fix, you are in turn putting even MORE bugs in, which could be worse than the ones you initially fixed. <p><!--EZCODE CENTER START--><div style="text-align:center"><!--EZCODE IMAGE START--><img src="http://www.dark-stars.net/Image1.gif" style="border:0;"/><!--EZCODE IMAGE END--></div><!--EZCODE CENTER END--></p><i></i>
-
- Lumberjack
- Posts: 1356
- Joined: Mon Nov 25, 2002 5:14 am
- Contact:
Re: If I could......
Yeah. That's a huge misconception. There is no such thing as no bugs. <p>---------<br><br><!--EZCODE IMAGE START--><img src="http://www.nancycarterdesign.com/bryce/sign.gif" style="border:0;"/><!--EZCODE IMAGE END--><br>"No one expects the Spanish Inquisition!"<br>----------<br><!--EZCODE LINK START--><a href="http://www.nancycarterdesign.com/spongefactory/" target="top">Sponge Factory</a><!--EZCODE LINK END--></p><i></i>
Re: If I could......
I strongly disagree. A 100% bug-free game is possible. By the way I don't consider technical problems (like OS / graphics card incompatability problems) to be bugs. Bugs means programming. <p></p><i></i>
-
- Lumberjack
- Posts: 1356
- Joined: Mon Nov 25, 2002 5:14 am
- Contact:
Re: If I could......
Let's say you were making a game using AGS. AGS was programmed by Chris Jones, so you would have to assume that Chris Jones made NO mistakes in his programming (which, IMO, is impossible). Then, Chris Jones used an API called Allegro, AFAIK. We'll assume that the people who have been programming Allegro made no errors. And then Allegro is based on DirectX. Assuming that none of the developers of DirectX made programming errors, and you are a perfect programmer, who doesn't overlook anything, then YES, it's possible. But none of those people that made those programs are perfect programmers. Whether it's a simple variable mixup, or something done in a messy fashion, you just CANNOT say that it's possible to write a bug free game. It's impossible. <p>---------<br><br><!--EZCODE IMAGE START--><img src="http://www.nancycarterdesign.com/bryce/sign.gif" style="border:0;"/><!--EZCODE IMAGE END--><br>"No one expects the Spanish Inquisition!"<br>----------<br><!--EZCODE LINK START--><a href="http://www.nancycarterdesign.com/spongefactory/" target="top">Sponge Factory</a><!--EZCODE LINK END--></p><i></i>
-
- Seto Kaiba Fangirl
- Posts: 639
- Joined: Mon Jan 06, 2003 11:07 am
- Contact:
Re: If I could......
Well, theorectically, it's possible, but it takes a LOT of work, and often more trouble than it's actually worth. The more complex the program, the harder it is to get rid of bugs.<br><br>I DO belive it's possible to make a bug free program if that program is very simple (such as one that you type in something, and the computer shows what you typed), but it's the complex games that are EXTREMELY difficult to make bug-free, if it can ever happen. <p><!--EZCODE CENTER START--><div style="text-align:center"><!--EZCODE IMAGE START--><img src="http://www.dark-stars.net/Image1.gif" style="border:0;"/><!--EZCODE IMAGE END--></div><!--EZCODE CENTER END--></p><i></i>
I think...
I'd agree about the impossibility of bug-freeness. A Hello World program could be bug-free, but the more complex it is, the harder it is to account for everything. If you try to make sure every possible input is handled gracefully, you'd go crazy from all the error-handling.<br><br>I imagine even a program where you entered a string and it printed that string might be breakable if you enter too long a string, for example. <p></p><i></i>
Re: I think...
Writing a program that's both fairly big and flawless is only possible in theory, but reality is different. Just compare it to writing a very large document in notepad. Then check it later for spelling/grammar errors. Even with a degree in english, it's tough. And documents aren't nearly as complex as computer code.<br><br><!--EZCODE IMAGE START--><img src="http://httpd.chello.nl/c.vanempel/Nashs ... <!--EZCODE IMAGE END--> <p></p><i></i>
Re: I think...
I'm a perfectionist. I still insist it's possible. <p></p><i></i>
-
- Moderator
- Posts: 2058
- Joined: Tue Jan 22, 2002 2:29 am
Re: I think...
Possible, yes. Of course it's possible. I agree with Relight on this. That isn't to say it's likely or even commonplace (because it's not...for several factors like Muzlak mentioned), but it is possible to make bug-free programs. Do people do it? Seldom. Do bugs get overlooked, even by big software companies? Of course. That just makes it improbable, but not impossible.<br><br>~Wolfgang <p></p><i></i>
Re: I think...
I'm a perfectionist, too. And who said it's impossible to make a game completely free of bugs, huh? <p></p><i></i>
Re: I think...
Being a perfectionist doesn't mean you can't overlook things. In fact, if you develop something, you probably WILL overlook things. Why else are programs beta tested before release?<br><br><!--EZCODE IMAGE START--><img src="http://httpd.chello.nl/c.vanempel/Nashs ... <!--EZCODE IMAGE END--> <p></p><i></i>
-
- Seto Kaiba Fangirl
- Posts: 639
- Joined: Mon Jan 06, 2003 11:07 am
- Contact:
Re: I didn't
I certainly DO belive it possible, but the more complex the program, the harder it is to do. Even if there is NO programming errors, someone somewhere will find a way to crash the program.<br><br>My dads job is to check software for bugs, and try to think of potential ways people could cause bugs in a seemingly flawless part of the program for medical products (such as ultrasound machines and difribulators). The purposly keep a few small bugs in, since if they fix them, they are theorectically putting more bugs back in, which could be more fatal. It's too impractical to look for EVERY sigle bug in a program. Companies DO have dealines, you know.<br><br>I don't think I've EVER seen a program 100% error free. If it's possible, when why hasn't anyone created one? Not ALL programs are made by companies with deadlines. <p><!--EZCODE CENTER START--><div style="text-align:center"><!--EZCODE IMAGE START--><img src="http://www.dark-stars.net/Image1.gif" style="border:0;"/><!--EZCODE IMAGE END--></div><!--EZCODE CENTER END--></p><i></i>
-
- Lumberjack
- Posts: 1356
- Joined: Mon Nov 25, 2002 5:14 am
- Contact:
Re: I didn't
Even Hello World applications have bugs in them. As simple as it is, it's still running on top of Windows. How many times have we had bugs reported in the Technical Forums that the AGDS had to respond with, "wait till the next version, when we use a newer AGS?" Tons of times. It's the same idea with Windows. Why do you think they have so many updates? So even if YOU don't overlook anything, there's still problems. <p>---------<br><br><!--EZCODE IMAGE START--><img src="http://www.nancycarterdesign.com/bryce/sign.gif" style="border:0;"/><!--EZCODE IMAGE END--><br>"No one expects the Spanish Inquisition!"<br>----------<br><!--EZCODE LINK START--><a href="http://www.nancycarterdesign.com/spongefactory/" target="top">Sponge Factory</a><!--EZCODE LINK END--></p><i></i>
-
- Honorary AGD
- Posts: 5378
- Joined: Fri Sep 13, 2002 1:19 am
- Location: US of A
- Contact:
Re: I didn't
Have you ever noticed that when you are walking north along the beach, if you exit the scene on dry land, but appear in the next scene in the water, Graham will walk on top of the water until he's done entering the scene?<br><br>Also, the tree at the very north beach scene... try walking back and forth behind it a few times... there's a walk-behind error there....<br><br>Bugs still exist in KQ2VGA. They are small and hardly noticable. I don't think the AGD's should take time to fix them. Not when I'm eagerly anticipating their next release! <p><!--EZCODE BR START--><br /><!--EZCODE BR END--><!--EZCODE HR START--><hr /><!--EZCODE HR END--><br>"Without the fleet, the contest would be on our home grounds, and war is one contest in which it is best to be on the visiting team." -ADM Nimitz<!--EZCODE BR START--><br /><!--EZCODE BR END--><br><!--EZCODE IMAGE START--><img src="http://navynuke.netfirms.com/ezboard/sub.gif" style="border:0;"/><!--EZCODE IMAGE END--></p><i></i>
Re: I didn't
I've released 4, albeit all pretty small, AGS games. 2 were very small, 2 were a medium. None of them had a single bug (at least none that I could find, or that anyone else brought to my attention). None of them were beta tested (to my recollection). As a perfectionist, I test every thing as the game (or whatever project) is being developed. I code meticulously. I visualize how everything works and connects and nothing goes on behind my back. Thus, bug-free. Doing this on a larger scale I would apply the same philosophy. The size is irrelevant (insert Yoda-phrase here). <p></p><i></i>
No sequel KingsQuest?
Well, I just read the first posts of this thread ...<br><br>I'm a young 19 years boy and besides Lemmings and Packman, Kingsquest IV was my first real computer game, I've played. I _guess_ it was the 4th part, but in every way, it's not released by your very nice company since now. It was about an dark sorcerer, who deleted Graham's castle and familiy. Graham should find help in the desert, in the mountains and in a closely town.<br><br>Thanks for spending your time - zeal <p></p><i></i>
-
- Moderator
- Posts: 2058
- Joined: Tue Jan 22, 2002 2:29 am
Actually...
That was KQV. <!--EZCODE EMOTICON START :) --><img src=http://www.ezboard.com/intl/aenglish/im ... /smile.gif ALT=":)"><!--EZCODE EMOTICON END--> <br><br>~Wolfgang <p></p><i></i>