Adventure: Ultima IV Part 2
Moderators: Ice Cream Jonsey, joltcountry
-
- Posts: 272
- Joined: Sun Dec 02, 2007 4:07 pm
- Location: California, USA
Adventure: Ultima IV Part 2
I'm starting a new thread to replace the previous "work in progress" thread, now that this is a released game.
For those just joining us: Ultima IV Part 2 is an adventure for Adventure Creation Kit, a parody of the Ultima series, set during the time between Ultima IV and Ultima V. More information, and downloads, can be found at:
http://www.80sgaming.org/ultima-parody
Readers note: there may be spoilers in this thread!
For those just joining us: Ultima IV Part 2 is an adventure for Adventure Creation Kit, a parody of the Ultima series, set during the time between Ultima IV and Ultima V. More information, and downloads, can be found at:
http://www.80sgaming.org/ultima-parody
Readers note: there may be spoilers in this thread!
-
- Posts: 223
- Joined: Sun Jan 25, 2009 2:17 am
- Location: Dallas, TX
-
- Posts: 272
- Joined: Sun Dec 02, 2007 4:07 pm
- Location: California, USA
This seems to be a DosBox thing with the sound emulation. There are some settings you can try in the dosbox.conf (if you use the Windows launcher, edit both the dosbox.conf and ackmod.conf in the launcher's folder)
Under the [mixer] section, try these values:
blocksize=1024
prebuffer=1000
The sound will skip a little less (though still a tiny amount sometimes). However it'll skip a little more sometimes when it terminates playing of a song. So there don't seem to be "perfect" settings.
Under the [mixer] section, try these values:
blocksize=1024
prebuffer=1000
The sound will skip a little less (though still a tiny amount sometimes). However it'll skip a little more sometimes when it terminates playing of a song. So there don't seem to be "perfect" settings.
-
- Posts: 272
- Joined: Sun Dec 02, 2007 4:07 pm
- Location: California, USA
-
- Posts: 272
- Joined: Sun Dec 02, 2007 4:07 pm
- Location: California, USA
If any of you are in the process of making an ACK adventure and want some further insight into how certain details were accomplished, feel free to send questions -- I can describe them in more depth. Most of them will end up being about what you can do with macros, and this game is a pretty good example because it does quite a few things with macros:
* Towns that are different in the day (music, merchants, people walking around) and in the night (crickets, guards asking what you're still doing up?, the occasional hooker)
* Dungeon rooms with puzzles and traps (like one where you have to arrange some items on the floor a certain way and then pull a lever... or another where you pull a lever to drain a pool... or another where a door tries to get away from you)
* Playing a cutscene and resurrecting the character on death, instead of just ending the game. (If you're playing, make sure to die at least once.)
* Interactive menus (for example, the orb, or the one in Buccaneer's Den)
So if you run into anything and want more detail on how I did it that way (and why), feel free to ask.
* Towns that are different in the day (music, merchants, people walking around) and in the night (crickets, guards asking what you're still doing up?, the occasional hooker)
* Dungeon rooms with puzzles and traps (like one where you have to arrange some items on the floor a certain way and then pull a lever... or another where you pull a lever to drain a pool... or another where a door tries to get away from you)
* Playing a cutscene and resurrecting the character on death, instead of just ending the game. (If you're playing, make sure to die at least once.)
* Interactive menus (for example, the orb, or the one in Buccaneer's Den)
So if you run into anything and want more detail on how I did it that way (and why), feel free to ask.
-
- Posts: 223
- Joined: Sun Jan 25, 2009 2:17 am
- Location: Dallas, TX
I noticed this in the game, and saw in the editor that there were separate 'day' and 'night' regions (as opposed to one region with some method to make objects disappear and reappear). I was curious, did you have to redraw the region completely to create the 'night' version, or was there some way to copy the worldmap data from one region to another?Chris H wrote: * Towns that are different in the day (music, merchants, people walking around) and in the night (crickets, guards asking what you're still doing up?, the occasional hooker)
-
- Posts: 272
- Joined: Sun Dec 02, 2007 4:07 pm
- Location: California, USA
I copied files manually -- but found that method wasn't ideal, as I had to delete and recreate all the portals. I'd like to add a "copy region" tool to the map editor to make this easier, as I can see lots of situations where this would be useful -- day/night, before/after an attack, etc.was there some way to copy the worldmap data from one region to another?
-
- Posts: 223
- Joined: Sun Jan 25, 2009 2:17 am
- Location: Dallas, TX
If it was a region that you only entered/left via the map edge, that might not be too bad, though...Chris H wrote:I copied files manually -- but found that method wasn't ideal, as I had to delete and recreate all the portals. I'd like to add a "copy region" tool to the map editor to make this easier, as I can see lots of situations where this would be useful -- day/night, before/after an attack, etc.was there some way to copy the worldmap data from one region to another?
Which files exactly do you have to copy to do this? Any special tricks we need to know about?
-
- Posts: 272
- Joined: Sun Dec 02, 2007 4:07 pm
- Location: California, USA
Say you wanted to copy region 12:
Back up your adventure. (I tend to do this about once an hour anyway when I'm working)
Create a new region (let's say it ends up as 17) of the same type and dimensions.
Copy the .A, .B, and .C files (copy game.A12 game.A17, etc.)
Open the new region and delete all the portals. If the map edge is a portal, change it to a non-portal terrain.
Re-create all the portals.
Set the region options as needed (those don't copy)
Back up your adventure. (I tend to do this about once an hour anyway when I'm working)
Create a new region (let's say it ends up as 17) of the same type and dimensions.
Copy the .A, .B, and .C files (copy game.A12 game.A17, etc.)
Open the new region and delete all the portals. If the map edge is a portal, change it to a non-portal terrain.
Re-create all the portals.
Set the region options as needed (those don't copy)
-
- Posts: 272
- Joined: Sun Dec 02, 2007 4:07 pm
- Location: California, USA
-
- Posts: 272
- Joined: Sun Dec 02, 2007 4:07 pm
- Location: California, USA
Hi everyone,
I've posted a patch (this isn't an ACK patch, it's just some updated files for the U4PART2 game) that fixes bugs with torches and swamp boots. You can download it at:
http://www.80sgaming.org/ultima-parody/ ... -patch.zip
Any future patches that fix game bugs (as opposed to engine bugs) will be announced here, so you might want to subscribe to this thread.
I've posted a patch (this isn't an ACK patch, it's just some updated files for the U4PART2 game) that fixes bugs with torches and swamp boots. You can download it at:
http://www.80sgaming.org/ultima-parody/ ... -patch.zip
Any future patches that fix game bugs (as opposed to engine bugs) will be announced here, so you might want to subscribe to this thread.
wheelbarrow and the sand
I've got a wheelbarrow full of sand how do i empty it into lake generosity?
-
- Posts: 223
- Joined: Sun Jan 25, 2009 2:17 am
- Location: Dallas, TX
I found it, but I don't know what you're supposed to do with it yet. I tried dropping it on Exodus's amplifier but that didn't do anything. :)Chris H wrote:So has anyone found the "hot coffee" yet or figured out what it's for? ;)
BTW, excellent job on this game. I have been having a lot of fun playing it, and I never even played any of the Ultima games so I'm sure it would be even more entertaining if I actually understood all the in-jokes. :)
-
- Posts: 272
- Joined: Sun Dec 02, 2007 4:07 pm
- Location: California, USA
I'm glad to hear that it works out to be funny either way, then. :) Yeah, no doubt some of the gags would make more sense having played the originals... the ordeal that Katrina puts you through is funnier if you've played U6, for example... and the deal with Iolo/Gwenno/Smith is funny when you remember that U5 has Iolo and Smith alone in a cabin in the woods, with his wife nowhere in sight. Some of the jokes were a little obscure: putting Indiana Jones in Yew was making fun of the fact that Short Round was in Yew in U4. The older Ultimas (especially U2, which for reasons I can't explain is my favorite) loved to squeeze pop culture into unlikely places.
mystic staff?
I've been looking all over for the mystic staff and I can't find it! Any hints? :)
-
- Posts: 272
- Joined: Sun Dec 02, 2007 4:07 pm
- Location: California, USA
U4PART2 in the news...
Hi everyone,
The game has received kind mentions from Dino's Ultima page and from Ultima:Aiera.
I've also had a ton of traffic from a thread on rpgcodex.net where someone posted a poll, "is U4P2 worth playing?" The "No" answer is winning, but what do you think? Drop by and vote!
And feel free, those of you who have played, to mention the game to friends or on other sites if it's on-topic to do so. Thanks, to those who have sent in comments or shared the game with others, for your support!
- Chris H
The game has received kind mentions from Dino's Ultima page and from Ultima:Aiera.
I've also had a ton of traffic from a thread on rpgcodex.net where someone posted a poll, "is U4P2 worth playing?" The "No" answer is winning, but what do you think? Drop by and vote!
And feel free, those of you who have played, to mention the game to friends or on other sites if it's on-topic to do so. Thanks, to those who have sent in comments or shared the game with others, for your support!
- Chris H
- Ice Cream Jonsey
- Posts: 30065
- Joined: Sat Apr 27, 2002 2:44 pm
- Location: Colorado
- Contact:
I wouldn't worry too much about what some of those dick-whistlers are up to over there, with their poll. Not only because of sample size, but:
Ultima iv? WTF is that shit? It looks ugly and has a shitty gameplay, modern console games have better gameplay than that
the dark and gritty...Ice Cream Jonsey!