Convert Lambdarevolution map editor maps to ymap.
- An XSLT processor with EXSLT support, such as libxslt's xsltproc
-
Obtain a Lambdarevolution map editor map.
Example: https://www.nexusmods.com/reddeadredemption2/mods/253.
-
Convert the map to a ymap with the lambda2ymap.xsl XSLT script:
$ xsltproc lambda2ymap.xsl Guarma_Stilt_House_Complete.xml > guarma_stilt_house.ymap
Alternatively, convert the map using this website without installing anything.
-
Create a new resource folder.
Example:
guarma_stilt_house
. -
Create a
stream
folder inside of the resource and place the ymap inside of it. -
Create the
fxmanifest.lua
:fx_version "adamant" game "rdr3" rdr3_warning "I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships." this_is_a_map "yes"
-
Add
start guarma_stilt_house
toserver.cfg
.