Anzeige Problem mit neuer World

    • Anzeige Problem mit neuer World

      Ich habe ein kleines Problem mit dem Worldtitel. Mit ddem World einfügen geht alles wunderbar und es gibt auch keine Probleme in der World
      das einzige Problem ist dieses:
      Wie behebe ich das?

      (Team Place ist der Worldname)



      defineWorld.h


      #define WI_WORLD_PLACE 5

      World.inc


      WI_WORLD_PLACE "WdTeamPlace"

      WI_WORLD_PLACE SetTitle

      (
      IDS_WORLD_INC_000058
      );





      World.txt




      IDS_WORLD_INC_000058 Team Place




      WdTeamPlace.txt
      IDS_WDTEAMPLACE_WLD_000000 Team Place




      Ich weiss nicht woran das liegt.
    • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )

    • oh hab ein txt vergessen zu schreiben, es ist aber WdTeamPlace.txt.txt


      WdTeamPlace.rgn

      // Region Script File
      region3 6 10 228.769821 100.000000 468.675507 0x1 0 0 "" "" 0 0.000000 0.000000 0.000000 29 33 392 476 "" 0 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0
      title 1
      {
      IDS_WDTEAMPLACE_WLD_000000
      }
      desc 0
      region3 6 12 228.476685 100.000000 453.537354 0x0 0 0 "" "" 0 0.000000 0.000000 0.000000 220 444 236 460 "" 0 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0
      title 0
      desc 0
      region3 6 13 228.666733 100.000000 463.921173 0x0 0 0 "" "" 0 0.000000 0.000000 0.000000 220 452 236 468 "" 0 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0
      title 0
      desc 0
    • IDS_WDTEAMPLACE_WLD_000000 Team Place
      IDS_WORLD_INC_000058 Team Place
      WI_WORLD_PLACE SetTitle

      (
      IDS_WORLD_INC_000058

      Hab mich noch nicht mit new World beschäftigt aber von wo will die Map den Namen ablesen wenn der World Name eine andere bezeichnung hat ? "000000"
    • [COLOR="DarkOrchid"].Rgn
      IDS_WORLD_WDTEAMPLACE_WDTEAMPLACE_RGN_000000 Team Place
      .txt.txt
      IDS_WORLD_WDTEAMPLACE_WDTEAMPLACE_RGN_000000
      world.inc
      WI_WORLD_PLACE "WdTeamPlace"



      WI_WORLD_PLACE SetTitle
      (
      IDS_WORLD_INC_000058
      );
      world.txt
      IDS_WORLD_INC_000058 Team Place
      versuch es mal damit[/COLOR]