Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/03/2018 in all areas

  1. Some more compatibility updates... I made a dummy dplayx.dll that can be used to start the game without the need to install DirectPlay. DirectPlay is deprecated not included with windows anymore, hence why there have been problems starting the game. Normally windows 10 offers you to automatically install it, but this doesn't work all the time. To workaround the problem, download dplayx.dll and place it into your game folder: https://github.com/CnCNet/dummy-dplayx/releases The cool thing is, your game will be starting a lot faster now! So even if your game is already working you can still download the file and gain an advantage from it This is what you probably have seen if you tried to play the game without having DirectPlay installed: The application was unable to start correctly (0xc000022). Click OK to close the application.
    1 point
  2. Hey! Another tiny update is here! Download: D2kEditorv13pre2.zip Changelog: Fixed: Editing marker (i.e. building marker, current block) not showing when Mission settings or Events/Conditions window is open and is on background or minimized Added: "MissionsPath" setting in .ini file. It can be changed in case game loads maps/mission files from different location Fixed: The UI components now should not be messed up on systems where scaling is set to different value than 100% Music can be selected from a dropdown list in the Mission settings window as well (like in Play music event). Fixed the last unit in unit selection list not shown. Thank you all for your comments and helping me making this editor better. Well, I have an idea how that can be worked around. You can create one additional Flag condition, which will be there just for temporarily disabling your events. If you want to disable an event, just add this condition into its condition list. As the condition is always evaluated false, the event will never happen. Hmm, I actually made a Red Alert tileset for Dune 2000 myself in the past: https://forum.dune2k.com/topic/27109-release-new-dune-2000-tilesets/?do=findComment&comment=391645 Not sure how popular/spread it got, and it looks like the attachment does not work anymore. I can reupload if you want. I don't think I ever downloaded or used the resource editor. About TILEDATA.BIN editor, I posted it in this thread: https://forum.dune2k.com/topic/27065-release-tiledata-editor/?tab=comments#comment-390973 but looks like attachment is broken there as well. Here's reupload: TileDataEditor.zip
    1 point
  3. As some people probably already heard, I made a font editor to edit the font format in Command & Conquer 1. Well, happy coincidence, it turned out this works for a bunch of other games, including Dune II. But that's not all; while implementing some of the pre-Dune2 font formats on request of Tomsons23, one of my strongest supporters and researchers in this journey, I got a request (from FunkyFr3sh) to also implement Dune 2000 support. Now, as people around here most probably already know, Dune 2000 was, in fact, not made by Westwood, and as a result, the font's internals were completely different from the Westwood formats. But we figured it out anyway So, without further ado... the Westwood Font Editor: Current version: 1.5.4 (21/12/2016) The project is built on the .Net framework v3.5 Its code is licensed under the WTFPL. Download: Downloads folder Source code: (C#) Sources folder Original development thread: (at cncnet.org) https://forums.cncnet.org/index.php?topic=6810.0 * * * Note on Dune 2000 support: The text encoding dropdown list has an extra "Dune 2000 text encoding" item at the bottom. The reason for this is that the font is strangely reordered. Dune 2000 has a text encoding translation table called "FONT.BIN", apparently meant to line up the used special characters in the font without leaving gaps. (Though, strangely, this isn't used to optimize the font in any way.) For example, if you need the character "ä", that's byte 0xE4 in the text encoding used by the game (Windows-1252; standard US / Western European). If you look on address 0xE4 in FONT.BIN, you'll see the value there is 0x80. This means that character "ä" is at index 0x80 (128) in the fonts. So, in short: ä = 0xE4 ==> table index 0xE4 ==> value 0x80 => font index 0x80 (The editor actually does the reverse; going from font table index to character by looking up in which spot in the table each index value is, but you don't need to do that, since Dune 2000 text files are just in Windows-1252 encoding) If you want to add fonts for a different text encoding to the game, I advise you to get rid of this whole nonsense by replacing FONT.BIN with a 256-byte file containing a simple sequence of bytes from 00 to FF, so each character simply gets mapped onto itself. This does require re-ordering all characters on the font to actually take their correct place... but I've already done that for you guys Dune 2000 fixed fonts: http://nyerguds.arsaneus-design.com/project_stuff/2016/WWFontEditor/resources/Dune2000FontsFixed.zip * * * Full list of supported types / games, as of v1.2.1: WWFont v1: -Wargame Construction Set -A Nightmare On Elm Street -DragonStrike -Circuit's Edge WWFont v2 -BattleTech The Crescent Hawk's Revenge -Eye of the Beholder -Eye of the Beholder II The Legend of Darkmoon WWFont v3 -The Legend of Kyrandia -Dune II -Lands of Lore The Throne of Chaos -The Legend of Kyrandia Hand of Fate -The Legend of Kyrandia Malcolm's Revenge -The Legend of Kyrandia Malcolm's Revenge Installer -Command & Conquer -Command & Conquer Installer -Command & Conquer Red Alert -Command & Conquer Red Alert Installer -Lands of Lore Guardians of Destiny -Lands of Lore Guardians of Destiny Installer -Command & Conquer Sole Survivor -Lands of Lore III WWFont v4 -Tiberian Sun -Tiberian Sun Installer -Tiberian Sun Firestorm -Tiberian Sun Firestorm Installer -Lands of Lore III Installer IGFont (Dune 2000 was made by Intelligent Games, not by Westwood) -Dune 2000
    1 point
  4. Small demonstration of edited Dune 2000 font:
    1 point
×
×
  • Create New...