If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Wizardry: The Return of Werdna - The Fourth Scenario (DOS)
Jump to navigation
Jump to search
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Sir-Tech
Games > Games by platform > DOS games
Games > Games by publisher > Games published by Sir-Tech
Games > Games by release date > Games released in 1988
Games > Games by series > Wizardry series
Wizardry: The Return of Werdna - The Fourth Scenario |
---|
Developer: Sir-Tech This game has uncompiled source code. |
Wizardry: The Return of Werdna is one of the most difficult RPGs created of its time. It's so difficult that it's not included in compilations sometimes because it's that soul-crushingly difficult.
Uncompiled Source Code
Two tidbits for the Japanese text interpreter remain inside of the floppy disk. These can be found on both the Master and Scenario disk, though the locations listed below apply to the Master disk.
Beginning on Track 16, Sector 10:
( KanjiWindow, x+x+1, KWkanjiY ); KanjiStr[1] := h; KanjiStr[2] := l; WStr( KanjiWindow, KanjiStr ); Kmove( h, l, 1 ); end; end; Procedure PlotCursor( p: integer; c: char ); begin GotoXY( KanjiWindow, p+p+1, KWcurY ); Wchar( KanjiWindow, c ); end; Procedure SetCurPos( p: integer ); begin IF CURPOS <> -1 THEN { CURSOR IS ACTIVE NOW... } PlotCursor( CurPos, ' ' ); CurPos := p; PLOTCURSOR(
Beginning on Track 17:
begin SetCurPos( temp + 10 ); KPRedraw; end else if temp > 9 then begin SetCurPos( temp - 10 ); KPRedraw; end else SetCurPos( temp ); end; end; BEGIN UNITREAD(4, KEYMAP[0], SIZEOF(KEYMAP),ZMAPLOC); { READIN KANA.KEYMAP INFO } fillchar(s,maxlen+1,chr(0)); index:=0; HIRAKFLAG := TRUE; { HIRAKANA MODE FLAG IS TRUE } KANJIACTIVE := FALSE;
The Wizardry series
| |
---|---|
DOS | Knight of Diamonds - The Second Scenario • The Return of Werdna - The Fourth Scenario |
NES | Proving Grounds of the Mad Overlord • Knight of Diamonds • Legacy of Llylgamyn |
Mac OS Classic | The Knight of Diamonds |
Game Boy (Color) | Gaiden: Curse of the Ancient Emperor • Gaiden: Scripture of the Dark • Proving Grounds of the Mad Overlord • Legacy of Llylgamyn • Knight of Diamonds • Empire • Empire: Fukkatsu no Tsue |
SNES | V: Heart of the Maelstrom |
PlayStation | Empire: Inishie no Oujo • Empire II: Oujo no Isan |
Nintendo DS | Seimei no Kusabi • Boukyaku no Isan |
PlayStation 2 | Xth: Academy of Frontier • Xth 2: Unlimited Students |
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Sir-Tech
Games > Games by platform > DOS games
Games > Games by publisher > Games published by Sir-Tech
Games > Games by release date > Games released in 1988
Games > Games by series > Wizardry series