Dawn of Civilization - an RFC modmod by Leoreth

Status
Not open for further replies.
By razing cities and killing units? :p

Or do you mean that the UHV doesn't trigger? Some of the UHVs, like Russia's Siberian Railroad goal, are bugged, and won't check off even if you complete it. It's annoying, but I just try to ignore it.

I think (s)he means how would (s)he make one of those goals for, say, a new civ.
 
No, I mean how do I make one in modding. I know it is not in the normal Victory python files, but I don't know where the files are located(I am making a mod mod and one civ's UHV has both a razing cities goal and up and a killing unit goal).
 
No, I mean how do I make one in modding. I know it is not in the normal Victory python files, but I don't know where the files are located(I am making a mod mod and one civ's UHV has both a razing cities goal and up and a killing unit goal).

Really? These are from the victory.py:

Code:
		if (iPlayer == iKorea):
			if (self.getGoal(iKorea, 2) == -1):
				if (cLosingUnit.getDomainType() == gc.getInfoTypeForString("DOMAIN_SEA")):
					self.setNumKoreanSinks(self.getNumKoreanSinks() + 1)
					if (self.getNumKoreanSinks() == 20):
						self.setGoal(iKorea, 2, 1)
Code:
                if (iPlayer == iMongolia):
                        if (pMongolia.isAlive()):
                                self.setRazedByMongols(self.getRazedByMongols() + 1)
                                if (self.getGoal(iMongolia, 1) == -1):
                                        if (self.getRazedByMongols() >= 7):
                                                self.setGoal(iMongolia, 1, 1)
 
I get it now. They aren't in the regular UHVs section. They are a few lines down. Thanks!
 
Ahhh, Leoreth (or someone else who knows stuff) I downloaded your awesome modmod, extracted it to Beyond the Sword/Mods like you said. I went to play it, and was delighted to find it in the mod selection screen (or what ever you call it). However, when I went to play it, something went wrong. The mod started to load, but then a "this program has stopped working- windows is looking for a solution to the problem" window popped up. at first I thought it was coincidental, but I tried it three more times with the same result. Help me! how do I fix it? is it a problem with the download or is it my computer? (a windows vista home edition)
thanks, RegalBlue
 
oh wait, never mind. I figured out how. I feel stupid. I've been playing civ all these years, and I've never really payed much attention to the "ADVANCED" menu. my BTS is sooooo out of date. -_-
 
Often that won't work (almost never). If it does not, download the patch from CFC.
 
Try downloading here.
 
Say, could anyone upload the main mod files on mediafire or on another site because gamefront's been giving me hell for the past 2 months and i cant get the mod from GF... pls...

(no its not a problem on my end, even if gamefront works for you, as i tried to dl anything on several other computers but to no avail)
 
Say, could anyone upload the main mod files on mediafire or on another site because gamefront's been giving me hell for the past 2 months and i cant get the mod from GF... pls...

(no its not a problem on my end, even if gamefront works for you, as i tried to dl anything on several other computers but to no avail)

Just download the svn, it works fine.
 
Yeah it's about as much trouble as micromanaging a single supercity's specialists in a typical Civ IV game.

Having to reassign a farmer to a citizen everytime the city grows is a lot of hassle though.

Spoiler :


 
Status
Not open for further replies.
Top Bottom