Rallying call for all interested: Colonisation of the Moon mod!

didn't really send the Wonder data, but they are in the XML Building folder in the 2 copy of files. If you look at them you'll see 2 Wonders that I took out of the real files.

Unfortunatly, I deleted those files and dont feel like digging for them in my backups.
 
Back to a CTD. When it shows up in the build queue it has a wierd box around it. I have no idea what I buggered up in XML....
highly likely a spelling mistake.
We had that with the theatre way bake and a spelling mistake caused it.
 
Well, maybe a fresh set of eyes will help. If not, I'll check into it tomorrow.

Anymore artwork coming from you soon?
 
GeoModder said:
Ok. Great Generals. Is it on purpose they disappear after a turn or 3 after they spawned? I had one running to a base to check what I could do with it but suddenly I saw it... fading away...

Despawns? Really? I can't for the life of me understand why that would happen. Are you sure it didn't get.. I don't know.. capped? or something? Did you accidentally turn him into a building? 8) Let me know if you can repeat that error :/.
 
@ belizan
can you look into the errors in your python that I mentioned above tonight? I don't want to go through the trouble of having to figure out how your code works.

Anymore artwork coming from you soon?
could be, I have been doing a bit of playing around but dont have anything that is good enough to add yet.
 
Well... maybe I can and maybe I can't.

I have new python files for you.. and some XML files for you to merge. If you can get them merged and have a new internal release for me, then I can debug your problems. But I don't want to debug Python problems in an older version of the code, because that's just a headache. Make sense?

BTW, can I send you my files or some such? I'm basically ready to go. In fact, I'll go start making an archive now.
 
Well... maybe I can and maybe I can't.

I have new python files for you.. and some XML files for you to merge. If you can get them merged and have a new internal release for me, then I can debug your problems. But I don't want to debug Python problems in an older version of the code, because that's just a headache. Make sense?

BTW, can I send you my files or some such? I'm basically ready to go. In fact, I'll go start making an archive now

Sure that would be good. (If you sent me your files I will merge them right away and then send you the whole mod again)

And, About the turret pyhon error(I have not been able to reproduce it but here is a quick explaination of it)

In this line of code in unitutils it gives an error about "upgradeTest"(If you want a compete traceback of the error let me know)
Code:
def isUpgradeTest(pUnit):
    unitDict = UnitUtils.getUnitDictionary(pUnit)
    return unitDict["upgradeTest"]
 
Well, maybe a fresh set of eyes will help. If not, I'll check into it tomorrow.

hmm, I wonder what happens when you reference "ART_DEF_BUILDING_GREAT_LIBRARY" in the building info XML file when there is no "ART_DEF_BUILDING_GREAT_LIBRARY" in the builing art defines XML file? Try it and see;)
 
matthewv said:
Sure that would be good. (If you sent me your files I will merge them right away and then send you the whole mod again)

And, About the turret pyhon error(I have not been able to reproduce it but here is a quick explaination of it)

In this line of code in unitutils it gives an error about "upgradeTest"(If you want a compete traceback of the error let me know)
Code:
def isUpgradeTest(pUnit):
    unitDict = UnitUtils.getUnitDictionary(pUnit)
    return unitDict["upgradeTest"]

Yeah, I've seen that like.. once.. before.. Somehow, sometimes a unit gets created without triggering onUnitCreated. And then it doesn't get properly initialized. Anyway, i fixed that already.

I'll PM you with the file, assuming you arn't online.
 
I'll PM you with the file, assuming you arn't online.

Ill sent You the mod asap. Unfortunatly you made some change to your config file so that it no longer contains the function I reference in the techchoser.py. do you not have the changed techchoser.py? or did you change it and forget to send it to me?

Edit:
Ouch, I see what you did. You where editing python files that were older then the most recent version sent out. The canges I made in CvEventManager.py were change back as well. Oh wel, It didn't take long to rechange the stuff I changed. I will be sending out the new version to you shortly
 
Looking good so far ;).

You play with the new civic stuff? I had some issues with city maintenance rules not behaving as I expected, but I noticed that I left them sort of random (for the Charter civics)

Anyway, I'm planning on going through the main 5 civics next and doing a general review on their features against the Bible.
 
woodelf said:
About the He3 losing food twice, I set it up that way so the AI wouldn't get caught with their pants down when they hit Isolation. It can be redone, but this was the quickest, best way at the time. The should regain all commerce that they lose in food.

I was thinking about this, and we can do a work around, actually that is quite clever, if I do say so myself 8).

Take out the double knock and put it all on isolation. Then, based on player difficulty level, we give the AI a grace period during which we give him extra food programmatically. The AI won't realize that it's getting extra food though, so it will work hard to update it's improvements. Sort of post-dating his preparations. I think it's great 8). Give him maybe.. 5 turns per difficulty level over Chieftain. We could make it generalized, so that other Players would get a grace period too, in the case of a MP game with varying difficulty levels.
 
You play with the new civic stuff? I had some issues with city maintenance rules not behaving as I expected, but I noticed that I left them sort of random (for the Charter civics)
No, I am to tired to do any playtesting now and I am going to bed.

Note that you currently have the latest version and I have not given v0.151 to anyone esle. Can you make sure that JBG has the most recent version when you are done.(note that filegone doen't work anymore to upload to. It seems to corrupt files that are over 16MB) If not he will have to wait tilll I wake up in the morning(I can't stay up late tonight)
 
Back
Top Bottom