Posted: Fri Jun 08, 2012 6:06 pm
OpenRA.Utility.exe now extracts all tilesets from Dune 2000 and I made some progress fixing the improved TilesetBuilder2 from katzsmile (thanks!) I now have all tiles available soon and added the Dune 2000 terrain types including "Rough" as infantry-only, buildings only on "Rock" and slow movement on "Dune".
Playing the test version is quite difficult at the moment. Go to https://github.com/Mailaender/OpenRA/tree/dune and click ZIP or use git to download the source code. I use Linux and make. If you are on Windows use MSBuild or Visual Studio C# Express 2008.
Then get a Dune 2000 installation from somewhere (*cough* abandonware *hrrrm*) as extracting the setup.z from CD does not work at the moment. Copy the Data/*.R8 files and GAMESFX folder to "~/.openra/Content/d2k" or "My Documents/OpenRA/Content/d2k" on Windows and execute the bash script "ripD2kGamefiles.sh" which runs some command line tools that converts the game files for the OpenRA engine. If you are on Windows you need to create a batch file that does the same thing. Should not be too hard.
"mono OpenRA.Game.exe Game.Mods=d2k" starts the mod on Linux (without mono on Windows).
To get it started is a little annoying at the moment. Sorry for that. A GUI installer is high priority on the https://github.com/Mailaender/OpenRA/bl ... s/d2k/TODO list.
Playing the test version is quite difficult at the moment. Go to https://github.com/Mailaender/OpenRA/tree/dune and click ZIP or use git to download the source code. I use Linux and make. If you are on Windows use MSBuild or Visual Studio C# Express 2008.
Then get a Dune 2000 installation from somewhere (*cough* abandonware *hrrrm*) as extracting the setup.z from CD does not work at the moment. Copy the Data/*.R8 files and GAMESFX folder to "~/.openra/Content/d2k" or "My Documents/OpenRA/Content/d2k" on Windows and execute the bash script "ripD2kGamefiles.sh" which runs some command line tools that converts the game files for the OpenRA engine. If you are on Windows you need to create a batch file that does the same thing. Should not be too hard.
"mono OpenRA.Game.exe Game.Mods=d2k" starts the mod on Linux (without mono on Windows).
To get it started is a little annoying at the moment. Sorry for that. A GUI installer is high priority on the https://github.com/Mailaender/OpenRA/bl ... s/d2k/TODO list.