Jundiyy
  • Jundiyy
  • 50.25% (Neutral)
  • Captain Topic Starter
8 years ago
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

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
Sponsor
Resist
  • Resist
  • 50.25% (Neutral)
  • Private
8 years ago
I think it's impossible.
Look, you may be able to create a new hacker, change its KindOf and the allowed kindof in your new Internet Center, so that it wont be able to hack in the old internet center, I don't think its possible too, but you should give it a try.


Jundiyy
  • Jundiyy
  • 50.25% (Neutral)
  • Captain Topic Starter
8 years ago
Hmmm yes maybe, I have only been Modding for maybe a week so I don't understand what most things mean, I have managed to make quite a few things though.
So is it possible to make my own "kindof"? Money_hacker...can I make Money_Hacker 2?
Although this wouldn't solve the problem lol, as I would like all hackers to get a boost (but would still like to know if I can make my own "kindof" and how?)

Thanks anyway.
R.I.P
  • R.I.P
  • 50.25% (Neutral)
  • Captain
8 years ago
Actually you can't make your own "kindof" because it is hard coded in the game engine :/
It's me your friendly modder ZOMBATAR!
Annihilationzh
8 years ago

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

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?

Originally Posted by: JUndiyy 


That module is telling the internet centre to hack, not the hackers. It is hacking rapidly because you haven't given it any specifications.

Most special internet centres I've seen have something like 16 hacker slots.
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
Jundiyy
  • Jundiyy
  • 50.25% (Neutral)
  • Captain Topic Starter
8 years ago
Thanks guys for your help, yes the only thing I was thinking I would do was to make increase the slots, before I go into that, is there any other method anyone can think of?
(About the fast hack, it's awesome for money hack lol, money just goes up so fast).

16 slots, how can I even get that far? There won't be any buttons at in UI telling them to exit right?
Unless the only thing I can think of is it add an up/down button like the fake/real gla button and add the evac buttons there?
Unknown Editor
8 years ago
Well , I don't think making an up/down button could be helpful ...
As I have seen the Exit command sets are just the Same .
I mean there aren't any kind of
COMMAND_EXIT_STRUCTURE01 and then :
COMMAND_EXIT_STRUCTURE02
They are just Exit and game needs to Specify whoes the first to set it on the First button and then second ...
I'm not 100% sure but it must be like this
So , the Up/down buttons will be the SAME .
But you may be able to change the 14 command buttons to 20 forexample , like what ACID BRAIN did .

Well , he made 18 but was great BTW ...
Asking is Not a Problem , Problem is Not to Know Something .
Operation : Dark Angel
Static : Launch Delayed
Reason : Uncool Terrain - Old Logic in use - Lack of Performance
Status : Applying new Terrain - Applying new Logic - Increasing Performance by 300%
Annihilationzh
8 years ago

16 slots, how can I even get that far? There won't be any buttons at in UI telling them to exit right?

Originally Posted by: JUndiyy 


Do you need to have 16 buttons when they're all the same unit?
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
Jundiyy
  • Jundiyy
  • 50.25% (Neutral)
  • Captain Topic Starter
8 years ago
No of course not 🙂 I was just trying to see if I could but I'm sure that requires down scaling or something. I tried it yesterday night with 20 hackers and worked perfect. I will just have to stick to that for now then as I can't think of any other way.

Edit: An idea, if I add the market script into the internet centre that would make the it give constant $20, is there a way I can connect this to the amount of infantry inside? So the internet centre would give $20 per hacker?