in response to this:
I created a cdb as you see in the code then in MSVC I went to project->Add To Project->Files and selected the cdb file. when i try addin it again it says its there. however when I compile I don't see a religionrecord.cpp or anything else like the cdb's have.
Originally posted by Martin Gühmann
Well one thing you can do is to use multiple lines, even it looks cleaner and less confusing if there would be just one line. But on the other if you think that this is so complicated then you should check whether you can simplify the stuff. The first thing you have to do is to add that Religion database, so that you can store all the necessary information like:
- Science lost due to dogmas
- The spreading rate which reflects how aggressive its missionaries are.
- Certain advances that cannot be researched due to dogmas
- Happiness increase due to false hopes
- Gold loss, you know churches cost a little bit
- Production loss, there are times when you have to pray and can't work
- Tech loss, even you know this tech nevertheless it is heretical so you better forget it, since the invincible pink unicorn is a higher power and she is always right. Here you see how you can model the dark ages. Nice isn't it.
- Progrome chance, there are some people of different faith (actually infedels of a religous point of view) in your town and you have nothing to do and your religion preaches hatred towards the infedels. So you can kill some people. On the other hand remember the witch burning, so even people from your own fath aren't save.
And now I go back to your last question, somehow you have to organize the information. Take the list above all the stuff in it is related to one topic: The religion database. After that you have some sort of list on the left side what should be in as headlines or titles and on the right side a more detailed description. And that is also the structore I chose for all those new database flags. First the remark that there is something for modders then the database and the new flags. Of course I had to use what you have provided and I tryed to make sense out of it. Sometimes successfully sometimes unsuccessfully in that case I just may have skipped information.
As you can see with this list approach or maybe you can also call it tree approach I broke the information into smaller pieces. Since each piece is less complex than the whole. Each piece can be understand more easily and once you have understand them you can put them together to the whole. That's how the world is built. Complex things like man are put together by simpler things like cells and even those are put together by simpler things like lipids, proteins, sugars, DNA, water, ions and probably more. But also these stuff is made out of simpler things, like atoms. And even those are made of simpler things like neutrones, protones and electrones. And even this isn't the end, but I stop here.
That's at least a part of how the world really works. And our language just describes the real world so it wouldn't be so surprising that it works in a similar fashion. It starts with sounds maybe even with something simpler. But anyway let's start at the sound level. Those sounds are combined into syllables and the syllables are put together to form words. Words put together form clauses. And clause put together form sentences. And sentences put together form paragraphs. And paragraphs put together form texts which you may find in a book or on the internet.
In principle you can do all this. But your problem is how to organize all this kind of information that a reader can understand it without thinking to much about. Interestingly you are not the only one with this problem there are many scientists who are good at scince but not so good at words. And that's the reason why science is so hard to understand, not because it is so difficult but the scientists don't know how to communicate it. And therefore the text is called the Science of Scientific Writing.
-Martin
Well one thing you can do is to use multiple lines, even it looks cleaner and less confusing if there would be just one line. But on the other if you think that this is so complicated then you should check whether you can simplify the stuff. The first thing you have to do is to add that Religion database, so that you can store all the necessary information like:
- Science lost due to dogmas
- The spreading rate which reflects how aggressive its missionaries are.
- Certain advances that cannot be researched due to dogmas
- Happiness increase due to false hopes
- Gold loss, you know churches cost a little bit
- Production loss, there are times when you have to pray and can't work
- Tech loss, even you know this tech nevertheless it is heretical so you better forget it, since the invincible pink unicorn is a higher power and she is always right. Here you see how you can model the dark ages. Nice isn't it.
- Progrome chance, there are some people of different faith (actually infedels of a religous point of view) in your town and you have nothing to do and your religion preaches hatred towards the infedels. So you can kill some people. On the other hand remember the witch burning, so even people from your own fath aren't save.
And now I go back to your last question, somehow you have to organize the information. Take the list above all the stuff in it is related to one topic: The religion database. After that you have some sort of list on the left side what should be in as headlines or titles and on the right side a more detailed description. And that is also the structore I chose for all those new database flags. First the remark that there is something for modders then the database and the new flags. Of course I had to use what you have provided and I tryed to make sense out of it. Sometimes successfully sometimes unsuccessfully in that case I just may have skipped information.
As you can see with this list approach or maybe you can also call it tree approach I broke the information into smaller pieces. Since each piece is less complex than the whole. Each piece can be understand more easily and once you have understand them you can put them together to the whole. That's how the world is built. Complex things like man are put together by simpler things like cells and even those are put together by simpler things like lipids, proteins, sugars, DNA, water, ions and probably more. But also these stuff is made out of simpler things, like atoms. And even those are made of simpler things like neutrones, protones and electrones. And even this isn't the end, but I stop here.
That's at least a part of how the world really works. And our language just describes the real world so it wouldn't be so surprising that it works in a similar fashion. It starts with sounds maybe even with something simpler. But anyway let's start at the sound level. Those sounds are combined into syllables and the syllables are put together to form words. Words put together form clauses. And clause put together form sentences. And sentences put together form paragraphs. And paragraphs put together form texts which you may find in a book or on the internet.
In principle you can do all this. But your problem is how to organize all this kind of information that a reader can understand it without thinking to much about. Interestingly you are not the only one with this problem there are many scientists who are good at scince but not so good at words. And that's the reason why science is so hard to understand, not because it is so difficult but the scientists don't know how to communicate it. And therefore the text is called the Science of Scientific Writing.
-Martin
I created a cdb as you see in the code then in MSVC I went to project->Add To Project->Files and selected the cdb file. when i try addin it again it says its there. however when I compile I don't see a religionrecord.cpp or anything else like the cdb's have.
Comment