User:Uniblab

From Ultima Codex
Jump to navigation Jump to search

Updated Lich Graphics[edit]

Uniblab's Shapes.png

Uniblab's New Ultima IV Lich.gif

I updated my Sprites.Ega file because the Lich looks like a giant, mutant turnip. You can download my modified Shapes.Ega from File:SHAPES.zip.

Shapes.Cga[edit]

The things I learn when trying to hack *.Cga files. [1]

Dungeon Patches[edit]

I just spent the last 90 minutes writing a program to patch Destard, Shame, and Hythloth. I'll post the fix once I have properly tested them.

Destard[edit]

Room 12[edit]

Added starting positions for parties entering by the East and West.

Room 14[edit]

Added starting positions for parties entering by the East and West.

Shame[edit]

Room 9[edit]

A cosmetic patch, changed pillar arrangement to suggest points of a pentagram in Shame Level 6 Room 9.

Shame.L6.R9.ega.new.png

Room 12[edit]

A cosmetic patch, added a trigger changing the VOID (tile 126) at ( 4, 6 ) to brick wall (tile 127) when stepping on ( 5, 6 ). This is the same location which opens the path to the west.

Hythloth[edit]

Room 7[edit]

Added starting positions for parties entering by the East and South.

Room 9[edit]

Added trigger at location ( 9, 8 ) to change brick wall (tile 127) to floor (tile 22) at locations ( 0, 8 ) and ( 0, 9 ).

Next Work[edit]

  1. I need to visit with all folks who have a Humility-impacting dialog question. There is only a handful, but timing is important because of the cool-down.
  2. I need to hyperlink the names in the TLK file dump to their biographies in this wiki. That is most likely a manual operation, but it's possible a dict/map might work out. Basically a map of [ town, name ] => wikiEntry. Using a IDictionary<String, IDictionary<Int32, String>> would work better, [ town ][ index ] => wikiEntry, because the list of people is an ordered list in both the existing Wiki as well as the TLK files. I.e., Iolo always appears first in Britain and Gwenno second in Britain, etc.
  3. Then I need to go through and update some screen-grabs for a bunch of dungeon rooms. I have a list! EGA of course.
    1. Wrong
      1. L8R12
    2. Covetous
      1. L1R0
      2. L3
      3. L4R7
    3. Shame
      1. L7R10
      2. L8R13
      3. L8R14
  4. Why does Alkerion of Minoc have a questionFlag of 10?