Page 1 of 1

Mod program for Dune 2000

Posted: Thu Sep 23, 2021 4:39 pm
by GinoX12
Hi everyone!

I wanted to ask you what program you use to edit Dune 2000 in the OpenRa version (which is very good, congratulations).

I know a program like Tibed that was used to edit the original game, but they don't seem to work with this version, what program do you use?

I would like to change some little things like unit characteristics or make some units of the campaign playable like the imperial palace or the non-stealh fremen.

Greetings and thanks!

Re: Mod program for Dune 2000

Posted: Fri Sep 24, 2021 3:07 pm
by Matt
You can use programs like Notepad++ or Visual Studio Code to edit the mod files. There is no graphical interface like TibEd, though.

Re: Mod program for Dune 2000

Posted: Fri Oct 01, 2021 3:34 pm
by Adrian
GinoX12 wrote:
Thu Sep 23, 2021 4:39 pm
I would like to change some little things like unit characteristics or make some units ...
I am not developer, I just tried to make some mods of Dune 2000 (OpenRa) last year. So I am rather new person here too. So I am not experienced as much as developers of the game.

There is no program like Tibed here.
If you want to change something, then you need to change files of the game. Manually. In some editor.

Re: Mod program for Dune 2000

Posted: Fri Oct 01, 2021 4:20 pm
by Adrian
Three languages used here: Yaml, Lua and C#.
You can change Yaml and Lua files in text editor. Just save, and no need to compile.
C# files need to compile.

Basically Yaml and Lua are enough for mod.
But you must read a lot of docs for OpenRa, for example:
https://docs.openra.net/en/latest/playtest/traits/

More complex thing.
Here is topic with example of inheritance.
I asked here, how to create another different Harvester with new trait.
In this way you can change characteristics of unit like in Tibed.
viewtopic.php?f=83&t=21229