Impressions and Suggestions

Hey, Poland would have totally improved the political map of Europe!
 
-> Human players as vassals ARE possible, but it's a kind of unknown field. I don't know the exact reason why Firaxis disabled that, and re-enabling this possibility would need some testing. Changing American starting condition would require more testing as well. I'm not in the condition right now to fulfill these requests, as I'm rushing.
Thanks for giving an upfront answer about this Rhye. Would it maybe be possible for this to be implemented if I do some testing with it over the coming weeks and try to see if I can get it to work?

If nothing else it would be a good way for me to get my python skills back in shape ;)
 
to test it, you should add a line somewhere in the code

gc.getTeam(gc.getPlayer(XXX).getTeam()).setVassal(YYY, False, False)

(XXX = your team, YYY = other team), end the turn and delete that code. You should be a vassal
 
Really sorry if this is Off-Topic but I'd love to see Australia in the game as a vassal of Britain.. they could spawn about 1770 AD. Otherwise the great southern land could be taken by anyone (India, Japan etc. :eek: )

Team up people, and make your modcomp! There's actually a Portugal Modcomp on project.
 
I think that good idea is wait with doing modcomps because this version of RFC isn't final ;)

Actually I am doing this... for now I am just taking Ideas and finishing the Art of Portugal... It is hard to do something that will be obsolet in the end of march. :sad:
 
to test it, you should add a line somewhere in the code

gc.getTeam(gc.getPlayer(XXX).getTeam()).setVassal(YYY, False, False)

(XXX = your team, YYY = other team), end the turn and delete that code. You should be a vassal
Sorry I haven't been able to get any work done on this. My computer died last week and I only got it back running today.

One question though just from looking at what you have. Shouldn't it be .setVassal(YYY, True, False) since you want it to actually do something? My (probably flawed) understanding is that having false for both booleans would make the function have no effect.
 
Back
Top Bottom