Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Old | 2016-01-25 | ||
Source.cpp | 2016-01-25 | 2.5 kB | |
Totals: 2 Items | 2.5 kB | 0 |
//REAL'S ARK LEVEL CAP MODIFIER READ ME\\ Any value you input should be a positive integer. (Never use text, spaces, decimals, fractions, etc) An example of the number of times the engrams awarded per level changes: If you choose the level cap to be 1000, and you input 4 for this value, the engram points awarded per level from level 0 - 2500 will be x, 2501 to 5000 will be y, 5001 to 7500 will be z, and 7501 to 10000 will be r. (You will enter the variables later) If you enter a number of engram changes that the max level is not divisible by, the program will round them to the nearest level. If the program asks "How many engram points should be awarded for levels x through x.yyyy?", the decimal will be rounded eventually, so don't worry about it. Unfortunately, you can not make more than 20,723 levels without changing the formula. (You can if you go in the source and change the "5i * i..." part to whatever formula you want. Steam Guide: http://steamcommunity.com/sharedfiles/filedetails/?id=533887324