Sooooo I wanted to give china an AdvancedInternetCenter.
The main thing I wanted to do was to make the hackers hack faster in here.
But looking through INI, I can only find the speed increase in the InfantryHacker and not in the InternetCenter (CashUpdateDelayFast), so I added my own module
Show Spoiler
Behavior = HackInternetAIUpdate ModuleTag_03
CashUpdateDelayFast = 1600 ; Fast speed used inside a container (can only hack inside an Internet Center)
End
This did make a change BUT it made the hackers hack like 100 times faster, no matter what I change the 1600 to, I tried 100 and even 5000. So I got the increased speed but it's too much.
Does anyone know if this is possible?
Once again.
I want an internet center which simply lets the hackers hack a bit faster than they would in the normal one.
The only way I can see this at the moment is to make a new hacker and change the number for that hacker, but then we need to have 2 types of hackers and this hacker would also hack faster in the old internet center.
Below is the original INI code from the hacker.
Behavior = HackInternetAIUpdate ModuleTag_03
UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed)
PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed)
CashUpdateDelay = 2000
CashUpdateDelayFast = 1600 ; Fast speed used inside a container (can only hack inside an Internet Center)
RegularCashAmount = 5
VeteranCashAmount = 6
EliteCashAmount = 8
HeroicCashAmount = 10
XpPerCashUpdate = 1
PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly.
End