post turn summary
-
as the error alway happens, when Italy finishes its move,
I copied the sequence of the xml<step name="italianEndTurn" delegate="endTurn" player="Italians"/> <!-- Americans_west Game Sequence --> <step name="american_westTech" delegate="tech" player="Americans_west"/> <step name="american_westTechActivation" delegate="tech_activation" player="Americans_west "/> <step name="american_westPurchase" delegate="purchase" player="Americans_west"/> <step name="american_westCombatMove" delegate="move" player="Americans_west"/> <step name="american_westBattle" delegate="battle" player="Americans_west"/> <step name="american_westNonCombatMove" delegate="move" player="Americans_west" display="Non Combat Move"/> <step name="american_westPlace" delegate="place" player="Americans_west"/> <step name="american_westEndTurn" delegate="endTurn" player="Americans_west"/> <!-- Chinese/USA Game Sequence --> <step name="americanTech" delegate="tech" player="USA"/> <step name="americanTechActivation" delegate="tech_activation" player="USA"/> <step name="americanPurchase" delegate="purchase" player="USA"/> <step name="chinesePurchase" delegate="purchaseNoPU" player="Chinese"/> <step name="americanCombatMove" delegate="move" player="USA"/> <step name="americanBattle" delegate="battle" player="USA"/> <step name="americanNonCombatMove" delegate="move" player="USA" display="Non Combat Move"/> <step name="chineseCombatMove" delegate="move" player="Chinese"/> <step name="chineseBattle" delegate="battle" player="Chinese"/> <step name="chineseNonCombatMove" delegate="move" player="Chinese" display="Non Combat Move"/> <step name="americanPlace" delegate="place" player="USA"/> <step name="chinesePlace" delegate="place" player="Chinese"/> <step name="chineseEndTurn" delegate="endTurnNoPU" player="Chinese"> <stepProperty name="skipPosting" value="true"/> </step> <step name="USAEndTurn" delegate="endTurn" player="USA"> <stepProperty name="turnSummaryPlayers" value="USA:Chinese"/> </step
maybe its visible what causes the error
-
@Numetalfan Right on. Replying from other thread. Yea got it to fire up but got that error. Fixed the spacing error Trevan found and it works fine. Only thing now is all the TTys are white. I don't remember why that is. I'm not good with the graphics stuff.
-
Hi,
yes the error is gone, it was really a single space after the nations name in the tech coding, a single space - oh lord.
the graphics have to be activated in the game, by clicking
on VIEW, then disable "show map details"TOPIC CLOSED
-
thx to all for the support