%%%%%%%%
Attention!
This map can't be automatically downloaded by OpenRA game!
Reason: Downloading is manually set to False
Advanced
Click to see custom Rules.
Lua map
This map includes Lua scripting logic.
Display mission.lua or download file.
Checkout documentation
Description:
updating DO NOT USE
Edit map info
Reports of %%%%%%%%
Lint check for release-20210321
Testing map: %%%%%%%%
OpenRA.Utility(1,1): Error: System.AggregateException: One or more errors occurred. (MiniYaml.Merge, duplicate values found for the following keys: SmokeChance: [SmokeChance (at rules.yaml:28),SmokeChance (at rules.yaml:31)], SmokeImage: [SmokeImage (at rules.yaml:29),SmokeImage (at rules.yaml:32)], SmokeSequences: [SmokeSequences (at rules.yaml:30),SmokeSequences (at rules.yaml:33)]) ---> System.ArgumentException: MiniYaml.Merge, duplicate values found for the following keys: SmokeChance: [SmokeChance (at rules.yaml:28),SmokeChance (at rules.yaml:31)], SmokeImage: [SmokeImage (at rules.yaml:29),SmokeImage (at rules.yaml:32)], SmokeSequences: [SmokeSequences (at rules.yaml:30),SmokeSequences (at rules.yaml:33)]
at OpenRA.Exts.ToDictionaryWithConflictLog[TSource,TKey,TElement] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Func`2[T,TResult] elementSelector, System.String debugName, System.Func`2[T,TResult] logKey, System.Func`2[T,TResult] logValue) [0x00164] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.Exts.ToDictionaryWithConflictLog[TSource,TKey] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.String debugName, System.Func`2[T,TResult] logKey, System.Func`2[T,TResult] logValue) [0x00000] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.MergePartial (System.Collections.Generic.List`1[T] existingNodes, System.Collections.Generic.List`1[T] overrideNodes) [0x00065] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.MergePartial (OpenRA.MiniYaml existingNodes, OpenRA.MiniYaml overrideNodes) [0x00014] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.MergePartial (System.Collections.Generic.List`1[T] existingNodes, System.Collections.Generic.List`1[T] overrideNodes) [0x0011e] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.MergePartial (OpenRA.MiniYaml existingNodes, OpenRA.MiniYaml overrideNodes) [0x00014] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.MergePartial (System.Collections.Generic.List`1[T] existingNodes, System.Collections.Generic.List`1[T] overrideNodes) [0x0011e] in <24adfa0d4e934ea8abdc965bd2260629>:0
at System.Linq.Enumerable.Aggregate[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`3[T1,T2,TResult] func) [0x00042] in <6f6cfe3dc7984568b6f7767c7378b138>:0
at OpenRA.MiniYaml.Merge (System.Collections.Generic.IEnumerable`1[T] sources) [0x00044] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.Load (OpenRA.FileSystem.IReadOnlyFileSystem fileSystem, System.Collections.Generic.IEnumerable`1[T] files, OpenRA.MiniYaml mapRules) [0x0006b] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.Ruleset.MergeOrDefault[T] (System.String name, OpenRA.FileSystem.IReadOnlyFileSystem fileSystem, System.Collections.Generic.IEnumerable`1[T] files, OpenRA.MiniYaml additional, OpenRA.IReadOnlyDictionary`2[TKey,TValue] defaults, System.Func`2[T,TResult] makeObject, System.Func`2[T,TResult] filterNode) [0x00018] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.Ruleset+<>c__DisplayClass14_0.b__0 () [0x00000] in <24adfa0d4e934ea8abdc965bd2260629>:0
at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <285579f54af44a2ca048dad6be20e190>:0
at System.Threading.Tasks.Task.Execute () [0x00000] in <285579f54af44a2ca048dad6be20e190>:0
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00011] in <285579f54af44a2ca048dad6be20e190>:0
at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in <285579f54af44a2ca048dad6be20e190>:0
at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout) [0x00000] in <285579f54af44a2ca048dad6be20e190>:0
at OpenRA.Ruleset.Load (OpenRA.ModData modData, OpenRA.FileSystem.IReadOnlyFileSystem fileSystem, System.String tileSet, OpenRA.MiniYaml mapRules, OpenRA.MiniYaml mapWeapons, OpenRA.MiniYaml mapVoices, OpenRA.MiniYaml mapNotifications, OpenRA.MiniYaml mapMusic, OpenRA.MiniYaml mapSequences, OpenRA.MiniYaml mapModelSequences) [0x000ba] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.Map.PostInit () [0x00000] in <24adfa0d4e934ea8abdc965bd2260629>:0
---> (Inner Exception #0) System.ArgumentException: MiniYaml.Merge, duplicate values found for the following keys: SmokeChance: [SmokeChance (at rules.yaml:28),SmokeChance (at rules.yaml:31)], SmokeImage: [SmokeImage (at rules.yaml:29),SmokeImage (at rules.yaml:32)], SmokeSequences: [SmokeSequences (at rules.yaml:30),SmokeSequences (at rules.yaml:33)]
at OpenRA.Exts.ToDictionaryWithConflictLog[TSource,TKey,TElement] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Func`2[T,TResult] elementSelector, System.String debugName, System.Func`2[T,TResult] logKey, System.Func`2[T,TResult] logValue) [0x00164] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.Exts.ToDictionaryWithConflictLog[TSource,TKey] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.String debugName, System.Func`2[T,TResult] logKey, System.Func`2[T,TResult] logValue) [0x00000] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.MergePartial (System.Collections.Generic.List`1[T] existingNodes, System.Collections.Generic.List`1[T] overrideNodes) [0x00065] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.MergePartial (OpenRA.MiniYaml existingNodes, OpenRA.MiniYaml overrideNodes) [0x00014] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.MergePartial (System.Collections.Generic.List`1[T] existingNodes, System.Collections.Generic.List`1[T] overrideNodes) [0x0011e] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.MergePartial (OpenRA.MiniYaml existingNodes, OpenRA.MiniYaml overrideNodes) [0x00014] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.MergePartial (System.Collections.Generic.List`1[T] existingNodes, System.Collections.Generic.List`1[T] overrideNodes) [0x0011e] in <24adfa0d4e934ea8abdc965bd2260629>:0
at System.Linq.Enumerable.Aggregate[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`3[T1,T2,TResult] func) [0x00042] in <6f6cfe3dc7984568b6f7767c7378b138>:0
at OpenRA.MiniYaml.Merge (System.Collections.Generic.IEnumerable`1[T] sources) [0x00044] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.MiniYaml.Load (OpenRA.FileSystem.IReadOnlyFileSystem fileSystem, System.Collections.Generic.IEnumerable`1[T] files, OpenRA.MiniYaml mapRules) [0x0006b] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.Ruleset.MergeOrDefault[T] (System.String name, OpenRA.FileSystem.IReadOnlyFileSystem fileSystem, System.Collections.Generic.IEnumerable`1[T] files, OpenRA.MiniYaml additional, OpenRA.IReadOnlyDictionary`2[TKey,TValue] defaults, System.Func`2[T,TResult] makeObject, System.Func`2[T,TResult] filterNode) [0x00018] in <24adfa0d4e934ea8abdc965bd2260629>:0
at OpenRA.Ruleset+<>c__DisplayClass14_0.b__0 () [0x00000] in <24adfa0d4e934ea8abdc965bd2260629>:0
at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <285579f54af44a2ca048dad6be20e190>:0
at System.Threading.Tasks.Task.Execute () [0x00000] in <285579f54af44a2ca048dad6be20e190>:0 <---
Errors: 1
Previous revision | Revision | Next revision |
---|---|---|
79 |
Some rights reserved: Creative Commons Attribution-ShareAlike 4.0 International. External graphics and sounds are not covered by the license.
Mod:
RA
File Size:
14.0 MB
Categories:
Oil Only (Conquest)
Uploader:
Players:
8
Tileset:
DESERT
Size:
200x200
MapFormat:
11
Published:
Mar. 22 - 2021
Downloading:
Parsed by: release-20210321
Lint check status:
release-20210321
Rating:
0.0
Viewed:
372
Downloaded:
125
Played:
0