yes these are the files you want to edit
This is all new to me and I am trying to learn and it hard.
Ok thanks now I know, but where do I add the code you gave me in scar file? also do I delete all the text in the scar and just add this code to it, or do I just place it at the top/ bottom of scar text, and where do I add the '+ commander' code to win file the same top/bottom. or do it matter,
local function PopCap_OnInit()
for i = 1,World_GetPlayerCount()
do
local player = World_GetPlayerAt(i);
Player_SetPopCapOverride(player, 700);
end
end
Scar_AddInit(PopCap_OnInit)
In the win file at the top says 'name = no_win_condition"" do I edit the name to my win condition mod or just leave it!
And what is scar_file ="Data Scar/WinConditions/None.Scar" do I edit this name to my scar mod or leave it!
I wish member "eliw00d"" could update how to edit the scar and win files that would be great, I have seen his files but they are over 3 years old and COH2 have updated a few times it the same how to make a win condition mod year 2014 I understand it give you the basic ideal but sadly it don't help me who is trying to learn how to scar for the first time.
I want to say Thank you to RagnarTheGamer and eliw00d for the help so far
An update
I have just found a website that shows how to use the wizard mod builder oh my god now I know how the wizard creates the win and scar files so I didn't need open the COH2\Archives win and scar files, as I said before I am starting to learn the hard way.
I post the link here for other members
http://modding.companyofheroes.com/win-condition-pack-wizard
Anyway still need the help on the code please.