Warno - Map Editor Tutorial - Custom Skirmish Maps!

Описание к видео Warno - Map Editor Tutorial - Custom Skirmish Maps!

Here's all the steps you need to paste into the MapPack text file and then the console commands.
--------------------------------------------------------------------------------------------------------
unnamed TemplateMultiMapInfo
(
ScenarioName = "_2x3_Death_Row_2vs2_CONQ"
Description = "deathrow"
DefaultNbSlotsOpened = 4
GameMode = EDeploymentMode/Skirmish
CombatRule = CombatRule/Conquest
EnvironmentSettings = [
$/M3D/GraphicSettings/EnvironmentSettings/Death_Row,
$/M3D/GraphicSettings/EnvironmentSettings/Death_Row_Night,
$/M3D/GraphicSettings/EnvironmentSettings/Death_Row_Afternoon,
$/M3D/GraphicSettings/EnvironmentSettings/Death_Row_Morning,
]
MapSize = "SIZESMA"
Density = "DENSHIGH"
HasRivers = false
)
--------------------------------------------------------------------------------------------------------
Your file must have the same contents, with different fields.

`ScenarioName`: must be the exact same name than the one you entered in Map Editor.
`Description`: name of your scenario as it will appears to players in the game, but it is a localisation token. Something you cannot create for now.
`DefaultNbSlotsOpened`: recommended player number (both teams combined).
`Gamemode`: must be `EDeploymentMode/Skirmish`.
`CombatRule`: must be either `CombatRule/Conquest` or `CombatRule/Destruction`.
`EnvironmentSettings`: the list of graphic settings (ColorGrading, Skybox, Lighting etc) available for this scenario. There is at least one EnvironmentSettings named after each existing map. Careful : if you try to plug an EnvironmentSettings of a different map, you will create a dissonance between shadows when the camera is close of the ground and when the camera is afar, because of the difference of light orientation.
`MapSize`: localisation token of the size indication in detailed scenario list view. Must be either `SIZESMA`, `SIZEMED` or `SIZELOW`.
`Density`: localisation token of the density indication in detailed scenario list view. Must be either `DENSLOW`, `DENSMED` or `DENSHIGH`.
`HasRivers`: indicates in the detailed scenario list view if the scenario contains rivers.
--------------------------------------------------------------------------------------------------------
WARNO.exe CommonData:Clusters/Bootstrap/ClusterBootstrapGeneration.ndf -headless -uselocaldata
--------------------------------------------------------------------------------------------------------
WARNO.exe -uselocaldata


WarYes website - https://war-yes.com/
--------------------------------------------------------------------------------------------------------
Want to play WARNO with friends? WarYes is a community for friendly, casual, and competitive players of WARNO. New and experienced players are welcome to learn and play!
  / discord  

Комментарии

Информация по комментариям в разработке