This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #region Copyright & License Information | |
| /* | |
| * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) | |
| * This file is part of OpenRA, which is free software. It is made | |
| * available to you under the terms of the GNU General Public License | |
| * as published by the Free Software Foundation, either version 3 of | |
| * the License, or (at your option) any later version. For more | |
| * information, see COPYING. | |
| */ | |
| #endregion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Player: | |
| -ConquestVictoryConditions: | |
| World: | |
| LuaScript: | |
| Scripts: map.lua |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MapFormat: 11 | |
| RequiresMod: ra2 | |
| Title: Wavez | |
| Author: Phrohdoh | |
| Tileset: TEMPERATE | |
| MapSize: 94,198 | |
| Bounds: 2,5,90,186 | |
| Visibility: Lobby | |
| Categories: Conquest | |
| Players: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Color color; | |
| if (!string.IsNullOrEmpty(romp.Terrain)) | |
| { | |
| color = tileset[tileset.GetTerrainIndex(romp.Terrain)].Color; | |
| } | |
| else if (romp.Color != null) | |
| { | |
| color = romp.Color.RGB; | |
| } | |
| else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #region Copyright & License Information | |
| /* | |
| * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) | |
| * This file is part of OpenRA, which is free software. It is made | |
| * available to you under the terms of the GNU General Public License | |
| * as published by the Free Software Foundation, either version 3 of | |
| * the License, or (at your option) any later version. For more | |
| * information, see COPYING. | |
| */ | |
| #endregion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OpenRA engine version release-20180923 | |
| Sole Survivor mod version release-20180923 | |
| on map cda847dca0c3256cb7d78e42fe0e4226d49b470a (Blank Shellmap by Paul Chote). | |
| Date: 2018-10-10 08:23:21Z | |
| Operating System: Windows (Microsoft Windows NT 6.2.9200.0) | |
| Runtime Version: .NET CLR 4.0.30319.42000 | |
| Exception of type `System.IO.InvalidDataException`: Resource sprites span multiple sheets. Try loading their sequences earlier. | |
| konum: OpenRA.Mods.Common.Traits.ResourceLayer.WorldLoaded(World w, WorldRenderer wr) c:\OpenRA\raclassic-master\engine\OpenRA.Mods.Common\Traits\World\ResourceLayer.cs içinde: satır 108 | |
| konum: OpenRA.World.LoadComplete(WorldRenderer wr) c:\OpenRA\raclassic-master\engine\OpenRA.Game\World.cs içinde: satır 240 | |
| konum: OpenRA.Game.StartGame(String mapUID, WorldType type) c:\OpenRA\raclassic-master\engine\OpenRA.Game\Game.cs içinde: satır 176 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Icons: | |
| SpawnPoint1: | |
| Location: 26,38 | |
| SpawnPoint: true | |
| SpawnPoint2: | |
| Location: 35,12 | |
| SpawnPoint: true | |
| Derrick1: | |
| Image: map-preview-icons |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public override IEnumerable<string> UpdateActorNode(ModData modData, MiniYamlNode actorNode) | |
| { | |
| var queues = new List<MiniYamlNode>(); | |
| foreach (var q in actorNode.ChildrenMatching("ProductionQueue")) | |
| queues.Add(q); | |
| foreach (var q in actorNode.ChildrenMatching("ClassicProductionQueue")) | |
| queues.Add(q); | |
| foreach (var queue in queues) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OpenRA engine version {DEV_VERSION} | |
| Shattered Paradise mod version {Build 20180422 I} | |
| on map 6b17ef5c1e45588d36af15d66a4fc1a8a30d6de0 (Pendulum SP by J Mega Tank). | |
| Date: 2018-05-05 19:44:23Z | |
| Operating System: Windows (Microsoft Windows NT 6.2.9200.0) | |
| Runtime Version: .NET CLR 4.0.30319.42000 | |
| Exception of type `System.FormatException`: Index (zero based) must be greater than or equal to zero and less than the size of the argument list. | |
| at System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args) | |
| at System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args) | |
| at System.String.Format(String format, Object[] args) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #region Copyright & License Information | |
| /* | |
| * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) | |
| * This file is part of OpenRA, which is free software. It is made | |
| * available to you under the terms of the GNU General Public License | |
| * as published by the Free Software Foundation, either version 3 of | |
| * the License, or (at your option) any later version. For more | |
| * information, see COPYING. | |
| */ | |
| #endregion |