Jump to content

Drakan: Order of the Flame AiO Patch


1 Screenshot

About This File

This is All in One unofficial patch for Drakan: Order of the Flame and the editing tools, combining fixes from all previously developed unofficial patches and adding a lot of my own improvements, including better widescreen support, making the multiplayer component fully functional on modern operating systems and over modern internet and generally making the game more stable. Official 445 Patch must be installed before applying this patch.

Changes compared to vanilla Drakan:

  • Fixed black menu background bug.
  • Prevented crash after selecting difficulty or pressing ESC while on the difficulty selection screen.
  • Fixed crash after exiting Alwarren.
  • Removed special camera rotation mode from 'left' special combo (left-forward-attack).
  • Removed special camera rotation mode from 'back' special combo (forward-backward-attack).
  • Added 2 active 'hitting intervals' for 'left' special attack.
  • Removed 'stuck in block' bug.
  • Increased amount of allocated memory for one of rendering routines (increases FPS a bit in more complex levels).
  • Removed part of problematic code that has to do with lens flare effects that causes crash during gameplay when there are lots of lightning effects, but you should still disable Lens Flare Effects under Graphics options, they cause quite significant lag spikes.
  • Level of detail (LOD) value is set to zero -> fully detailed in-game objects regardless of camera distance, small performance decrease, original LOD feature wasn't exactly doing miracles neither when it comes to excessive polygon counts in certain player-created levels. This is also an easy fix for a crash which occurs when 'fov' command is used to set higher FOV than 93 due to original LOD calculation being tied to FOV.
  • Added code that adjusts FOV based on your selected resolution's aspect ratio, so you see more things at once and actually utilize extra horizontal space if you have a wide monitor.
  • Session creation failed error will no longer occur if running server on anything newer than Windows XP or under WINE (Linux) or when setting up listen server AFTER playing a multiplayer game on someone else's server (assuming ports server intends to use aren't in use by some other program).
  • Fixed crash that occurs if Giant grabs you just after your death. Note that I only added an extra safeguard that prevents the crash, but doesn't fix the actual bug. Should the situation occur, the screen won't start fading to black like it normally would and the game won't end, but you can reload the last save and move on like nothing happened.
  • Fixed ice effect not showing up on Arokh after being frozen by an enemy and game crashing the moment he is supposed to blow into pieces. This bug only occurred when bump mapping was enabled.
  • Increased Max Fog Distance that can be set under Graphics options up to 200% (same as 'foghack' cheat), also overriding Max Fog Depth setting defined by level designer.
  • Dedicated server stores graphics settings (the ones in Windows registry) separately. Useful because dedicated server window size is defined by game resolution setting and can't be resized.
  • Minimizing the game when in fullscreen mode and connected to online game will no longer cause disconnect after 30 seconds. Same applies to minimized non-dedicated server, clients will no longer drop.
  • NAT fix - server has been patched so that it no longer responds back to the client using the UDP port that was used on the client side to establish connection, but rather the port visible on the server side as the originating source of the first packet sent by client. This eliminates the most notorious 30s disconnect bug.
  • Fixed crash that occurs when game contacts running machine that has no server running (no more crashing in multiplayer menu or while running server if contacting master server fails).
  • Added some common resolutions for use in windowed mode.
  • Fixed crash due to stack buffer overrun that occurs when entering Graphics menu on machines whose graphics hardware exposes a large number of resolutions.
  • Default value of MasterServerList variable in Drakan.cfg has been changed to "master.qtracker.com:27900,gsm.qtracker.com:27900" since GameSpy is gone.

Improvements in Second Edition of the AiO Patch:

  • Fixed game server crashing under certain circumstances (Windows version, installed updates, ...) when player connected to the server due to small assembly level detail I have overlooked when implementing NAT fix.
  • Game settings that get stored in registry are now stored under local user's registry key instead of system-wide key (HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE).
  • Removed all calls to RegFlushKey API.
  • Fixed some codepaths not closing registry key handle after use.
  • Fixed Texture Filtering drop-down list in Riot Engine Options not indicating Trilinear Filter was selected.

UPDATE 12/1/2015: Added proxy DLL with following features:

  • Automatically applies compatibility fixes required for the game to work properly on Windows 8+.
  • Fixes game not remembering windowed/fullscreen setting if changed in-game.
  • Populates windowed mode resolution list with the ones detected in the system.
  • Adds borderless windowed mode, when window is in that mode, it will also minimize when it looses focus.
  • Enables resizing of dedicated server window.
  • Makes the game able to get the server list from Qtracker.

