 |
|  |
 |
|
axi
|
 |
Athens Greece
Sep 1999 time: 07:13
|
|
F_Smith:
Don't you feel part of this team? It really hurts me when I see in your posts that you refer to the team as YOU ALL. Since you are actively coding for Clash, you hardly qualify as an external observer. You belong, de facto, to US ALL.
As for using the spreadsheets, you're definitely right from a programmer's point of view, but unfortunately not all of us are programmers. The spreadsheet is the closest I can get to coding (Unless you want me to try coding in FORTRAN of which I had a semester course in my faculty.). It's this or developping a model on pen and paper for the most of us I'm afraid, so comparatively the spreadsheet is by far the best way to go. The interconnections model was tormenting me since March, but from the time I started on the spreadsheet, it was ready in 4-5 days and the progress done then was enormous. Of course it's layout is different than the way it'll be coded, but it's something to begin with. And at least it helps do some theorise - test - revise loops on at least some formulas which will be quite mature for the coding phase. This is the best a non-programmer can do; if it's not enough, I'm pretty much useless (As if I didn't know that from the beginning! ).
You see, I can be as much of a crybaby as you can. 
To the point now: OK, even if there have/could have been such economic x behavioral groups in history, can we portray them in any non-abstract way in Clash? I said I didn't want to count priests/warriors/scientists/taxmen/elvii or whatever. I don't want the RC f.e. to have neither a demographic share, nor an income, nor any of the data we will have to store for the economic classes and I have a reason why I don't: quote:

...but these are not the result of economic role but of a hierarchy. Poor priests do not essentially do something different than rich priests, they all provide only Ethics; neither Labor, nor Kapital. Consequently their income can only derive by the value the specific contribution (f.e. Ethics) is given by the society...
...because of difference in the RC's contribution to society, the class cannot be divided along economic role lines and so it cannot be divided politically...
...And if we do not like the abstraction and we want to count priests, taxmen, scientists and elvii, then we'd better find a way to evaluate their contributions to society and add them into the market system. THAT would be novel!
 | Now if Rodrigo, in his quest for greater flexibility, finds a good way for us to evaluate social contributions, social classes can have demographic and economic characteristics. Nevertheless, even in that case, I can't imagine how the social classes can be internally divided in a way that makes sense; they seem to be institutions (the Church, the Military, the State, the University) with a rather continuous hierarchy, which the private citizens lack and are instead organised in economic classes.
------------------
"In a time of universal deceit, telling the truth is a revolutionary act."
George Orwell
[This message has been edited by axi (edited July 26, 2000).]
|
|
|  |
 |
|
Mark_Everson
|
 |
Canton, MI
Jan 1970 time: 00:13
|
|
We all agree that a spreadsheet isn't as good as working code. Like Axi says its a way we can push models forward without programming. Will a spreadsheet find all potential problems with a model? Of course not. But it will frequently find lots that will allow design to go forward. I found several problems when putting together the econ spreadsheet. Based on that, Laurent now has the model mostly coded up, and it will go into testing fairly soon.
quote:

Originally posted by F_Smith on 07-25-2000 04:19 PM
Serious assumptions have also cause serious misunderstandings. The idea that pop and econ data would not be stored at the mapsquare level (a game impossibility)...
 |
I do not think you know what the word 'impossibility' means... The econ and pop system in demo 4 works just fine, and it is fundamentally, at the map square level, using the same object-level ideas you are calling impossible.
You object to them for the reasons that they don't give as detailed a model world as you would like. Well, I don't like your object model because it will result in such large memory usage that a save file will be roughly 10MB by my calculation if your ideas were scaled up to all models. That is just unworkable IMO.
But the whole idea of you doing your magic with the Govt model is to see what you can do, and what resources (coding time, memory useage, clocks, etc.) it takes to do it that way. Then we can all (the whole team, you included) decide based on evidence which way we want to go. I really like the MVC idea...
|
|
|  |
 |
