Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
So you downloaded some mod but it wont show in the launcher box so you cant select it?
What mod have you downloaded & where did you downloaded them to? (also your picture upload wont work)
Maybe you already solved it, dunno, but even then : dont write like you're about to die.
@your other request, if you meant "autoexec" its
-- AUTOEXEC.LUA
-- Victoria2 AutoExec
-- This file is run on app start after exports are done inside the engine (once per context created)
-- check for user mod files
package.path = package.path .. ";script\\?.lua;script\\country\\?.lua"
if CCurrentGameState.HasCommonExtension() then
local modDir = tostring(CCurrentGameState.GetCommonModDirectory())
package.path = package.path .. ";" .. modDir .. "\\?.lua"
end
package.path = package.path .. ";common\\?.lua"
--require('hoi') -- already imported by game, contains all exported classes
require('tweaks')
require('utils')
require('defines')
require('ai_country')
-- load country specific AI modules.
--require('ENG')
1. Go to the steam libary, look for Victoria 2, rightclick -> Properties -> Local Data -> Check game files
2. Go to your victoria 2 folder (Steam->steamapps->common->Victoria 2) and there go to maps->cache and delete all stuff in the cache folder.
3. Make sure your mod is in the mod folder and its extracted (so a folder and a very small file - not a .rar / .zip data)