Kings Quest 2¼: Breast Intentions
Moderators: adeyke, VampD3, eriqchang, Angelus3K
Kings Quest 2¼: Breast Intentions
I've just produced a new fan game, Kings Quest 2¼: Breast Intentions. Prince Alexander has just been kidnapped. His kidnappers are feeding him infant formula, but Prince Alexander is allergic formula. He must be fed breast milk, or he will die. Queen Valanice goes out to search for Prince Alexander. The object of the game is to find Prince Alexander and breastfeed him.
You can download the game here. Enjoy!
I'm looking into setting up a message board is there is sufficient interest. Are there any good free message boards? I checked out ezBoards and found a free trial period. It didn't say how long the trial peroid lasts. I don't want to have to pay for a board because I'm not making any money off this board. Does anyone have any suggestions? Thanks.
Intermezzo Software
The Maestro
You can download the game here. Enjoy!
I'm looking into setting up a message board is there is sufficient interest. Are there any good free message boards? I checked out ezBoards and found a free trial period. It didn't say how long the trial peroid lasts. I don't want to have to pay for a board because I'm not making any money off this board. Does anyone have any suggestions? Thanks.
Intermezzo Software
The Maestro
-
- Peasant Status
- Posts: 3
- Joined: Sat Jan 15, 2005 12:50 am
The installation program requires you to have a copy of a Sierra game that uses the AGI interpreter. That would be KQ1, KQ2, KQ3, SQ1, SQ2, LSL1, PQ1, Gold Rush, and a few others. The game SWAT2 does not use the AGI interpreter, so that game won't work.
I'm not sure whether I'm legally allowed to distribute the AGI interpreter, so that's why I haven't included it with the game. The game is really supposed to be an "add-on" to other games that you already have. Also, since practically all the graphics in the game come from Sierra AGI games (due to my severely limited ability in the graphic arts), if I were to give away the AGI interpreter, it might raise too many red flags with Sierra (as if I haven't done that all ready).
However, there is an alternative. The game will also run with the NAGI interpreter. I have just tested the game with that interpreter right now. The game will run, and the music is a lot better, besides. I am a bit hesitant to recommend this solution, because then anyone can play the game who has never purchased a Sierra game, but, nonetheless, it will work.
To use the NAGI interpreter with KQ2¼, you have to trick the interpreter into thinking that it is running a legitimate Sierra game. I did this by putting the resource files for KQ2¼ into a folder called KQ1. You may have to play around a bit to get it to work. I deliberately didn't include specific instructions for doing this with the game because, as I've said, I want to promote this game as an add-on to Sierra games, not a substitute for them.
I'm not sure whether I'm legally allowed to distribute the AGI interpreter, so that's why I haven't included it with the game. The game is really supposed to be an "add-on" to other games that you already have. Also, since practically all the graphics in the game come from Sierra AGI games (due to my severely limited ability in the graphic arts), if I were to give away the AGI interpreter, it might raise too many red flags with Sierra (as if I haven't done that all ready).
However, there is an alternative. The game will also run with the NAGI interpreter. I have just tested the game with that interpreter right now. The game will run, and the music is a lot better, besides. I am a bit hesitant to recommend this solution, because then anyone can play the game who has never purchased a Sierra game, but, nonetheless, it will work.
To use the NAGI interpreter with KQ2¼, you have to trick the interpreter into thinking that it is running a legitimate Sierra game. I did this by putting the resource files for KQ2¼ into a folder called KQ1. You may have to play around a bit to get it to work. I deliberately didn't include specific instructions for doing this with the game because, as I've said, I want to promote this game as an add-on to Sierra games, not a substitute for them.
-
- Defense Minister Status
- Posts: 736
- Joined: Tue Sep 17, 2002 2:54 pm
- Location: Kolding, Denmark
- Contact:
You don't have to trick NAGI to do anything. Just put it in a new folder in the NAGI directory and it will appear with the folder as it's name. To make it appear as the right name, you'll want to add this to NAGI's standard.ini file:
(The ;2.917 line is not needed, but I use it to signify the ACTUAL interpreter version.)
Afterwards, modify the crc_list= line at the top of the file, so NAGI knows to look at the KQ2.25 section. It should look similar to this:
I've cut out much of the line, so as not to take up TOO much space. At any rate, the important thing is the KQ2.25, which is what you should add to the comma-seperated list.
The process is the same for any AGI game, Sierra- or fan-made. The CRCs are extracted by setting crc_print to 1 in nagi.ini, and you modify standard.ini to include all of the info shown above. The interpreter version (used for the inherits value) can be extracted using AGIVER, which can be downloaded on the URI Quest site. Accepted values are found in standard.ini, on the agi_list line. Most fan-made games shuold use pc_2_936.
And for the record, you already HAVE included most of the interpreter, namely the the .OVL files and the AGI file. You just haven't included the program that loads the interpreter, SIERRA.COM. If you want to be on the safe side, just find one of the AGI Demo packs and put that on your site. The URI Quest site (ilnked above) have Demo Pack #3 available, which uses the 2.917 interpreter (same as the interpreter files you've included with your game).
Code: Select all
[KQ2.25]
name=King's Quest II 1/4: Breast Intentions
inherits=pc_2_936
;2.917
id=KQ2.25
crc_object=0xB5327760
crc_words=0x172BB4A2
crc_vol_0=0x3F539C33
crc_dir_log=0x10182191
crc_dir_pic=0x7D5D4091
crc_dir_view=0x8E8B2693
crc_dir_snd=0x60B32F0A
Afterwards, modify the crc_list= line at the top of the file, so NAGI knows to look at the KQ2.25 section. It should look similar to this:
Code: Select all
crc_list=gr,grcr,gr35cr,kq,kq2,kq3,kq4,(...),KQ2.25
The process is the same for any AGI game, Sierra- or fan-made. The CRCs are extracted by setting crc_print to 1 in nagi.ini, and you modify standard.ini to include all of the info shown above. The interpreter version (used for the inherits value) can be extracted using AGIVER, which can be downloaded on the URI Quest site. Accepted values are found in standard.ini, on the agi_list line. Most fan-made games shuold use pc_2_936.
And for the record, you already HAVE included most of the interpreter, namely the the .OVL files and the AGI file. You just haven't included the program that loads the interpreter, SIERRA.COM. If you want to be on the safe side, just find one of the AGI Demo packs and put that on your site. The URI Quest site (ilnked above) have Demo Pack #3 available, which uses the 2.917 interpreter (same as the interpreter files you've included with your game).
-
- Peasant Status
- Posts: 3
- Joined: Sat Jan 15, 2005 12:50 am
So it isn't a game on it's own?maestro wrote:The installation program requires you to have a copy of a Sierra game that uses the AGI interpreter. That would be KQ1, KQ2, KQ3, SQ1, SQ2, LSL1, PQ1, Gold Rush, and a few others. The game SWAT2 does not use the AGI interpreter, so that game won't work.
I'm not sure whether I'm legally allowed to distribute the AGI interpreter, so that's why I haven't included it with the game. The game is really supposed to be an "add-on" to other games that you already have. Also, since practically all the graphics in the game come from Sierra AGI games (due to my severely limited ability in the graphic arts), if I were to give away the AGI interpreter, it might raise too many red flags with Sierra (as if I haven't done that all ready).
However, there is an alternative. The game will also run with the NAGI interpreter. I have just tested the game with that interpreter right now. The game will run, and the music is a lot better, besides. I am a bit hesitant to recommend this solution, because then anyone can play the game who has never purchased a Sierra game, but, nonetheless, it will work.
To use the NAGI interpreter with KQ2¼, you have to trick the interpreter into thinking that it is running a legitimate Sierra game. I did this by putting the resource files for KQ2¼ into a folder called KQ1. You may have to play around a bit to get it to work. I deliberately didn't include specific instructions for doing this with the game because, as I've said, I want to promote this game as an add-on to Sierra games, not a substitute for them.
It is a game that you can play by itself. I just followed the example of some other AGI game developers and left out one of the critical files that you need to play the game. All the Setup program does is make a copy of that file from one of your legitimate Sierra games. The purpose was to insure that you have purchased a legitimate Sierra game first.Dr. Mabuse wrote:So it isn't a game on it's own?
Since you own a Sierra game, but not a Sierra AGI game, we're explaining how to bypass that protection by subsitiuting another file for the one critical file that I deliberately left out.
Thanks for the advice.Pidgeot wrote:You don't have to trick NAGI to do anything. Just put it in a new folder in the NAGI directory and it will appear with the folder as it's name.
Again, thanks, but I think that I'll stick with the way that I've been doing it.Pidgeot wrote:If you want to be on the safe side, just find one of the AGI Demo packs and put that on your site.
However, please realize that
1.distributing Sierra's loader (or AGI interpreter) is not illegal, since several freely distributable demos exist that include it.
2.distributing copyrighted graphics, sounds and animations compiled into a new game, however, is illegal.
3.your reasoning implies that if I possess a legal copy of one Sierra game, I am entitled to make an illegal copy of any other Sierra game - this is legally unsound.
4.the Sierra loader performs a version check; therefore despite what your install program says, the majority of loaders taken from Sierra AGI games will not work with your game, and instead display "bad program image" and quit.
1.distributing Sierra's loader (or AGI interpreter) is not illegal, since several freely distributable demos exist that include it.
2.distributing copyrighted graphics, sounds and animations compiled into a new game, however, is illegal.
3.your reasoning implies that if I possess a legal copy of one Sierra game, I am entitled to make an illegal copy of any other Sierra game - this is legally unsound.
4.the Sierra loader performs a version check; therefore despite what your install program says, the majority of loaders taken from Sierra AGI games will not work with your game, and instead display "bad program image" and quit.
Ok I have downloaded it and found many bugs and errors inside that game.
There is no down and up animation sprites of the queen when I walk down and up with her.
When I go down in some area and want to get up again I am not then in same area I was in before.
I get a error message when I go left and then up from the castle gate.
And most of all it has only pc beep sounds wich I hate. And because of that I always have to use F2 button to take that sound away. I mean there is probably nothing wrong with that music I just hate pc beep music and sounds.
And I don't know where I should go. I can't give you my scorepoints for this because I haven't finish that game yet.
I don't know where I should go so where can I get hints or walkthrough for that game because I am totally stuck.
I hope this message was not too negative for you Maestro.
There is no down and up animation sprites of the queen when I walk down and up with her.
When I go down in some area and want to get up again I am not then in same area I was in before.
I get a error message when I go left and then up from the castle gate.
And most of all it has only pc beep sounds wich I hate. And because of that I always have to use F2 button to take that sound away. I mean there is probably nothing wrong with that music I just hate pc beep music and sounds.
And I don't know where I should go. I can't give you my scorepoints for this because I haven't finish that game yet.
I don't know where I should go so where can I get hints or walkthrough for that game because I am totally stuck.
I hope this message was not too negative for you Maestro.
That was intentional. The sprite was taken directly from KQ2. In that game, the sprite had only two directions of movement. For reasons of nostalgia, I wanted to keep the sprite exactly the same and not add extra loops for up and down movement.Fribbi wrote:There is no down and up animation sprites of the queen when I walk down and up with her.
Those are bugs that I'll fix shortly. Thanks for noticing them.Fribbi wrote:When I go down in some area and want to get up again I am not then in same area I was in before.
I get a error message when I go left and then up from the castle gate.
Try using NAGI. (see above).Fribbi wrote:And most of all it has only pc beep sounds wich I hate. And because of that I always have to use F2 button to take that sound away. I mean there is probably nothing wrong with that music I just hate pc beep music and sounds.
I'll answer these questions after I fix the bugs mentioned above.Fribbi wrote:And I don't know where I should go. I can't give you my scorepoints for this because I haven't finish that game yet.
I don't know where I should go so where can I get hints or walkthrough for that game because I am totally stuck.
Not at all. Thanks for the feedback.Fribbi wrote:I hope this message was not too negative for you Maestro.
I think you mean "live," not "life." "Live" is a verb (when pronounced with a short "i") or an adjective (when pronounced with a long "i"). "Life" is a noun.Fribbi wrote:"Some people only like to life for what they want to life for. "
BTW, if anyone wants to recommend a good free message board, I can answer any game related questions there instead of here, if you prefer.
Okay, I have fixed the bugs that Fribbi has pointed out and uploaded the new version to my site. You can download the new version now.
Here's what I fixed: Some rooms in the game are only supposed to be accessible at the end of the game. In particular, at the beginning of the game, when you leave the castle, you are only supposed to be able to go left. At the end of the game, when you return to the castle, you will be returning from the right. However, I forgot to test the flag to see whether it is permissible to go right from the castle. The fix that I put in prevents you from going right at the castle gate until the end of the game.
The reason for all this is that the rooms to the right of the castle gate are only useful at the end of the game, and it would only cause confusion to allow the player to wander around those rooms at the beginning of the game and have nothing to do there. In addition, accessing those rooms at the beginning of the game causes inconsistencies in leaving a room and returning to a different room. If anyone else has started to play the game with the old version, I strongly recommend downloading the new version. Your saved games should work just as well with the new version. If you are playing the old version, please disregard the rooms to the right of the castle gate at the beginning of the game.
After that, explore some more, and do what you usually do in an adventure game. And, while you're adventuring, don't forget to periodically fill up the bottles with milk. This is an important part of the game and is easy to forget as you're doing other things.
Here's what I fixed: Some rooms in the game are only supposed to be accessible at the end of the game. In particular, at the beginning of the game, when you leave the castle, you are only supposed to be able to go left. At the end of the game, when you return to the castle, you will be returning from the right. However, I forgot to test the flag to see whether it is permissible to go right from the castle. The fix that I put in prevents you from going right at the castle gate until the end of the game.
The reason for all this is that the rooms to the right of the castle gate are only useful at the end of the game, and it would only cause confusion to allow the player to wander around those rooms at the beginning of the game and have nothing to do there. In addition, accessing those rooms at the beginning of the game causes inconsistencies in leaving a room and returning to a different room. If anyone else has started to play the game with the old version, I strongly recommend downloading the new version. Your saved games should work just as well with the new version. If you are playing the old version, please disregard the rooms to the right of the castle gate at the beginning of the game.
The first thing that you need to do is get a breast pump and some bottles. Have you explored all the rooms in the game? (Again, disregard the rooms to the right of the castle gate if you are playing the old version.) Although the rooms may look identical to Kings Quest I, there are differences. Try going to all four edges of every room to see whether there are any rooms that you may have missed (again, ignoring anything to the right of the castle gate if playing the old version). When you get to the room with the breast pump and bottles, you should recognize it immediately.Fribbi wrote:And I don't know where I should go. I can't give you my scorepoints for this because I haven't finish that game yet.
I don't know where I should go so where can I get hints or walkthrough for that game because I am totally stuck.
After that, explore some more, and do what you usually do in an adventure game. And, while you're adventuring, don't forget to periodically fill up the bottles with milk. This is an important part of the game and is easy to forget as you're doing other things.
Ok I have found that breast pump 10 empty bottles, knife, the key and a flint. I am stuck in a old cottage with a poor people and they are again hungry. What happened to that soup that King Graham gave to them.
I thougth they will never be hungry again after that gift. (Maybe it was stolen when they were sleeping since there is no out door on the old poor cottage hmmmm) :lol But since I can't find any more magic bowl wich are always refilled with the same soup again for them what am I supposed to find then for them then instead?
I thougth they will never be hungry again after that gift. (Maybe it was stolen when they were sleeping since there is no out door on the old poor cottage hmmmm) :lol But since I can't find any more magic bowl wich are always refilled with the same soup again for them what am I supposed to find then for them then instead?
Well, I was lazy and just kept in the same text from Kings Quest I.Fribbi wrote:What happened to that soup that King Graham gave to them.
I thougth they will never be hungry again after that gift.
Remember, although the graphics were taken from other games, the puzzles are completely different. There is no bowl to find to give to the woodcutter. However, the woodcutter does play an important part in the story. At the point that you are in the game, interacting with the woodcutter is the next thing that you must do in order to get past this point. But the interaction is not the same as it was in KQ1. In particular, you are not trying to relieve them of their hunger. Always keep in mind the goal of the adventure: to locate your son.
BTW, have you been filling up the bottles? Don't forget to do that. Take a look at the menu. The keys "(" and ")" can be used as shortcuts for this purpose.
-
- Royal Servant Status
- Posts: 52
- Joined: Tue Jan 25, 2005 6:59 pm
Rog, we've been over this before, and trust me if I say that you are plainly and entirely wrong about this. If you don't believe me, read the legal disclaimer for AGDI (the part where it says they have official permission from Vivendi to remake the Sierra games), and the legal Cease & Desist order that they used to take down QfO and QfG4.5.Phoenix Software wrote:Radient> Even though it is not legal, I doubt Vuvendi cares anymore, they have shown no interest in fan projects.
-
- Royal Servant Status
- Posts: 52
- Joined: Tue Jan 25, 2005 6:59 pm
So all fan projects should be well aware of the legal hazards, and be careful with what they say and do, and should consider if their time and effort might not be better spent in another fashion. The vast majority of indie games aren't infringing on any copyrights. Strict 'fan'games, such as any KQ or SQ sequel/prequel/interquel/alterquel, are.Phoenix Software wrote:So, all fan projects should be shut down? That never stopped any other project like QFI or KQ3VGA...
But since you're no longer part of SQ:VM, what's it to you anyway?
-
- Royal Servant Status
- Posts: 52
- Joined: Tue Jan 25, 2005 6:59 pm
Yes I have filled them all 10 bottles but when I try to say " Give milk to woman or man" nothing happens so what word am I suppose to say then?BTW, have you been filling up the bottles? Don't forget to do that. Take a look at the menu. The keys "(" and ")" can be used as shortcuts for this purpose.
BTW I found two error in this time.
The first error is the same when I walk to left and up This happens on the same screen, front of the castle. I am always kicked out from the game when I go there after geting this strange message
"Logic 15 not found"
In the well. Sometimes I can climb up from the well after lowering me down on the bucket and sometimes I am stuck and can't get nowhere out.
And oh yes how am I suppose to get the bucket if I can't cut the rope with the dagger?
The bottles are not objects that you use to trade for other objects. Their purpose is to allow other caretakers to feed your children when you are not around to do it yourself. In this game, their principle purpose is to feed your son Alexander. The woodcutter couple will not be feeding either of your children, so there is no need to give the bottles to them.Fribbi wrote:Yes I have filled them all 10 bottles but when I try to say " Give milk to woman or man" nothing happens so what word am I suppose to say then?
I shall fix those errors and put up a new version shortly. But you can keep playing the current version if you keep in mind the points below:Fribbi wrote:BTW I found two error in this time.
There is no room 15 in this game. When you try to go north from the castle, you should simply be stopped at the horizon. This was code left over from KQ1 that I neglected to remove. Until I fix the problem, simply avoid going north from the castle.Fribbi wrote:The first error is the same when I walk to left and up This happens on the same screen, front of the castle. I am always kicked out from the game when I go there after geting this strange message "Logic 15 not found"
I neglected to draw the rope when you enter the well from above. I'll fix that shortly. When I tested the game myself, I mostly tested the "correct" paths through the game. If something does doesn't appear to work properly, there's a good possibility that you don't need to do it until later on in the game. (But please report these things to me, anyway.)Fribbi wrote:In the well. Sometimes I can climb up from the well after lowering me down on the bucket and sometimes I am stuck and can't get nowhere out.
Remember, although the graphics may be the same, the puzzles in this game are not the same puzzles as were in KQ1. Although the well has a crucial function in this game, you do not need to cut the bucket from the rope.Fribbi wrote:And oh yes how am I suppose to get the bucket if I can't cut the rope with the dagger?
There are still some more inventory items that you must collect before leaving Daventry. Some games will show you a glint of light to indicate a small object that you must pick up. Since this game is relatively short, I have chosen not to do this, in order not to make the game too easy. So there are some inventory items for which you must simply move around the screen and type "LOOK AT <name of larger object>" in order to be told that there is a small object nearby that you must pick up. You will not be aware of the small objects otherwise.
EDIT: The two aforementioned bugs have been fixed.
-
- Royal Vizier Status
- Posts: 2302
- Joined: Mon Sep 08, 2003 3:37 am
- Location: Central New York
- Contact: