Posted: Mon Jun 26, 2017 6:21 pm Post subject:
Converting original RA maps to OpenRA
Subject description: on Ubuntu 16.04
So I'm on Ubuntu 16.04 and I want to port an original RA .mpr map into OpenRA. The commands on Github don't seem to work and all I can see in ~\.openra is what I created when playing. Is there anything I can do? _________________ Content creator for Command and Conquer: Tiberian Sun and Red Alert 2 games and mods.
The utility will output files in the current working directory. If you run it from the (read-only) install directory then the output will disappear into the void.
Here's an example (assuming Linux, since you mention ~/.openra)
Code:
paul@ubuntu-gnome-vm:~/mapexample$ pwd
/home/paul/mapexample
paul@ubuntu-gnome-vm:~/mapexample$ ls
123100ea.mpr
paul@ubuntu-gnome-vm:~/mapexample$ mono /usr/lib/openra/OpenRA.Utility.exe ra --import-ra-map 123100ea.mpr
123100ea.oramap saved.
paul@ubuntu-gnome-vm:~/mapexample$ ls
123100ea.mpr 123100ea.oramap
You can then move the oramap to the normal map directory. QUICK_EDIT
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum