Board: M.U.G.E.N Configuration Help
In the example
Quote
For example, if you have:
; AIramp.start = 2,0
; AIramp.end = 4,2
;For 6 matches at level 4, the difficulty will be (by match):
; 4,4,4,5,6,6
"AIramp.start"
The first number is the number of matches won, which you want to start the ramp at.
The second number is how many more difficulties/levels you want the AI to go up by.
So for the start of the ramp is match three (Because "2" matches have been won," and zero change in difficulty.
"AIramp.end"
The first number is once again how many matched need to be won
The second number is how much you want to make the difficulty go up.
So in the example, by the time you have won "4" matches it has gone up "2" difficulties --> "; AIramp.end = 4,2"
A few extra examples...
Spoiler, click to toggle visibilty


