Company of Heroes: Eastern Front
Other discussions (Read-Only) => Tech Support => Topic started by: Kevla99 on July 27, 2012, 05:33:20 AM
-
Um, I have a question, I have the corsix app that helps mod the game and I only need to change the limit of the hardcap on conscripts, either that or to remove the hardcap. Problem is, I don't know how to do this. So can anyone teach me how I can change or remove the hardcap from the conscripts with corsix?? ??? Thanks! >_<
-
I suggest you use a text editor rather than Corsix to change the data\ai\rules_unit_purchase.ai file. Notepad ++ is a good text editor IMO. I can't work with Corsix very well at all.-Too many goodies are a distraction.
soviets_purchase_limits = {
[BP_GetID(SBP.SOVIET.MORTAR)] = 1,
[BP_GetID(SBP.SOVIET.SHARP)] = 2,
[BP_GetID(SBP.SOVIET.T90)] = 2,
[BP_GetID(SBP.SOVIET.T70)] = 2,
[BP_GetID(SBP.SOVIET.IS2)] = 1,
[BP_GetID(SBP.SOVIET.CONSCRIPT)] = 5,
[BP_GetID(SBP.SOVIET.REGULARS)] = 3,
[BP_GetID(SBP.SOVIET.SAPPER)] = 4,
[BP_GetID(SBP.SOVIET.GUARDS)] = 3,
[BP_GetID(SBP.SOVIET.PTRD)] = 2,
[BP_GetID(SBP.SOVIET.ZIS3)] = 2,
[BP_GetID(SBP.SOVIET.PARTISANS)] = 3,
[BP_GetID(SBP.SOVIET.ISU152)] = 1,
[BP_GetID(SBP.SOVIET.KV2)] = 1,
[BP_GetID(SBP.SOVIET.KATYUSHA)] = 2,
}
[BP_GetID(SBP.SOVIET.CONSCRIPT)] = 5, change the value.
-
I think that's only for AI Otto.
-
Go to the conscript squad file(on sbps folder) and check the requirements. There you will find the hardcap.
-
I think that's only for AI Otto.
I think your correct Walki. thanks.
-
Thanks so much for the help, mostly changing the hardcap for senario reasons unknown and extremely clueless on how to use modders without possible damage to my game itself (already broke the blitzkrieg mod because of it...) But again, Thanks for the help guys! :D
-
UPDATE: I tryed changing the hardcap and it led me to this question: Do I have to remove the requirement entirely? Or could I change the limit of 5 to 8? I tried changing the limit of 5 to 8 but when i test in game it doesn't work. All I did was i found the folder and changed the number of 5 to 8. Did I miss anything there? I don't know if its winrar or that I didn't do any other important things. Please help! >_<
-
If you change the limit to 5 or 8 it will be updated for sure, just don't make the mistake of setting the limit of a call-in unit in the unit itself.
-
Okay I found the requirement 1 on the required_cap and changed 5 to 8 and then saved, I tested it out and tried spawning 8 but the production tab wont allow me more than five. My corsix app is in a winrar, and I don't know what wrong with it if its the game or the app is wrong. Is there anything I'm missing? another area?
Update: I found what is wrong and have fixed the problem. The file must have not connected somehow or something. Its mostly my computers problem as its not so bright on modding tools. Thx for the help! ;D