|
F_Smith
|
|
Austin, Tx 78728
May 1999 time: 05:13
|
|
Axi:
Of course I'm not a member of the design team. Every time I try to contribute there's mass panic, which only calms down when I make it clear that you don't have to use any of my contributions. Then ya'll go on as before, as if I hadn't said a thing.
And the time put into the spreadsheet could have/should have been put into developing code. You are far from useless in that regard -- that's why I've been so desperate to get feedback on the tool to test your designs. Mark is a programmer, and could have built a tool to test and develop these models in a few weekends. I have been offering for over a year. Other programmers have offered. Ya'll have ignored our offers of help, and chosen spreadsheets, not been forced into them.
Regarding the splitting of social and economic classes -- poor priests in fact do act quite differently than rich priests, and do in fact provide a very different Ethical point of view. The code I've written allows them to, altho it doesn't force them to.
* * *
Mark:
I'm still of the opinion that instead of all this spreadsheet work, you and the rest of us coders should have been involved with developing the game models via 'builder' tools.
Also, the old code *does* track pop and culture info at the mapsquare level even down to % of pop in each Mapsquare per culture. It's the only way it *can* be done.
The *only* things I have objected to is poor OO design and 'too much talk, not enough testing'.
The data model code I put up with the object builder stored the same info in less memory than your old code. It's faster to write, accessed gamedata faster, and allows for smaller saves because it's all in a single 'wrapper' class (GameData). A saved game will be a serialized GameData object save as binary data, and a massive world will take between 2 to 3 meg
The data I've included so far uses about 1 meg of memory.
I really do object to ya'll making coding decisions like that without testing. You simply cannot assume off the top of your head that it will work X way, and use X amount of memory. You *must* test. All assumptions will be wrong, in my experience.
I thought I did the magic with the social and govt code. It's smaller, runs faster and was written in a week, and allowed flexibility that was so powerful ya'll didn't even consider it possible beforehand (and didn't know what to do with it when it was offered).
My reward for this work was that I seem to be a major annoyance to those who wish to continue talking about things without my insane insistance on testing them.
You appear to prefer the approach you used for the tech model, which has had a simple datamodel builder in development (a weekend's worth of coding) for what, 6 months now? Not debugged, no feedback from others yet to determine if it's even what everyone wants. No 'implementation'/controller code. Just a simple data model, being done completely behind closed doors. Not 'open' dev at all. NO teamwork. That is *not* the kind of dev group I want to work with.
Man, am I mistaken?
Because I thought I *had* proved my point in code. I gave you results. The builder gui needs work, but the game code is there. It works. It's smaller than what you had. It's fast. If I haven't proven it to you, then what will it take? You saw me disagree with the tech builder approach. Then you saw me do a model much more complex in a week, instead of their 6+ months (and counting). That didn't prove anything?
I feel about hopeless, and ready to give up coding for ya'll again, Mark. I did so on the tech model, quietly. This time I'm trying to mention specifically what and why.
Maybe I shouldn't, I don't know. Should I just hush up and let ya'll do your thing? Because ya'll are, indeed, intelligent people. You'll probably finish this, eventually. Maybe you don't need or want my ideas about rapid development.
Are my skills out of place here?
|
|
|  |
 |
|  |
 |
|  |
 |
|
F_Smith
|
|
Austin, Tx 78728
May 1999 time: 05:13
|
|
Mark:
Am I after more detail than ya'll had planned for? I don't think so, according to the model writeups.
In researching the 'econ' model the other day, trying to figure out what to add to a square, I came across:
quote:

Although the province is the most important economic unit in Clash, a lot happens in individual map squares, which I will focus on first. A map square in Clash is pretty large, about 60 miles (100 kilometers) on a side. So even at relatively primitive levels of technology it can support a population of order tens of thousands of people.
 |
And
quote:

Production capacity in a sector takes place on "sites", with a limited number of potential sites per map square. (A map square is about 3500 square miles) For example the Food sector requires "sites" of arable land to build capacity. Food, Resource, and Special sites are limited. Production and service sector sites are unlimited.
 |
These clearly require both pop info and production sites data (including # of people working on each site) must be tracked at the mapsquare level, and then aggregated by province for use by the player.
I'm just building what ya'll designed in the models, I thought. I do not understand. When did this change?
|
|
|  |
 |
|  |
 |
|  |
 |
|
roquijad
|
|
Santiago
Nov 1999 time: 05:13
|
|
Hi All.
First, sorry for being away so long. I had problems with my internet access.
I'll try to catch up:
slavered vs enslaved: good! I'm always ready to learn some more english! 
----------
Tax Rate: Alright. I'm convinced with the example of Axi's parents. It's not that weird having a tax rate for an employee of the State. Let's keep TR in all circumstances. I only don't want it to become a MAJOR variable defining how socialist/capitalist a regime is because I'd find it strange.
----------
Minorities: Yes, Mark, when minorities have full rights then there're no minorities really.
----------
Minorities: I see we're close to agreement. We can divide minorities in two: slaves and free. The slave share would be 100% if SL=2 and if the particular ethnic group has been chosen to be brutally enslaved or a fix share (say, like 20%) if SL=1.
The free share'd be in time divided in the three econ classes UC, LC and MC. The population shares for these three econ classes would be given imitating majorities values (for simplicity) modified by the level of discrimination using Ethnic Discrimination and Religious Discrimination. The modifier pushes more people into the LC the toughest discrimination is.
sounds good?
-----------
EP: After thinking about it for a while, I consider we don't need it. Unless Axi has a strong argument for keeping it, it should be waved good bye.
----------
Govt & Ruler: You're right, Mark. The political structure only gives a guideline and the ruler has control for more detailed variables constrained by that guideline.
----------
Govt & goods: Again right, Mark. At least partially. You're correct when you say the State gives goods like education to people even if they don't value them. I forgot about those. I wasn't refering to an ideal system, but the practical system implemented in communist countries, but for more common goods like shoes, etc. So I guess we were both right. Anyway, the important thing is we agree on measuring happiness through consumption and using an utility function.
Alright. Said that and having (I guess) solved the problems with ambiguous variables, I'd like to organize future conversations. The interactions between the two models cover, as far as I can see, the following topics:
1)Role of Tax Rate
2)Effect of PP
3)Effect of SP
4)Demographic shares for classes
5)Econ behavior for classes
6)Econ behavior for minorities
7)Govt's Investment agenda
8)Management of State-held econ activities
You'll have to excuse me, but I really would prefer to not get me too involved in the econ model and its calculations. So, once we agree on how each of the above 8 interactions should be implemented, I'll try to keep myself away from discussing the maths. No spreadsheets for me. Is that OK?
To analize each of the 8 points above, I suggest we assume first there's no govt intervention at all (PP=100%, SP=0%, TR=0%). Knowing how this totally crude free-market society would function, we then add govt variables one at a time to the system and define how they change things. Sounds good?
So, in this crude free market system we only have to define people's behavior (points 5 and 6).
Here's my point of view:
5) A (generic) class has some control of kapital and provides some amount of labor. Using that info and demographic info, we can compute PCI at the class level. Having the utility function, we can define how much each consumes and how much invests in each econ area. I believe that consumption and investment preferences should be given only from the utility function and PCI rather than from a pre-set profile.
6) As proposed earlier, minorities are separated in slaves and free. Slaves only eat. No consumption and no investment. Free minorities behave exactly like majorities assuming they're divided in classes with almost the same demographic shares as majorities, modified by Ethnic Discrimination and Religious Discrimination. The modifier tends to take people away from the UC and MC and enlarge LC.
As I always do, I insist about classes not being allowed to invest in public goods.
Opinions?
|
|
|  |
 |
