Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
All events will refer to database entries by their ID, unless you use some plugin that bases things on names instead. This one looks like it may help with that: http://rmrk.net/index.php?topic=50819.0
Otherwise...I've re-sorted a database manually before: I found going through my game and noting down every place where items were added/removed/checked before actually changing the database order helped a lot. It still took a while, though. (Never. Again.)
You weren't to know, but even if you've planned out all your skills/items/etc in advance, it's generally good practice (for this reason) to leave a few blank slots in each database list. So, for example, before starting set aside maybe 10 slots per weapon type, maybe 20 slots right at the top of the list for uniques, etc. It helps to have an idea of how big your game's going to be, but you get the idea.
Same thing goes for other aspects, like if you have a variable tracking your progress through a quest. Increment the variable by 5 or 10 or something for each step, not just 1. That way, if you get a good idea later on for some extra stuff to add in part way through, it's as easy as filling in the gaps! =)
Funnily enough, I did try to plan ahead and add 10 or so gaps between weapons but then I added more and more to my game and now everything's a mess. Same with skills and whatnot. I suppose I'll just be more careful next time.
What you should do, if you ever start a new project with the same database, is sort them before you even start making events. That is what I did. I made like 20 or more projects I never finished, but the database was many times re-used.
Now I have all recourses first, then all ingredients, then all food, then poitions etc, and that won't ever change again. So I all quest items, collectibles and unique items can just be added on the bottom.