Missions/Raids: Add signpost texts

install-platforms
Sven Eberhardt 2018-01-21 21:36:44 -08:00
parent d411f07fda
commit 88d1136215
4 changed files with 15 additions and 6 deletions

View File

@ -1,6 +1,6 @@
/* Automatically created objects file */
static g_chemical, g_cabin, g_sawmill, g_workshop, g_windmill, g_flagpole, npc_newton, npc_lara, npc_lisa, npc_woody, npc_rocky, npc_mave, npc_pyrit, npc_clonko, npc_matthi, npc_dora;
static g_chemical, g_cabin, g_sawmill, g_workshop, g_windmill, g_flagpole, npc_newton, npc_lara, npc_lisa, npc_woody, npc_rocky, npc_mave, npc_pyrit, npc_clonko, npc_matthi, npc_dora, g_guidepost1, g_guidepost2;
func InitializeObjects()
{
@ -14,7 +14,7 @@ func InitializeObjects()
CreateObjectAbove(EnvPack_Scarecrow, 1218, 440);
CreateObjectAbove(EnvPack_Guidepost, 835, 369);
g_guidepost1 = CreateObjectAbove(EnvPack_Guidepost, 835, 369);
CreateObject(EnvPack_TreeTrunks, 808, 368);
@ -35,7 +35,7 @@ func InitializeObjects()
Tree_Coniferous002->SetR(30);
CreateObjectAbove(Tree_Coniferous, 1219, 441);
CreateObjectAbove(EnvPack_Guidepost, 2054, 521);
g_guidepost2 = CreateObjectAbove(EnvPack_Guidepost, 2054, 521);
CreateObjectAbove(Trunk, 2631, 589);
@ -164,9 +164,6 @@ func InitializeObjects()
Lorry002->SetR(6);
Lorry002->SetRDir(7);
var Catapult001 = CreateObjectAbove(Catapult, 2795, 608);
Catapult001->SetRDir(-5);
Catapult001->SetObjectLayer(Catapult001);
npc_newton = CreateObjectAbove(Clonk, 226, 321);
npc_newton->SetColor(0xffff);
npc_newton->SetName("Newton");
@ -234,6 +231,10 @@ func InitializeObjects()
npc_dora->SetObjectLayer(npc_dora);
npc_dora->SetSkin(3);
var Catapult001 = CreateObjectAbove(Catapult, 2795, 608);
Catapult001->SetRDir(-5);
Catapult001->SetObjectLayer(npc_pyrit);
CreateObjectAbove(Fish, 1889, 728);
CreateObjectAbove(Fish, 1879, 726);

View File

@ -38,6 +38,8 @@ func Initialize()
npc_newton->SetAlternativeSkin("MaleBlackHair");
npc_pyrit->SetAlternativeSkin("MaleBrownHair");
npc_woody->SetAlternativeSkin("Youngster");
g_guidepost1->SetInscription("$Post1$");
g_guidepost2->SetInscription("$Post2$");
MakeRuinsOnDamage(); // see System.ocg/Ruins.c
PlaceGrass(40);
return true;

View File

@ -0,0 +1,3 @@
Post1=Links: Clunkertal|Rechts Kiefernwald, Schlangensee, Wipfstadt
Post2=Links: Schlangensee, Kiefernwald, Clunkertal|Rechts: Wipfstadt

View File

@ -0,0 +1,3 @@
Post1=Left: Clunker valley|Right over the lake: Wipf Town
Post2=Left: Clunker valley|Right over the lake: Wipf Town