|
axi
|
 |
Athens Greece
Sep 1999 time: 07:13
|
|
Welcome back Rodrigo! You'll have alot of stuff to read and comment, but first of all, go and check out F_Smith's Beast! It has progressed a bit, but without your contribution there may have been large faults that went unobserved. I am sure that you'll be more helpful than me.
I have already replied to Mark's suggestion of abolishing EP: quote:

3) EP: Public ownership doesn't ness mean state control. A anarchist state f.e., would have common ownership but the control would be decentralised into local worker's and community councils. An economy with low EP will be generally left to function without intervention from the player, regardless if it is capitalist or socialist. EP is the most independant of all the policies and can be anything, regardless of SP and PP. As for the question if it can be replaced by Ruler.polpower, EP represents the extent of the executive power over a specific aspect of society (economy) while R.pp represents the player's share of the legislative power. EP is needed for maximum control over the economy without the need of so big control of the political scene. For the time being the use of EP (see the spreadsheet) is not compulsory (It defines a maximum range of player intervention, but doesn't oblige the player to use it). If the team feels this is not OK (Since economic planning means that the state makes all the decisions, even if these decisions are the same as the will of the people, the very fact that the state is responsible for them makes the situation quite different), we could give EP an effect more like the one SP has.
 | As for infrastructure, EP will probably work the same way: defining a window for direct player intervention. Although the ruler is surely the one who will mostly benefit from a high EP setting, EP cannot be identified with R.pp, since there are other classes that want EP more or less too (depending on their cultural attributes). I vote that it stays until the demo and, if we then observe that it is redundant, then we can replace it everywhere with R.pp, which should be quite easy.
