Table of Contents

Creating a Map

This Guide will contain all of the information you could need to start mapping!

Getting Started

Mapping Module

If you make a new module dedicated to scene work, you are less likely to accidentally overwrite your hard work.

  1. Browse to your Mount&Blade Warband directory and go to the Modules folder.
  2. Make a copy of the NordInvasion folder and name it something like “NordInvasion - 1.4.1”

When you launch Warband, you will see your new copy of NordInvasion in the module menu.

Launcher Options

  1. Launch Warband and click Configure.
  2. On the Advanced tab, tick the box next to “Enable Edit Mode”.
  3. On the Video tab, consider ticking the box next to “Start Windowed”.

Accessing Edit Mode

  1. On the Warband main menu, select “Play NordInvasion”.
  2. Click above the “Join Game” button where the Host Game button would be. (It is still there, just hidden.)
  3. Set the Game type to “Normal Invasion”, Team 1 faction to “Swadian Army”, and Team 2 faction to “Nordic Army”.
  4. If you did not set your game to start in window mode, you can press Alt + Enter to toggle from fullscreen to window mode.
  5. Press Ctrl + E to turn on edit mode.

Reference

Special Scene Props

These Scene Props need to be in your map:

Entry Points

Weather

Add one of these props and edit var values if you want to have different time, fog, rain or snow in your map.

Save and restart map to see changes.

ni_new_time_fog

  1. 0-24 time of day (0 = night, 6 = morning, 12 = day)
  2. 0-127 fog distance

ni_new_type_strenght_of_rain

  1. 1/2 rain/snow
  2. 0-127 strength of rain

Tips

Testing Your Map

When you want to test your map, the easiest thing will be to create your own local server.

Start with this guide: Setting Up a Dedicated Server

Copy your map to the SceneObj folder used by the dedicated server.

Note: Module compatibility is checked by comparing the server's module folder name to the client's. In other words, if you made a copy of the NordInvasion folder as suggested earlier, either join the dedicated server with your “live” module or rename the server's module folder to match your client's name (“NordInvasion - 1.4.1” for instance).

More Resources