Aller au contenu

Photo

New Worldmap


  • Veuillez vous connecter pour répondre
3 réponses à ce sujet

#1
swedish_elk

swedish_elk
  • Members
  • 4 messages
Can't a custom Worldmap to function. I get all travelpoints but the actual map is only a grey little square in the upper left corner. I even made a copy and paste of the original map.

#2
Craig Graff

Craig Graff
  • Members
  • 608 messages
What are you doing to add it?

#3
swedish_elk

swedish_elk
  • Members
  • 4 messages
I made two new GDA files. One called worldmaps_tutorial.gda, ID 700, Label Tutorial's, NameStrRef 0, Map tutorial_worlmap, TargetWpTable target_wps_tutorial, TargetWp 0, TripsCounterTable INVALID

And also made target_wps_tutorial.gda file.

tutorial_worldmap.dds 32-bit A8R8G8B8 Size 629x923, placed in the projects override folder. Then I created a new map in the toolset, picked my new map in the dropdown. Exported.

In my module script I added

object oWorldMap = GetObjectByTag("tutorial_worldmap");
WR_SetWorldMapPrimary(oWorldMap);
WR_SetWorldMapGuiStatus(WM_GUI_STATUS_READ_ONLY);

Modifié par swedish_elk, 24 décembre 2009 - 10:26 .


#4
RecklezzRogue

RecklezzRogue
  • Members
  • 193 messages
is there a solution to this? I have seen a lot of posts on this, all with no resolution....