ID:151596
 
If I have a game that returns combat results in text format and there are thousands of potential text strings that could be displayed, am I okay to retrieve from savefiles or some other source? I would be doing this in a proc at runtime when the text is needed. That is my current plan and I'd like to know if there are any pitfalls.

If anyone has an idea for another solution, please feel free to mention it.

I will also have some pretty large tables for combat values for various skills, proficiencies, manuevers, etc. It's all pretty intricate. I am now considering whether these should be in some kind of source files as well or that's asking for a performance nightmare.

Thank you,

John

PS -- I posted this in "How-To" but it was suggested to me that I had possibly posted in the wrong forums, so I will try this one.