UPDATE 6/15/2016:

  • Ported relevant engine fixes over to Level Editor's Engine.exe.
  • Changed borderless window settings to off by default, they're kinda hacky.
  • Borderless windowed mode code now places the window on correct monitor if you move it from the primary monitor and afterward set the correct resolution.
  • Added option to set whether borderless window minimizes when it loses focus.
  • Added option to make borderless window topmost.
  • Added Direct3D resolution limit remover, the game can now run through the old Direct3D API at resolutions above 2048 pixels, if the hardware supports it.
  • Added mini AiO Patch for the demo version.

UPDATE 6/20/2016:

  • Fixed Direct3D resolution limit remover so it doesn't crash the game anymore on some Windows versions.
  • Fixed the bug with quick-save not saving the correct music track ID to the save file under certain circumstance.
  • Restored engine's original LOD feature, crash-free, with LOD factor configurable by the user.
  • Skip FOV calculations unless the aspect ratio is actually greater than 4:3.
  • Added compatibility database with some additional fixes for the game and the Level Editor.

UPDATE 7/1/2016:

  • 2 forgotten fixes for the Level Editor 3D Viewer.

UPDATE 7/2/2016:

  • Respect Max Fog Depth property of the level, permanent 'foghack' is now optional setting, upper limit is still 60 (200%), vanilla Drakan has this at 30 (100%).
  • Min Fog Depth lower limit decreased from 12 (40%) to 5 (16%).
  • Added FOV multiplier setting.
  • Level Editor: Fixed memory leak caused by original patch that fixed 3D view crash.

UPDATE 7/8/2016:

  • Restored mipmapping feature, lost with a patch that addressed black menu bug.
  • Increased maximum texture size limit to 1024x1024 (was 256x256).
  • Made executables Large Address Aware, maybe it proves beneficial in the future.

UPDATE 7/12/2016:

  • Level Editor Texture View Options dialog updated to accept maximum view size of 1024.
  • Level Editor now releases handles to the 3D Viewer process and its thread.
  • Added registry config with correct settings for running the editor through WINE.

UPDATE 7/17/2016:

  • Level Editor: Fixed crashes and bugs that were caused by recursive calls to SendMessage API (SendNotifyMessage FTW!).

UPDATE 7/23/2016:

  • Level Editor: Fixed 2 memory leaks (messaging problem), one occurred when communicating STOMP time (STOP button), the other when painting in 3D window.
  • Level Editor: Changed default Level Properties regarding fog depth to be consistent with new engine limits.
  • Level Editor: Changed default value of Fog Limit in Calculate Layer Visibility window to be consistent with new engine limits.

UPDATE 7/31/2016:

  • Added updated Modeler.

UPDATE 8/11/2016:

  • Level Editor: Fixed some stupid regression that caused 3D view to error when selecting models.

UPDATE 8/14/2016:

  • Level Editor: Minor changes to used message sending APIs where STOMP time is involved, resolves memory leak when recording key frame.

UPDATE 10/13/2016:

  • Updated most of the levels' visibility data, with exception of Ruined Village and Volcano (Max Fog Distance at 200% is effective now).
  • Tweaked ballista and dragon NPCs to detect player sooner to compensate for larger viewing distance.

UPDATE 11/13/2016:

  • Implemented technically more correct fix for players being disconnected from multiplayer server when the game is minimized in fullscreen mode.
  • Controller Sensitivity slider under Options->Controls now allows minimum value of 0.1 (previous minimum was 0.6).

UPDATE 12/21/2016:

  • Level Editor: 3D engine will idle unless the user is interacting with it instead of hogging the CPU while not doing anything.
  • If game window doesn't have the focus, it will run at 15 FPS and sleep when the limit is reached to reduce CPU usage.
  • Made game and Level Editor 3D engine's message loops more conventional (PeekMessage called without message filtering).
  • Removed DisableProcessWindowsGhosting hack, not needed anymore due to above fix, game will never appear frozen unless it's actually frozen.

UPDATE 12/24/2016:

  • Level Editor 3D engine: Added option Timeout that specifies how much time passes with no activity before PeekMessage function is redirected to GetMessage.
  • Embedded manifest in executables that enables Visual Styles which makes editing tools look more faithful to Windows theme settings.

UPDATE 2/2/2017:

  • Fixed the glitch with some things not being initialized on the level transition if the game was minimized and in fullscreen mode.
  • Added dedicated server launcher which automatically restarts it if it crashes.

