Add character (Entity) help

Braun

Member
What's up everybody? I need a little help. I have been trying to load my characters as players but when i reload the project, this chick pops up in my chars folder and erases all my data from the txt files. What am i doing wrong?

[attachment deleted by admin]
 
you have to add them manually by typing load then the path to the text. Adding entity makes a new entity altogether which is why it's deleting you files. That lady's png keeps the game from crashing being used as a place holder for the new entitiy's animations.
 
I did that i thought.

load punisher data/chars/punisher/punisher.txt
load punisher1 data/chars/punisher/pun1.txt
load punisher2 data/chars/punisher/pun2.txt
load    Hanna_Dundee            data/chars/Hanna_Dundee.txt
load    Lt.Linn_Kurosawa        data/chars/Lt.Linn_Kurosawa.txt
load    Nick_Fury              data/chars/Nick_Fury.txt
 
yeah from there you just reload the entire data folder (I assume you're using OBoR stats) don't use add entity unless you're making a brand new character.
 
Back
Top Bottom