Minorities: I have made a proposal, which went unnoticed back then: check #4 of my post of 25/7. I believe that the only way not to complicate things too much is to set equal demographics for all the "free" citizens of all EGs. We could also tweak the formulas a bit, in order to insert an XC (Exploited Class or SC:Slave Class) percentage even for the majorities populations (no pol.power for them though).
About your other comments, all I have to say is that I already have developped an implementation along these lines of thought in my spreadsheet. I feel that you are trying to reinvent the wheel here and that would be a waste of time. If you have to propose alternative implementations, you can do so, after you have examined my proposal and found something you don't like. I don't think that we have to begin from ground zero; we already have a proposed model, which we have to debug and improve.
To all: I am going away again today (Not to an island this time; I have a small country-house in a nearby resort) and I will probably be there until 28/8 tops (the day my September examinations period officially begins), so you will have to deal without me for a good stretch of time. It is bad timing that Rodrigo has shown up while I'm dropping off, but I do not feel that I have left anything unfinished. It is up to you now to make use of my contributions. I hope that when I return, all this stuff will be coded up in a demo. Optimistic, ain't I? 
------------------
"In a time of universal deceit, telling the truth is a revolutionary act."
George Orwell
[This message has been edited by axi (edited August 09, 2000).]
|
|
|  |
 |
|
roquijad
|
|
Santiago
Nov 1999 time: 05:13
|
|
Hi Axi. I hope you see this post before leaving.
I did see your opinions and ideas in previous posts. I should have commented them clearly. Sorry for that.
About EP, the thing is control over economic activities is redundant for all State-held activities. The State does have control over that and the question is how it will manage it (point 8 in my list). By management I mean deciding what to produce and in what magnitude. This will probably be managed by the ruler with some guidelines from the govt setting. So, EP would make sense only for the private sector. And in that case, the State has essentially two strategies. The first is to affect markets trying to produce redistribution of wealth, in which case I believe it's covered by SP. The second is to affect it trying to regulate markets where the free-market approach has problems, like in presence of monopolies or externalities like polution. In this case there's no politics in it. It's just a matter of market efficiency and everybody wants it, so EP wouldn't be needed.
Of course Ruler's pol.power has nothing to do in these matters. Your example of anarchy doesn't help because anarchy means absence of govt, and therefore a discussion about econ govt policies has no sense.
I prefer to take EP out immediately if it appears to be useless.
As for minorities, my proposal is in fact very much the same of what you say. I was trying to put it as a conclusion since the three of us seem to agree on how to proceed.
About the spreadsheet, I know there're several thoughts in there. I'm not overlooking your attempt, it's just that you never explained exactly what you were doing. We were left to discover your proposals digging in the spreadsheet equations, which is really boring and complicated. The first post in this thread (yours) does not describe in whole how you're managing the govt-econ interconnections and a lot must be understood from the spreadsheet alone. It'd be very helpful if you explain how the 8 points I mention are answered by your spreadsheet. Sad you're leaving...
Rodrigo
|
|
|  |
 |
|
Mark_Everson
|
 |