UPDATE 2/8/2017:

  • Reverted fix from previous update due to severe stability issues.
  • Fixed text corruption when multi-sample anti-aliasing is forced via graphics drivers (set Text Adjustment to Shifted in Graphics menu).
  • Allow 2048x2048 textures.
  • Taken care of some stupidities in dinput.dll, including doing things in DllMain that shouldn't be there.
  • Added compatibility database install/uninstall script for easier (de)installation.

UPDATE 2/16/2017:

  • Fixed some visual anomalies caused by new texel alignment code (scrollbar blur and vertical line through the map).

UPDATE 3/4/2017:

  • Fixed some layer visibility glitches in Alwarren.
  • Minor code fixes.

UPDATE 3/8/2017:

  • Fixed another visibility glitch in Alwarren.

UPDATE 5/10/2017:

  • Fixed regression from one of previous updates that caused dedicated server window to not refresh.
  • Added option to specify refresh rate.

UPDATE 5/31/2017:

  • Fixed some layer visibility glitches in Wartok Canyons (3 were also present in original level file, last one slipped in after visibility data update).
  • 445SP1 Patch features intended for usage of special attack animations in NoWhere level are now activated only for specified levels (see 445SP1 section in Arokh.ini).
  • 445SP1 Patch code for attack intervals was previously overwriting some unrelated code, this has been reverted.

UPDATE 6/5/2017:

  • Corrected HTTP GET request to have standard compliant line endings (server browser works again!).
  • Corrected issue with HTTP GET request not containing slash if URL lacked one.

UPDATE 6/7/2017:

  • Game will no longer display "This is not the correct version of Drakan for this territory!" message and quit if system locale is set to Japanese.

UPDATE 6/18/2017:

  • Fixed critical bug in Wartok Canyons since 5/31/2017 update, the floor with pushable stone to open wall door wasn't rendered.

UPDATE 6/19/2017:

  • Added a backup copy of NPCs.odb file (Drakan\Common\NPC\NPCs.odb.bak).

