Converting levels to R'n'D level file format

Discussion around programming R'n'D, its source code and its tools.

Moderators: Flumminator, Zomis

Post Reply
The Rancid Dos Monks
Posts: 11
Joined: Wed Nov 18, 2020 8:24 pm

Converting levels to R'n'D level file format

Post by The Rancid Dos Monks »

Is it possible to 'Save As' in the level editor, some way or other?

A few weeks ago I implemented loading of RND level files in C#. Also saving of the field which is all I need now. But I didn't look into the other formats, like Emerald Mine format, for example. If I could just convert them that would save me some work.
User avatar
Holger
Site Admin
Posts: 4073
Joined: Fri Jun 18, 2004 4:13 pm
Location: Germany
Contact:

Re: Converting levels to R'n'D level file format

Post by Holger »

I'm a bit confused about what exactly you are attempting to do... :?

R'n'D already converts and saves levels of different formats (like Emerald Mine or Supaplex level formats) to R'n'D level file format, so you only have to support one file format when loading levels from R'n'D.
The Rancid Dos Monks
Posts: 11
Joined: Wed Nov 18, 2020 8:24 pm

Re: Converting levels to R'n'D level file format

Post by The Rancid Dos Monks »

I hadn't tried it yet. So, if I would remove the read-only of those levels, saving it would be R'n'D format. Got it :)
Post Reply