joelwest
Noble
current download does not have a file extensionocedius said:It should say its a .rar. Atleast that is what I uploaded.
when renamed to .rar it extracted fine
current download does not have a file extensionocedius said:It should say its a .rar. Atleast that is what I uploaded.
saint1979 said:So you bastards actually tricked me into playing this mod
Well, i played a little more efter my post and found other bugs that are kind of obviouse while you play the game.
The most irritating thing (prolly not a bug) is the desease thingy:
I decided to attack Thebes, it was 3 spots away, in my case, three turns. I did bring 3 catapults, 6 longbows, 8 maceman. Just after the first step into the lands of my victim, one of the catapults got the desease. I left it behind.
Next turn: 4 of my units died in the desease.
When I finally got to the city of Thebes i had 4 units left and 1 of them had the desease.
saint1979 said:I might play this one more time if you edit the disease thingy ;-)
Maybe, if one unit in the stack have medic promotion, the disease chanse should be zero?
if pUnit.isHasPromotion(gc.getInfoTypeForString('PROMOTION_DISEASED')) and not pUnit2.isHasPromotion(gc.getInfoTypeForString('PROMOTION_DISEASED')) and not pUnit2.isHasPromotion(gc.getInfoTypeForString('PROMOTION_MEDIC1')):
if not pUnit2.getUnitCombatType() == gc.getInfoTypeForString('UNITCOMBAT_NAVAL'):
pUnit2.setHasPromotion((gc.getInfoTypeForString('PROMOTION_DISEASED')), True)
CyInterface().addMessage(pUnit2.getOwner(),True,25,'A unit has become diseased!','AS2D_BONUS',1,'Art/Interface/Buttons/Promotions/Diseased.dds',ColorTypes(7),pUnit2.getX(),pUnit2.getY(),True,True)
if CyGame().getSorenRandNum(100, "OBPTDTd") <= 5: # 5% global chance for units dying as diseased or traitors
if pUnit.isHasPromotion(gc.getInfoTypeForString('PROMOTION_DISEASED')):
pUnit.kill(True,0)
CyInterface().addMessage(pUnit.getOwner(),True,25,'The diseased unit has died!','AS2D_BONUS',1,'Art/Interface/Buttons/Promotions/Diseased.dds',ColorTypes(7),pUnit.getX(),pUnit.getY(),True,True)
return #only one unit per player per turn can die
AlexTheTall said:How do I install this mod... I tried to put all the stock in the same folder but it doesn't seem to give me anything new (civic and empires).
Can someone could help me please?