Canton, MI
Jan 1970 time: 00:13
|
|
Hi Rodrigo (and Axi if you're still around):
I'm glad you made it back! It looks like we are pretty much in agreement on some of the main issues. Just to clarify a little bit, and make sure we are really in agreement I will make a couple of statements. If they match your understanding of the accommodations we have come to, then great. If not, just let me know and we will hash things out.
I think we might as well wait for Axi to return before we try to go much further than this. His notion of the junctions between the government and economic models is much more complicated than anything I was considering. So I will make some comments here, but I move that we just wait for Axi's return before going much further with this.
I also agree that we should get rid of economic planning. I think it is just too subtle our concept for an economic/government model like ours that most of necessity be somewhat simplistic.
Tax Rate: so I think we agree that the tax rate taxes income of all sorts. In contrast, private property of 0% would mean that this state owns all the capital and infrastructure. Does that sound right to you?
Slavery: your statements sound good. The only point I would make is that I kind of like F. Smith's suggestion that this move to a percentile scale like all the other things. I think the way we will present these things to the player will be mostly through sliders anyway... if you were to replace the 0-2 scale with one from 0- 100% where you divide the result by 50, it seems to me the outcome is pretty much the same. And I think we can agree that there are many shades of slavery that are possible and have existed throughout history.
The other issues at the top of your post (before the numbered list of the econ/government interactions) I basically agree with.
On your part below the numbered list, I basically agree with everything you say. I have one suggestion. I recall that you left the tax rate completely free from the political process because you couldn't think of a good way to symbolize the different classes thoughts on the matter of a proper tax rate. I just had one idea that might allow us to revisit this issue. Specifically, all the participants in government will already have a desired social policy level. Clearly to implement the social policies you need taxes. How about we assume that there is a certain minimum tax rate that generally people in a society will be willing to put up with that is something of order 10%. The desired tax rate that would, out of the government negotiation procedure would be 10% + SP. I think this captures the correct flavor in modern democracies that the people are willing to be taxed provided that the government is giving them a good return on their money. What do you think?
|
|
|  |
 |
|
roquijad
|
|
Santiago
Nov 1999 time: 05:13
|
|
Hi Mark.
I see at least we two have a well settled agreement on most of the stuff. I think too we should wait for Axi. I'm going to mail him to let him know we're standing by.
EP: Yes, get rid of, once Axi agrees.
Tax Rate: Agreed.
Slavery: The range for this is something we've discussed before. I once accepted your suggestion of having a larger range representing different levels/types of slavery, but Axi said that one of the coolest things of slavery in game terms is that it can be abolished. And I agree. That's a discrete change in the variable hardly obtainable from a continous variable ranging 0-100%. So, I vote for discrete. We can express it in the 0-100% range anyway, where the political actors can take only discrete values like 0%, 25%, 50%, 100% and never something in between, but I believe it isn't ness.
As for your idea to create a way in which classes can choose a tax rate, I believe it is excellent. Let's do it!
|
|
|  |
 |
|
axi
|
 |
Athens Greece
Sep 1999 time: 07:13
|
|
Okay, okay, here I am! 
Tax Rate: I think we should wait until infrastructure is included and the riots model is implemented. Only then will we know exactly if we need to extent government control over tax rate. I feel that any class will be willing to pay as many taxes as it is needed to pay for the services it gets in return. If a class gets systematically "exploited" (f.e. if the LC pays taxes that go into armaments or if the UC pays taxes that go to social security), then it should demonstrate economic discontent(even if their income is rising); it could even rebel (taxes were the pretext for the American Revolution, weren't they?). If a class benefits from taxes it doesn't pay (f.e. the MC in my first example or the LC in the second), then it should support the ruler. Should it also actively support a higher tax rate? Again I say we should wait and see. quote:

Tax Rate: so I think we agree that the tax rate taxes income of all sorts. In contrast, private property of 0% would mean that this state owns all the capital and infrastructure. Does that sound right to you?
 | Yes, that's what I had in mind.
Slavery: I also agree with myself The range should remain as is.
EP: When I first came up with EP, I wrote: quote:

- Economic Planning (EP): (0-100%) This will define how much of a command economy we have, or how much the state will be able to control investments, trade, production, the prices of commodities and the labor market. It must not be confused with PP: An ancient despotic rule will have both EP and PP low. Pharaonic Egypt would have somewhat more EP. The Byzantine Empire would have both high PP and EP.
... EP must not be confused with PP chiefly because low EP will mean lower control over all of economy, both private and public.
 | Excuse me for shouting, but I have to make clear that:state ownership doesn't ness mean state control. An ancient monarch may own all the land, but the people are left to do whatever they want with it, as long as they pay their taxes. The same happens with the common ownership practiced in an anarchist (f.e. Catalonia 1936) or communist (f.e. Paris Commune 1870) state during the transitional stage (before state is practically abolished): the economy is more or less auto-organised. Personally, I always considered the private and the public part of the economy to be identical, except for the entity that is entitled to the profits.
Anyway, if I understand correctly, you weren't even thinking of replacing EP with R.pp. Well, the govtecon model needs some way to control the extent of direct player intervention in key socioeconomic areas such as: Working Hours, Product Distribution, Investment in Kapital, Redistribution and, later on, investment in various infrastructure classes. If EP won't do, then what?
The spreadsheet: Rodrigo feels lost in it and I don't blame him. Maybe I should have written a more detailed text about it, but there is really nothing special to it, it's all just bookkeeping (some of it redundant), which should be obvious. The points which are not obvious I tried to explain in my posts. After all the discussion here and the updates that we are bound to make to the govt model, I will try to recompose the spreadsheet and, if I can, I will incorporate the econ model and take a first shot at modelling infrastructure. All this of course will have to wait until I finish my vacations. 
A quick reference to the 8 points mentioned by Rodrigo:
1)Role of Tax Rate: For the time being, it is arbitrarily imposed by the state upon the whole of production, both public and private. It is one of the two sources of income for the state; the other is Public Profits
2)Effect of PP: It has no other effect than to determine what part of the Kapital (and hence of the Profits) belong to the UC and the MC. Obviously it affects the demographic size of these classes and, sometimes, the UC income.
3)Effect of SP: It regulates Working Hours, Wages and the level of exploitation of the Underclass (relative to the LC), it effects Product Distribution in favor of Labor and it controls Redistribution. It is also planned to set minimum investment in certain infrastructure classes.
4)Demographic shares for classes: The (not so perfect) implemetation I have made is analysed in one of my previous posts.
5)Econ behavior for classes: The economic role of each class conforms to the definition of it's economic contributions. This should be expanded to include ownership of sites. The investment profile (in kapital) currently depends only on income and it isn't class specific. The actual investment of privates also depends on player intervention and on Private Property.
6)Econ behavior for minorities: Minorities, or, as we have agreed, the portion which is under exploitation provide only labor. They generally work more (in population and in Working Hours) and they are paid less. The cannot invest in kapital and they cannot move to other classes. Otherwise, their behavior should be the same as everybody else's: dependent of the income.
7)Govt's Investment agenda: Investment in kapital is currently tied to that of the private sector through PP. Investment in infrastructure should be differentiated, according to the private/public character of the infrastructure class. The actual implementation is TBD.
8)Management of State-held econ activities: They should not be different from the private ones. The private and public sectors are treated equally. If we don't want that, then there are alot of things we have to change, but I have previously stated the reasons why I don't want things to go that way.
|
|
|  |
 |
