View Single Post
Old 12-20-11, 10:51 AM   #5
Magic1111
Silent Hunter
 
Join Date: Sep 2008
Location: Germany - Sailing on U-552 in North Atlantic
Posts: 4,429
Downloads: 783
Uploads: 0


Default

Quote:
Originally Posted by tscharlii View Post
I have encountered 2 problems with this mod.

  1. It's impossible to learn level 3 of "expert watch crew" and "expert radioman". In data\UPCDataGE\UPCCrewData\SpecialAbilities.upc there are three lines
    Code:
    PointsRequirement= 0
    LevelUpTree= 2, 3, 4
    MoraleCost= 0
    among others in the definition of these two abilities. I think it should read
    Code:
    PointsRequirement= 0, 0, 0
    LevelUpTree= 2, 3, 0
    MoraleCost= 0, 0, 0
    instead. I do NOT really know what I'm doing here, I just applied pattern matching to a multi-level ability that works, like "Special meal" or "Expert sonarman".
  2. You are using "CrewMoraleDegenerationRate" the wrong way around. It has been the wrong way around in the stock version of the game already. A positive value means a higher degeneration rate, ie. the morale drops faster. A negative value represents a lower rate. The morale drops not so fast. Note, that a negative value doesn't mean the morale will rise over time. I, however, haven't tested this with values less than -100, maybe the morale actually rises, then.
    Right now, this means: With active Battle Stations, the morale drops slower. The same applies to "Tired Engineer". On the other hand, "Confident Officer" and "Rest Crew" abilities let the morale drop faster.
***BUMP*** and...

Welcome aboard/Willkommen hier!!!
__________________
Magic1111 is offline   Reply With Quote