Please note: Message Boxes and 1.13

A forum to discuss custom scenarios, campaigns and modding in general.

Moderators: Slitherine Core, Panzer Corps Design, Panzer Corps Moderators

Post Reply
fsx
Warhammer Moderator
Warhammer Moderator
Posts: 389
Joined: Mon Dec 26, 2011 2:47 pm

Please note: Message Boxes and 1.13

Post by fsx »

Hallo!

All MOD-creaters used version 1.10 and 1.11 for the MOD, please check the pzloc files for scenarios.

The statement "Linebreaks should not have been used in messages." was not communicated clearly enough.
In 1.10 and 1.11 it was possible to make message boxes with text including line breaks.
From 1.12/1.13 messages with more than one line only show the first line during the game.
Please, use html-tags for linebreaks.

Thank you, Alex, for this information.

Wrong:

Code: Select all

IDS_MESSAGE6	<p>Sie haben den Hauptbahnhof erobert.</p>
<p>Sie erhalten 150 Prestigepunkte!</p>
<p></p>
<center><img src="DMP\HB.png"/></center>
IDS_MESSAGE7	<p>Sie haben das Getreidesilo, dass höchste Gebäude von Stalingrad erobert!.</p>
<p>Sie erhalten 100 Prestigepunkte</p>
<p></p>
<center><img src="DMP\Silo.png"/></center>
Correct:

Code: Select all

IDS_MESSAGE6	<p>Sie haben den Hauptbahnhof erobert.</p><p>Sie erhalten 150 Prestigepunkte!</p><p></p><center><img src="DMP\HB.png"/></center>
IDS_MESSAGE7	<p>Sie haben das Getreidesilo, dass höchste Gebäude von Stalingrad erobert!.</p><p>Sie erhalten 100 Prestigepunkte</p><p></p>
Example taken from DMP-Mod "Ostfront 3.0" - scenario Stalingrad
Post Reply

Return to “Panzer Corps : Scenario Design”