|  |
 |
|
axi
|
 |
Athens Greece
Sep 1999 time: 07:13
|
|
Hi Mark!
Whatever I will try to do on infrastructure, it will be based on what already exists in the econ model thread and webpage, so don't worry about that. I only want to model government intervention, which is the missing part.
EP: You say that the player can have as much economic planning as he wants, if he has the money to pay for it. You overlook the fact that it is not the player who will does the planning, but the govt, which represents much more power centres than just the player. They must have some kind of EP agenda, shouldn't they? Well EP is the best way to represent that. EP will be chiefly meant to limit the extent of player intervention; we don't want the player to be omnipotent, do we?
As for subsidies, they are not the only way of "pushing" a certain infrastructure class. Housing f.e. can be subsidised, but it also can be constructed and given away by the state, so can education, temples, armaments, etc. I have a feeling though that in Clash, as you say, such things might not matter. In the real world, the difference is fundamental, but in Clash, exactly because of point #8 above, there might not be a difference after all. I'll have to think some more about this.
I feel that the answers to such problems can be given only during or after coding (Or, maybe they could show up in a spreadsheet version. Who knows?). Right now the discussion in the govt model thread is the most vital and I await your comments there.
|
|
|  |
 |
|
Richard Bruns
|
|
NC, USA
Nov 1999 time: 06:13
|
|
I think that the EP variable should be included in the game. As a definition of the state of the economy and a limit of the player's power, it is an important factor.
|
|
|  |
 |
