Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For the maps folder I knew, but I had not seen it before sharing the map.
For mod.lua in lower case I did not know, so thank you for teaching me! :)
But I'll keep London written like that, the map is written in full with city names in French.
Everyone can change the names of cities directly in game.
Anyway thanks again for your help!
PointG34_Western_Europe_1>workshop_preview.jpg, mod.lua, Maps>Western Europe>heightmap.png, map.lua
errors
you called it MOD.lua
mac wont see this as its case sensitive must rename to mod.lua
make new one I wrote mod lua for you below
require "tableutil"
function data()
return {
info = {
minorVersion = 1,
severityAdd = "NONE",
severityRemove = "NONE",
name = _("Western Europe"),
description = _(""),
tags = { "europe", "map" },
},
runFn = function (settings)
end
}
end
copy and paste that
Mistake 2
inside your folder in staging area you have to put folder western europe inside a folder called maps
Unsubscribe and subscribe again to restart the download to be sure to have the changes.
Tell me if it works after doing this
Are you able to select the map in the free party mode or can not be found?
The folder must be here C: \ Program Files (x86) \ Steam \ steamapps \ workshop \ content \ 446800 \ 892623686
It should not be in your mod file.
This map is in Mod folder.