UPDATE 6/24/2017:

  • Level Editor 3D engine: Removed Timeout option, it's not needed anymore.
  • Level Editor 3D engine: Hopefully no more hangs caused by dinput.dll.
  • Fixed the remaining layer visibility glitches in Alwarren (hopefully that's everything).

UPDATE 7/3/2017:

  • Layer visibility optimizations in Grotto and Wartok Canyons.

UPDATE 7/31/2017:

  • Fixed a lot of layer visibility bugs in Ruined Village.

UPDATE 8/3/2017:

  • Minor layer visibility fixes in Volcano.

UPDATE 8/4/2017:

  • Another 2 missed layer glitches in Ruined Village were fixed.

UPDATE 9/2/2017:

  • ReceiveCallback functions now handle socket errors so they won't crash the engine anymore, eg. it was possible to crash the server by sending it an oversized query packet. The crash that could occur when leaving Join Game menu may be gone as well.
  • Replaced some duplicate memory management code in server query command processing functions with a call to common routine.
  • When combining multiple query commands, responses will be broken down in multiple packets only when the size of the previous one is approaching the maximum.
  • Added small routine to determine whether to tag the current query response packet with \queryid\#.# and/or \final\, previously this was under control of each query command processing function.
  • Sending a query string that begins with \secure\ command won't crash the server anymore.
  • \echo\ query command now responds with whatever was put as the second parameter.
  • Allow specifying server region code in the Arokh.ini file.

UPDATE 9/3/2017:

  • Game server will now notify master servers when it's shutting down.
  • Added master.333networks.com as one of the default master servers.
  • Added DirectSound DLL overrides in Drakan_Wine_Settings.reg.

UPDATE 9/22/2017:

  • Server browser now uses GameSpy protocol by default to get the server list.
  • Added more detailed status messages to the server browser, the original "Master Server Contacted" was very misleading.
  • Fixed the bug when refreshing server list could randomly corrupt process' internal state, among other things causing inability to connect to any server and the game process deadlocking on exit.
  • Resolved the problem with game temporarily freezing when multiplayer session ends and no players are connected.

UPDATE 9/25/2017:

  • Just another minor layer fix in Ruined Village.

UPDATE 2/17/2018:

  • Level Editor 3D engine: Empty DebugLog.txt will no longer be created.
  • Level Editor 3D engine: Sounds will no longer be muted when window loses focus.
  • Implemented per-user settings; config, saves and other data will be saved to user's Documents folder, in "My Games\Drakan".
  • Added option to turn on/off redirection of user data to user's Documents folder.
  • Screenshots will go to Screenshots subfolder and the old screenshots won't be overwritten.
  • Added option to disable the usage of performance counter for timing.
  • Game will no longer force-create registry key with A3D settings for old Aureal sound cards.
  • Reverted change from previous update that caused "No Servers Listed" message in server browser remain on screen permanently.
  • Deleting last user defined server from server browser will now delete servers.txt file from disk (only if the list is COMPLETELY empty), previously the file remained on disk with 1 server in it if the GUI was showing total of 0 servers.
  • Replaced PeekMessage call with GetMessage in a message loop for Riot Engine Options dialog, taking care of excessive CPU utilization.
  • Changed main loop to process all pending window messages before running a frame instead of just one per frame.
  • Increased default limit of concurrent playing sounds from 20 to 64 (no more sound cutoffs without a DirectSound wrapper).
  • Added missing trigger that turns off EAX Cave sound effect when leaving the cave in Ruined Village where 2 Scavengers attack an Orc.
  • Game will now use the audio device selected in Riot Engine Options dialog instead of always using default device.
  • It's now possible to select which monitor to use for fullscreen mode in Riot Engine Options dialog.
  • Added FPS limiter.
  • Restored compatibility with Windows 9x family of operating systems.
  • Removed now redundant compatibility database from the archive, you may remove "Drakan SDB" entry from programs list or using Compatibility Administrator if you've installed it.

UPDATE 3/30/2018:

  • Fixed regression introduced in previous update that causes dedicated server to get stuck in infinite loop on level change if its window is minimized.
  • Screenshots made while in 32-bit display mode will no longer be black under certain circumstances due to engine's indifference regarding display buffer format.
  • Removed incomplete crash fix for lens flare issue.

UPDATE 4/20/2018:

  • Added missing exports to hook dinput.dll that might be expected by 3rd-party software.

UPDATE 4/24/2018:

  • Fixed the item duplication bug that occurred when placing an item taking 2 horizontal slots at the far lower right side of the inventory.
  • Fixed the 'sword block flying' glitch.

UPDATE 5/1/2018:

  • Corrected the behavior of CPU feature detection function.

UPDATE 5/5/2018:

  • Increased Controller Sensitivity minimum value to 0.3 (lower values reset at startup).

UPDATE 5/8/2018:

  • Level Editor 3D engine: Inverted camera Y axis.
  • Loading the game the first time after level transition is now faster if the save is from the same level and is not loaded via Load Game menu.
  • Game will now load the Auto Save after level transition if the player hits any key on death fadeout screen and hasn't saved manually since.

UPDATE 5/13/2018:

  • Fixed the bug in the server browser that could result in invalid servers being added to the server list.

UPDATE 5/19/2018:

  • Now almost fully compatible with dgVoodoo2's fast video memory access.
  • Lens flare effects should now render under most circumstances, they're also smooth under dgVoodoo2 (turn on Fast video memory access in the latter!).

UPDATE 5/20/2018:

  • Crashes related to lens flare effects rendering are gone for good!

UPDATE 5/21/2018:

  • Now it really works properly with dgVoodoo2's fast video memory access.

UPDATE 6/4/2018:

  • Level Editor 3D engine: Allow system supported resolutions.
  • Level Editor 3D engine: Added option to turn off window message based execution blocking during inactivity for cases when it causes problems.
  • Added option to enable DSBCAPS_GLOBALFOCUS flag for DirectSound buffers.
  • Copy Drakan.cfg from install folder to user's personal Drakan folder if (s)he doesn't have config file already.
  • Prevent Windows from scaling game window at high DPI settings because it breaks the mouse (and is generally recommended for these types of games).
  • Don't call SetWindowPos on fullscreen window, it's redundant and can permanently mess up other applications' window sizes and positions.
  • Enabled enhanced GDI scaling at high DPI settings by default for the editing tools (supported on Windows 10 version 1703 and above).

UPDATE 6/17/2018:

  • Disabled mplayer.com button in Multiplayer menu since the service is long gone.
  • Dedicated server launcher now recognizes /abovenormal and /high parameters to set process priority of Drakan.exe (put them before anything else).
  • Drakan dedicated server now inherits priority of its launcher process (DrakanServer.exe) also if it's higher than normal (if applicable).
  • Moved SetErrorMode call to dinput.dll to allow dedicated server to be invoked by other means while keeping crash dialog disabled.
  • Added VBScript script for dedicated server invocation.

UPDATE 8/2/2018:

  • Minor code fixes.

UPDATE 8/6/2018:

  • No longer required to specify levels in Arokh.ini 445SP1 section in Level#=levelfile.lvl format, just normally one per line.
  • Automatically append file extension for the levels in 445SP1 section if missing.
  • Fixed the issue from the previous update with MDL_SWITCH flag being accidentally reset.
  • Fixed the inventory glitch which allowed items with width greater than 1 slot to be placed outside its boundaries.

UPDATE 8/8/2018:

  • Don't allow quick weapon switching when Rynn is in middle of attack or stunned.
  • Don't allow opening inventory when Rynn is stunned.

UPDATE 8/18/2018:

  • Editing tools now remember 9 recently opened files (increased from 4 for Level Editor and from 6 for Modeler).
  • Level Editor: Memory warning that always showed when setting number of undo levels above 4 now only appears on machines with low amount of installed physical memory.
  • Level Editor: Default setting for undo levels has been increased to 20 (initial setting will still be 4 on machines with 64 MB or less memory.)
  • Level Editor: Fixed the issue with message boxes related to undo setting popping up continuously if user closed the Level Properties dialog while undo number text box had keyboard focus.
  • Level Editor: Level Properties dialog now allows setting number of undo levels up to 100 (previous maximum was 16).
  • Level Editor: Now remembers number of undo levels across sessions.

UPDATE 8/20/2018:

  • Allow loading 32-bit textures from texture databases as they're known to be handled properly by the Riot Engine.

UPDATE 8/21/2018:

  • Fixed crash that can occur after failed DirectDraw surface creation during level load due to not all arguments being passed to debug error printing function.

UPDATE 8/22/2018:

  • Reverted quick weapon switch block when stunned and added stow weapon block while mid-attack.

UPDATE 8/24/2018:

  • Shortened the code dealing with lens flares.

UPDATE 8/29/2018:

  • Updated lens flare visibility checking code to be able to read 32-bit floating point depth values.
  • Added option to force usage of 32-bit depth mask.

UPDATE 9/2/2018:

  • Level Editor: Added support for importing 32-bit textures (24-bit and 32.bit *.bmp files are no longer converted to 16-bit).
  • Level Editor: Fixed the bug that caused pixel color values to be lower in the output image when exporting 16-bit textures.
  • Level Editor: Fixed broken 32 -> 16-bit texture conversion code.
  • Fixed a recent regression that caused lens flare visibility to be calculated incorrectly.

UPDATE 9/4/2018:

  • Fixed another odd case of lens flares not working due to working with incorrect depth mask.

UPDATE 10/28/2018:

  • Level Editor: Reduced "Brush Size" slider sensitivity in "Sculpt Tool" options dialog on the "Drawing" tab.
  • Level Editor: Added Mechanist's DEM (Digital Elevation Model) importer, extending functionality of "File->Import->Heights from Bitmap..." option.
  • Fixed broken alpha map of Texture24 in System.txd.
  • Fixed layer visibility bug in Alwarren in the area with Barrier Crystal 5 that slipped in when layer visibility data was updated; it made the water that puts out the flames to remain invisible.
  • Modified FPS limiter to accept values in decimal notation for more precise frame limiting.

UPDATE 10/31/2018:

  • Level Editor 3D engine: Fixed hang that happens under certain circumstances when viewing certain models.
  • Level Editor 3D engine: Process all messages in message queue before running a frame, like Drakan.exe.
  • Level Editor 3D engine: Fixed broken execution blocking on inactivity (main thread is halted only when renderer is inactive), we're also calling timeEndPeriod(1) in such scenario!
  • Round down MaxFPS value if performance counter is disabled.

UPDATE 12/28/2018:

  • Skip enumeration of audio devices when starting dedicated server.
  • Skip DirectMusic initialization when starting dedicated server.

UPDATE 3/10/2019:

  • Disabled FPS limiter and VSync during loading.
  • Added support for NAT-PMP and UPnP protocols for automatic port forwarding.

UPDATE 3/14/2019:

  • Fixed an issue with port forwarding thread hanging the process for extended period of time if server is closed while waiting for NAT-PMP response.




User Feedback

Recommended Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Found PCGamingWiki useful? Please consider making a Donation or visiting our Patreon.
  • Who's Online   0 Members, 0 Anonymous, 311 Guests (See full list)

    • There are no registered users currently online
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Member Statistics

    10,593
    Total Members
    3,870
    Most Online
    th3legendary
    Newest Member
    th3legendary
    Joined
×
×
  • Create New...