Aller au contenu

Photo

removing the attribute distribution part of character creation entirely


  • Veuillez vous connecter pour répondre
3 réponses à ce sujet

#1
gordonbrown82

gordonbrown82
  • Members
  • 544 messages
and then letting the character pick values from 10-13 in a conversation that starts immediately as the game starts instead. possible to do? obviously this: http://social.biowar...1/index/2508122 would be preferable but if that's not possible.

#2
CID-78

CID-78
  • Members
  • 1 124 messages
well like the other topic reveals is that the GUI doesn't update the ability points more then once in the beginning so either you live with the work artound and let the player push the levelup a extra time if he tries to go over the cap. aslong as the code doesn't reduce the number of points the + button should light up again when the player exit chargen. You can of course do a converstaion instead where you pick points but it is a bit clumsy without custom tokens.

#3
gordonbrown82

gordonbrown82
  • Members
  • 544 messages
what about removal of the attribute distribution part? is that impossible as well?

#4
TimelordDC

TimelordDC
  • Members
  • 923 messages
If the player is never going to be given experience, he will never enter the level-up screen with attribute points assigned. If you are going to give experience points, you could still do the same as above except track xp internally and give the player talent/skill points when the appropriate xp level is reached.

You are still stuck with the player assigning more than 13 in an attribute during chargen. For that, you can use the code in the previous thread and modify it to show a message to the player that they can't have more than 13 points. Leave the points unassigned so they can use it on another attribute.



That is the best you can do, AFAIK