|
roquijad
|
|
Santiago
Nov 1999 time: 05:13
|
|
I'll just concentrate my attack in EP:
Why EP had all mixed up with ruler's freedom of action? EP, SP and PP were originally meant (or was it just me?) to give the shape of the economy. They have nothing to do with how powerful the ruler is.
My understanding is the political structure, plus SP and PP, determine a guideline for a spending agenda, like defining lower and upper limits for investments in military, health, etc. Within those ranges (which would be large if R.pp is high and vise versa), the ruler sets the values he wants. No EP is necessary for this.
In the monarchy example above, you say EP is low because the king doesn't control what's produced. If he were controling it, but not with a redistributive intention, then what is he controling it for? Other than forcing a higher production of military stuff, I can't imagine any other thing.
|
|
|  |
 |
|
Richard Bruns
|
|
NC, USA
Nov 1999 time: 06:13
|
|
I think that the planning attributes should control the player's power. If we assume the player is the government and the model says that there is zero planning, then how can the player implement policies? It does not make sense to me. I think that if the player wants to manage something, then they should increase the planning attribute. If players could easily plan when the planning value is very low, the game would seem a bit incoherent IMO.
|
|
|  |
 |
|
F_Smith
|
|
Austin, Tx 78728
May 1999 time: 05:13
|
|
I'm starting to think about fleshing out the econ code in my beast, so I'm starting to look this stuff over.
At first glance, the first suggestion I'd like to make -- the 'slider' for setting working hours can *not* sensibly be ranged from 0 to 1. It *must* have the actual hours in it's range (4 - 20, or whatever).
Consider the Player's choices,
"Set Working Hours: (0 or 1)"
is *not* intuitive.
|
|
|  |
 |
|
roquijad
|
|
Santiago
Nov 1999 time: 05:13
|
|
Axi:
So you're using EP to control the level of ruler intervention (ruler as an individual, that is)... This means EP has not the role of defining a type of economic system, but to define the level of despotism in the economic field. I don't see a need for this. We can use the overall level of despotism (ruler_pol.power) for things like that.
In that equation of yours (that I don't necessarily agree with) I'd use ruler's pol.power instead of EP if what you wanted was to model ruler's power over WH.
I find weird having a variable for "economic despotic level" which can be different to the level of despotism in other areas like politics.
|
|
|  |
 |
|
axi
|
 |
Athens Greece
Sep 1999 time: 07:13
|
|
I didn't know where to post this, so I put it in my own thread. Besides bumping the thread up, I think it is somewhat related.
I'm sorry to have dissappeared from the forum the last couple of days, but I wasn't really into discussing. I made a mini-upgrade to my PC (just bought more memory and a 20 gig HD), but this has caused me some trouble with my CD-ROM unit, which isn't recognised by the system 2/3 of the time. So I spend half my time trying to solve the problem (Btw, do you have any ideas about it, besides downloading the CDROM drivers or reinstalling Windows 98?) and half playing games and rearranging things in my new disc space.
My attempt on modelling infrastructure is pretty much finished, but I am (was) giving some thought on some issues that still do not please me. I also have to write a description in text. When it's all done (I don't know when, since I have to study from time to time too, I'm a student after all ), I will post a new topic, and send the stuff to Mark, Chris Wilkinson (Our new webmaster! It's about time we had an update on the web) and anybody else that might be interested (I'm sure that many of you will be).
------------------
"In a time of universal deceit, telling the truth is a revolutionary act."
George Orwell
|
|
|  |
 |
|
Richard Bruns
|
|
NC, USA
Nov 1999 time: 06:13
|
|
I have a few comments and questions about the working hours:
Maximum working hours should be defined seperately by race. We shouldn't hard code them and make them the same for everybody. FE andriods could probably work 24 hours a day while humans cannot be made to work over 18 hours a day. This number should probably be defined in the Race Creation process in the population model, and of course the work hours of the different races would have to be tracked seperately.
Is the model already tracking seperate work hours for different ethnic groups or classes? I think that including this would be a good way to help model social inequalities.
The day might not always be 24 hours. Space colonists somewhere might adapt to a different day length. We might want to add this flexibility.
What does the model do about the times before clocks were invented? In many cases, people worked from sunup to sundown, no matter how long the day was.
|
|
|  |
 |
|  |
All times are GMT. The time now is 05:13. Apolyton Time is 00:13. |
top of page
|
|
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|