Fallout 76
0 of 0

File information

Last updated

Original upload

Created by

Anarasha

Uploaded by

Anarasha

Virus scan

Safe to use

Tags for this mod

About this mod

This is just a custom map for the mod UniMap,

Requirements
Permissions and credits
Update history:
V1.02: Exactly the same as 1.01, except it actually works. Somehow 1.01 had gotten reduced to half size and didn't work as in-game maps need to be a specific size(4096x4096), sorry about that :-)


V1.01: I added all the nodes for cement bags as per request, and I added a few more circles with tips to find the bags quickly. I have
tried not to add too much text or graphics to the map to avoid confusion

________________

Please note: I do not offer help setting up Uni Map, sorry :-) It is not my mod, and while I don't mind answering a single question, I am not gonna help you set up Uni Map. I suggest asking on the Uni Map page, asking people you know or looking up videos :-)

This map MUST use Uni Map and does nothing on its own. If you do not wish to use Uni Map, I have uploaded a .jpg version that you can use
as a reference. You cannot use the .jpg in-game, you need to use Uni Map for that.



Description

This is just a custom map for the mod UniMap, found here: https://www.nexusmods.com/fallout76/mods/1534?tab=description
This map is made with Mappalachia: https://github.com/AHeroicLlama/Mappalachia

This map is to help farm cement bags, with a few areas I consider the easy to farm ones circled and text tips to help locate them.



Installation
To install it, go into MapBookSample1.xml and add the following:
_______________


<Map Page="10">
<Directory>Textures\Concrete\</Directory>
<Texture>Concrete.dds</Texture>
<MapName>Concrete</MapName>
<MapModName>Concrete</MapModName>
<Creator>Anarasha</Creator>
</Map>


Replace 10 in <Map Page ="10"> with the page you want the map to have.

Make sure the text is placed inside a <MapBook></MapBook> wrapper.
_______________



A mapbook consisting ONLY of this map would look as follows:
_______________

<?xml version="1.0" encoding="UTF-8"?>
<UniMap>
    <MapBook>
        <MapBookName>
            Concrete
        </MapBookName>

        <MapBookCreator>
            Anarasha
        </MapBookCreator>
        <MapResolution>
            4K
        </MapResolution>



        <Map Page="10">
<Directory>Textures\Concrete\</Directory>
<Texture>Concrete.dds</Texture>
<MapName>Concrete</MapName>
<MapModName>Concrete</MapModName>
<Creator>Anarasha</Creator>
</Map>


    </MapBook>
</UniMap>

_______________

For more help, please go to the UniMap page and check for tips and tricks there.