Tagged Questions
2
votes
1answer
457 views
Tools for creating an item database
I'm working on a project for which I will need to create a large item database, with plenty of different types of items which will all have different data structures and attributes. I'm hoping to ...
18
votes
6answers
675 views
Tweaking and Settings - Runtime variable modification and persistence
Most companies have an editor, or a variable control system for tweaking stuff in games, but are there any middleware solutions to this problem? I've written two such systems in the past myself, and ...