Difference between revisions of "Old Art"

From MechWarrior: Living Legends Wiki
Jump to: navigation, search
(Sandbox2: added notes of work and effort amount)
(Tweaking: the things that can be tweaked on an exisiting map)
Line 30: Line 30:
 
===Tweaking===
 
===Tweaking===
 
Tweaking an existing map that actually has the source files present. Useful to grasp the editor and its basic concepts.
 
Tweaking an existing map that actually has the source files present. Useful to grasp the editor and its basic concepts.
 +
* starting the editor
 +
* moving in the editor by the mouse and keyboard
 +
* entering the game mode
 +
* saving the map - usually breaks the editor - requiring an restart
 +
* selecting objects
 +
* modes of transformation and constrains (steps) of transformation
 +
* what are prefabs - usage and processing
 +
* groups - creation, manipulation and save & restore to disk
 +
* modification/editing of the cgf (3d art) files
 +
* adding new brushes or entities to the map
 +
* changing present objects 3d art
 +
* the material editor - picking and assigning materials
 +
* materials - effects and options
 +
* database editor - editing archetypes of entities
 +
* entities - editing  individual entities
 +
* special entities - doors, elevators
 +
 
===Creating===
 
===Creating===
 
Making an map from scratch with existing asset pool inside of MW:LL.
 
Making an map from scratch with existing asset pool inside of MW:LL.

Revision as of 22:37, 24 December 2017

The endorsed library of art and objects.

Tools

Sandbox2

The editor of the game levels, we call maps. Besides the editor itself, there are external programs that ease some steps in creating the map. Most notably creating an terrain, or calculating the time of day light effect (ToD)

NOTE: the Sandbox2 editor was never intended to be used without underlying version control software preserving the progress of the map creation
NOTE: Map creation by the means of Sandbox2 was never conceived to be performed by an lone individual. This alone might be the reason why some portions of the work pipe might seem overwhelming and too arduous.

Quite few of the artists are known to have taken an longer hiatus even before an map got finished, let alone after. It is quite a lot of work and quite an palette of skill to master - so prepare to take the time, if you want to do it proper.


PROTIPS:

  • Save your map often and create backups! This is critical in case your working version becomes corrupted.
  • Plan your maps before you actually begin making them. Have a good idea of how the map will flow, that is, how players are likely to interact with the terrain, buildings and/or capture zones you intend to place. You may want to run your draft map/terrain past other players to help refine your design.
  • Make sure the path of the editor shortcut you use ends with the command switch -mod mwll, otherwise it will not work properly. Place this switch at the end of the file the shortcut points to.
  • Most heightmaps are generated as 4096 x 4096 units in size, using a scaling of 2 meters per unit.
  • Hold down the right mouse button to rotate the camera on spot. Holding down the middle mouse button lets you slide the camera side to side & up and down. Holding both the middle & right mouse buttons enables you to zoom in and out. You can also use the scroll wheel for finer control and the Speed value near the bottom of the Sandbox UI changes the sensitivity of camera movement.
  • To load MWLL's prefabs into the editor, go to View > Open View Pane > Database View, click the Prefab Library tab and locate mwll_assets.xml. They will then appear under the Prefab section on the right-hand pane.

Setup

Since the new launcher is in service, the Sanbox2 is part of each installation. The various tools have each it's separate requirements and/or quirks

Art creation

Being wast as it is, the Sanbox2 database of assets and items isn't a thing that can be glanced over in a day or even a week. It is recommended to take few steps at a time, not to overwhelm one self with it.

Tweaking

Tweaking an existing map that actually has the source files present. Useful to grasp the editor and its basic concepts.

  • starting the editor
  • moving in the editor by the mouse and keyboard
  • entering the game mode
  • saving the map - usually breaks the editor - requiring an restart
  • selecting objects
  • modes of transformation and constrains (steps) of transformation
  • what are prefabs - usage and processing
  • groups - creation, manipulation and save & restore to disk
  • modification/editing of the cgf (3d art) files
  • adding new brushes or entities to the map
  • changing present objects 3d art
  • the material editor - picking and assigning materials
  • materials - effects and options
  • database editor - editing archetypes of entities
  • entities - editing individual entities
  • special entities - doors, elevators

Creating

Making an map from scratch with existing asset pool inside of MW:LL.

Terrain_Control_Tutorial_for_Mappers is based on Wilsons Terrain Control Mapping Guide.

MWLL_Flowgraph_Nodes are additional Flowgraph nodes available in Sandbox 2 Editor for crysis

Ancient_demise's 3 hour long map creation video.

Improving

Making (or tweaking) an map with items outside of the present MW:LL asset pool.

Adding Art

Making art and assets not currently present in MW:LL and importing them into the Sandbox2 and further to the MW:LL pool.