Darkedone02 wrote: ↑Mon Mar 20, 2017 9:22 pm
Cielos wrote: ↑Mon Mar 20, 2017 9:07 pm
uploaded a table to this
post.
nothing fancy though, the player fetch process is using STN's method as well, (used as the player check for inf. ammo and instant skills cooldown script).
Thank you for your contribution! I'm hoping we get a skill points pointer and the three research pointers as well? I hate having message spam saying "you have unused skill points" or "you have not use all of your research points, use them now!" every 10 minutes.
the pointer is very east to locate, but it doesn't do much.
1st off the skill points would be recalculate with the skill points of your current level minus the sum of skill costs of all the skills you've learnt everytime you load a savegame.
then, when you're learning a skills, it again do the same as above to determine you can learn a skill or not. if you can, the game would just update the said pointer's value after you've learnt a skill.
in other words, the pointer is just for display only, and it won't even update the onscreen value itself when you change it yourself using CE.
that said, just updated the table with an
ignore skill points script.
it won't messed with the skills' cost (won't force set them to zero), thus it won't show any skill points when you load a savegame that has used up the skill points already. plus you can still learn any skills with no skill points left.
then again, I didn't play for 10 mins to see the message would still pop up, let me know after testing.
to start, just activate the script, then load, or reload savegame.
**note that if you've somehow force set the skill costs to zero before on the current game seesion, you may need to reboot the game first.