Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
options.lua
--------------------------------------
return
{
onOf=BooleanOption("On / Off", false, "Green Check Mark is On"),
chnc=NumberOption("Percent Chance", 0, "Choose 0 - 100 Decimals included"),
timOt=IntOption("Time Between Attacks", 10660000, "A very large number"),
minCnt=IntOption("Min Attackers", 3, "Minimum Number of Attackers"),
maxCnt=IntOption("Max Attackers", 5, "Maximum Number of Attackers")
}
----------------------------------------
mod.lua
----------------------------------------------------
for i = 0,50 do
fv.core.vikingRaidConfig = {{year = i}}
fv.core.vikingRaidConfig = {{chance = OPTIONS.chnc}}
fv.core.vikingRaidConfig = {{timeout = OPTIONS.timOt}}
fv.core.vikingRaidConfig = {{minCount = OPTIONS.minCnt}}
fv.core.vikingRaidConfig = {{maxCount = OPTIONS.maxCnt}}
end
Can't wait for your idea!
Thank you for your offer, I already made requested changes and will test them today and tomorrow but if I need any help, I will contact you. I came up with another more deadly-play idea and I want to see if it all goes as planned
Thank you for such amazing idea, I will look into it further once I'm done with base request and testing process.
But once again, thank you for your generous offering.
https://steamcommunity.com/sharedfiles/filedetails/?id=1996514950
https://steamcommunity.com/sharedfiles/filedetails/?id=1996518385
@Splifsend
I'm currently at programming 500 years of raids :D, maybe someone will survive that long :D
So, this 30 minutes is at what speed 1x, 2x, 5x or 10x? That's quite important to establish on what speed.
Ofc as I mentioned earlier once raids are more and more often and larger in raiders amount game is starting to lag even with i9, 32GB, RTX 2060 so I will need to optimize that a little bit. (tested on 100-500 pop). Especially when we have like 10 raids at the same time with almost 100 Vikings and all of them are going straight to your village.
Vikings should be also a little more deadly than waiting for hunters to kill them.
I would also stay with making smaller viking raids like 10 vikings instead of 50+ group but more often. Even with smaller groups part of your village will happily burn so don't worry about peaceful managing your settlement.