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.
New Worldmap
Débuté par
swedish_elk
, déc. 22 2009 01:19
#1
Posté 22 décembre 2009 - 01:19
#2
Posté 23 décembre 2009 - 04:53
What are you doing to add it?
#3
Posté 24 décembre 2009 - 10:21
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);
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
Posté 07 mars 2010 - 08:28
is there a solution to this? I have seen a lot of posts on this, all with no resolution....





Retour en haut






