Life is Feudal: Forest Village

Life is Feudal: Forest Village

Viking Hoard
Is there a way to increase the raids on the village.. Like 50+ enemies every 30 minutes or so.. Also instead of expeditions it could be a raiding party - send 100 men on an expedition to raid an unknown land...
< >
Показані коментарі 1630 із 41
I forgot to ask, for how many years and from what year you want them to start attacking?
I will leave that to you - I can't say many players could be ready after just 2-3 years.. So i'm not sure
Ok, I will test the most interesting outcome ;)
@eien - I made this for myself while back. It's completely adjustable. You cvan have it if you wish.


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
Цитата допису eien no shikaku 永遠の刺客:
Ok, I will test the most interesting outcome ;)

Can't wait for your idea!
Please let me know if you need additional testers, I would love to help and test it ❤.
Цитата допису pheobewitch:
Please let me know if you need additional testers, I would love to help and test it ❤.

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 :winter2019happyyul:
Is it possible to implement the 2nd part of his idea? Using the ship to send men on a raiding party. Our own village raiding party :)
@Darius the blacksmith,
Thank you for such amazing idea, I will look into it further once I'm done with base request and testing process. :winter2019happyyul:
@dominuskevin, thank you but already did that part and my approach was completely different for it. In my line of modding I prefer to do something else than change only numbers and I'm working currently on it. Time for extremely intensive testing! :winter2019happyyul:

But once again, thank you for your generous offering. :winter2019happyyul:
Цитата допису Splifsend:
Is there a way to increase the raids on the village.. Like 50+ enemies every 30 minutes or so.. Also instead of expeditions it could be a raiding party - send 100 men on an expedition to raid an unknown land...

@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.:winter2019joyfultearsyul:

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. :winter2019happyyul:
< >
Показані коментарі 1630 із 41
На сторінку: 1530 50

Опубліковано: 12 лют. 2020 о 9:32
Дописів: 41