Adventure: Ultima IV Part 2

Chris H.'s Ultima / ACS-style game development system!

Moderators: Ice Cream Jonsey, joltcountry

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Adventure: Ultima IV Part 2

Post by Chris H »

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!

rld
Posts: 223
Joined: Sun Jan 25, 2009 2:17 am
Location: Dallas, TX

Post by rld »

Just started playing, but it looks awesome so far.

One question: I notice a sound glitch in the background music each time a new BMP displays during the opening. Is that unavoidable, or is there some DosBox setting I could tweak to keep that from happening?

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

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.

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

Just a note to everyone that if you find Hawkwind's dialogue to be messed up (he greets you with a fragment of another response, instead of a real greeting) then your ACK may not be properly patched to v3.25. Save, quit, re-patch ACK, and then resume play.

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

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.

rld
Posts: 223
Joined: Sun Jan 25, 2009 2:17 am
Location: Dallas, TX

Post by rld »

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)
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
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

was there some way to copy the worldmap data from one region to another?
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.

rld
Posts: 223
Joined: Sun Jan 25, 2009 2:17 am
Location: Dallas, TX

Post by rld »

Chris H wrote:
was there some way to copy the worldmap data from one region to another?
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.
If it was a region that you only entered/left via the map edge, that might not be too bad, though...

Which files exactly do you have to copy to do this? Any special tricks we need to know about?

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

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)

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

I've fixed the audio skip issue with the title/intro. If you are experiencing that problem, just apply the ACK 3.251 patch. (It will patch the U4PART2 files for you.) Saved games won't be affected.

And new downloads of the game of course won't have the problem.

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

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.

Guest

wheelbarrow and the sand

Post by Guest »

I've got a wheelbarrow full of sand how do i empty it into lake generosity?

Guest

Post by Guest »

nevermind i found the spot to dump the sand lol

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

So has anyone found the "hot coffee" yet or figured out what it's for? ;)

rld
Posts: 223
Joined: Sun Jan 25, 2009 2:17 am
Location: Dallas, TX

Post by rld »

Chris H wrote:So has anyone found the "hot coffee" yet or figured out what it's for? ;)
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. :)

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. :)

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

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.

Rejor

mystic staff?

Post by Rejor »

I've been looking all over for the mystic staff and I can't find it! Any hints? :)

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

Have you completed the shrine quest?

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

U4PART2 in the news...

Post by Chris H »

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

User avatar
Ice Cream Jonsey
Posts: 28878
Joined: Sat Apr 27, 2002 2:44 pm
Location: Colorado
Contact:

Post by Ice Cream Jonsey »

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!

Post Reply