Page 1 of 1

Adding non-pixel art sprites to Dune 2000

Posted: Tue Oct 26, 2021 10:39 pm
by Likeside
Hello! I have found your project recently and came up with an idea to redraw sprites for dune 2000 in a non-pixel art style (high resolution sprites made with bitmap editor such as krita). Is there a way to implement such graphics to dune 2000? Thank you in advance for your answer.

P.S.: I am a junior game developer with unity (1 year studies, 4 months professional expierence) and I am able to write in c#, if it matters.

Re: Adding non-pixel art sprites to Dune 2000

Posted: Wed Oct 27, 2021 4:44 pm
by abcdefg30
Hi! It is possible to add new graphics to a mod. The game can load sprites from pngs (and other formats which aren't so nice to work with), so it should be doable with bitmap editors.

Re: Adding non-pixel art sprites to Dune 2000

Posted: Wed Oct 27, 2021 5:54 pm
by Likeside
Thank you very much for a quick response! I would be grateful if you gave me a hint on wherefrom I can get a complete set of spritesheets of dune2k

Re: Adding non-pixel art sprites to Dune 2000

Posted: Wed Oct 27, 2021 9:51 pm
by abcdefg30
You can extract them using the Openra.Utility. It should work when using with the "--png" command and the relevant .R8 file. (Something like "--png DATA.R8 PALETTE.BIN" IIRC.)