Well, I tried this format for the XComMissions.ini but never got anything working so I tried, as previously mentioned, to copy the original lines, place a - in front of them and place a + in front of the new lines like one can see below (incidentally I am modding the same .ini in a different way): http://puu.sh/n295o/109e540b65.png This finally got my Mod working through the SDK/ModBuddy (mind you, that I did not test the RandStatAmount but if it works when you directly edit the .ini, then it should also work with this format) Thank you sooo much for that screenie. I did the exact same thing as you did and now it works, I didn't "get" that I had to eliminate the original lines with a - first and then add them with a +, cause the Globalprogression had me all confused since it miraculously works without that. Anyway, I'm happy. Thanks again :laugh: This is because GlobalStatProgression can be repeated multiple times to do whatever you want with every stat. It only takes one stat per line, though. For example, if you wanted everybody to randomly get 0 to 4 aim every level, you could've just used this: +GlobalStatProgression=(StatType=eStat_Offense,RandStatAmount=5)