Search found 2 matches

by Romegypt
Thu Mar 01, 2018 9:15 pm
Forum: Terra Invicta Development
Topic: Terra Invicta Dev Diary #3: Resources
Replies: 34
Views: 90985

Re: Terra Invicta Dev Diary #3: Resources

I am learning c++ currently. Is that what you are coding in, and if so would I be able to help once I am past a beginners standpoint?
by Romegypt
Thu Mar 01, 2018 9:02 pm
Forum: Terra Invicta Development
Topic: Terra Invicta Dev Diary #2: Factions
Replies: 24
Views: 77403

Re: Terra Invicta Dev Diary #2: Factions

Why don't you use class designations? Are you not using C++? You could have a class of Human, with sub classes referencing the different attitudes of factions. I believe you can then use pointers to get the values from those subclasses, but I'm not as sure on that.