Daimond007 Posted March 1, 2016 Share Posted March 1, 2016 I have tried many ways, a few seemed like they worked before a patch to the SDK a while back, now can not get a few things to work.1. Need a way to GetRank() or GetLevel() of some kind. I have looked through all the codes and can not seem to see something related to this. Lest not as easy of a spot as above. something like GetLevel would be best as would not have to worry if people changed the rank names if possible. The reason for this, and I should be able to do rest of code, but by all means anyone can help Is what I am trying to do is setup a to make a progression of an ability, such as if you get a skill at lvl 1 maybe every 2 lvl's the skill increase damage or such. Kind of like we increase HP or Offence skills in the ClassData ini on level ups.2. For some reason after patch, no mater what I do both my override class and new classes, will not look in my ini file I created and pointed to any longer. Just ignores them, even if I set them to totally different Name=whatever, so as to not conflict with internal ones. But in doing so it then breaks and reports skills as 0 but still gives no fails or errors.class X2Ability_ControllerAbilitySet extends X2Ability config (GameData_SoldierSkills_Override);The override is setup like any other ini file. But now to get it to read I dropped this file and got it to point to original, and set mine to change original files, which is what I did not want to do. Remember I have tried changing the names to not conflict before, but did nothing so reverted back to original names. Also the Controller class posted does not look like this, as few changes since then to fix the bugs, that not working either[X2Ability_ControllerAbilitySet]VOLATILE_DAMAGE=2VOLATILE_RADIUS=0.6fBLAST_PADDING_DMG_ADJUST=0.66fORDNANCE_BONUS=2FreeGrenadeForPocket=FragGrenadeUNDER_PRESSURE_BONUS=10MIST_RADIUS=5MIST_RANGE=10GREMLIN_PERK_EFFECT_WINDOW=1.75GREMLIN_ARRIVAL_TIMEOUT=20FIELD_MEDIC_BONUS=3GUARDIAN_PROC=50BASE_DEFENSE=20 Link to comment Share on other sites More sharing options...
Recommended Posts