PDA

View Full Version : Modifying armies



Viceman
21-09-2007, 06:24
I have a problem modifying my multiplayer armies. Can someone give me a hint how to edit those?

For example this line:

("squad_2" name(riflemans) c(10) g(reg) c1(rifle:4) c2(mgun:1) b(squad1) t(riflemans))

how do i edit it so that there are only 3 riflemen? If i change that rifle:4 to rifle:3 game crashes. what else i need to do? And same goes for vehicles, need some help there.

Jozor
21-09-2007, 16:06
because your not using the patched files in 1.pat ..


("squad_2" name(riflemans) c(10) g(reg) c1(rifle:3) c2(mgun:1) b(squad1) t(riflemans) cost(8) f(0.6))


not


("squad_2" name(riflemans) c(10) g(reg) c1(rifle:3) c2(mgun:1) b(squad1) t(riflemans))

Viceman
22-09-2007, 14:19
Thanks a lot that did the trick :)