OrionVeteran
Deity
I have made several SDK changes to try and get routes going in the BUG SEVOPEDIA.
Basically WIDGET_PEDIA_JUMP_TO_ROUTE calls a function parseRouteHelp. parseRouteHelp calls a function called setRouteHelp. I have no idea what to put into setRouteHelp.
Does anyone have this function?
Basically WIDGET_PEDIA_JUMP_TO_ROUTE calls a function parseRouteHelp. parseRouteHelp calls a function called setRouteHelp. I have no idea what to put into setRouteHelp.

Code:
void CvGameTextMgr::setRouteHelp(CvWStringBuffer &szBuffer, RouteTypes eRoute, bool bCivilopediaText)
{
if (NO_ROUTE == eRoute)
{
return;
}
.......................
}