09-11-2015, 10:14 AM
(09-11-2015, 04:36 AM)DerVVulfman Wrote: Your first part is the 'No names' are available messages. While this is a helpful message, it merely means that you never created actual names for the elements.Thank you! Learned something again. :)
You have names for the default elements, like element 1 being fire, or element 2 being water. But this is merely saying that you have 'no' names entered for either of your SP handling elements. This is not a detrimental error crashing bug. But it is a warning for game designers.
When you're done with the Lycan Checker, you can just remove it from the demo, or merely set the CHECKER_ON value to false.
Now your other issue, that's unusual. When the game starts, you start with a party of 1 or more members. The Lycan Hud works by reading the lead party member and doublechecks his/her stats. The only explanation that I have is that you are starting the game with no party members.
A solution would be to create a 'dummy' player character... an actor with no name, no characterset, no kidding. THEN, if you are using some character select screen... use THAT guy. But you need an actual character on startup, even if you do not show the hud when your game starts.