Mission preview image
by Dennis Lamers · in Torque Game Engine · 07/15/2015 (2:36 pm) · 0 replies
Hey all,
There was once a resource on this website for Torque Game Engine about how to make a mission preview image. For example, you go to "Start Game" > Select mission -> Preview image of the level shows up. I am currently building a mod for an old Torque game. I have been searching for two hours but the resource is gone. Does anyone still have it? It was a really simple thing. It also featured a script with (CTRL + M) makes a preview image of the mission.
Regards,
Edit: Never mind, got it!
Place on the bottom of StartMissionGui
There was once a resource on this website for Torque Game Engine about how to make a mission preview image. For example, you go to "Start Game" > Select mission -> Preview image of the level shows up. I am currently building a mod for an old Torque game. I have been searching for two hours but the resource is gone. Does anyone still have it? It was a really simple thing. It also featured a script with (CTRL + M) makes a preview image of the mission.
Regards,
Edit: Never mind, got it!
Place on the bottom of StartMissionGui
function SM_missionList::OnSelect( %this, %id, %text )
{
%mission = getField(SM_missionList.getRowTextById(%id), 0);
Preview_image.setBitmap("starter.fps/data/missions/loading_" @ %mission );
}About the author
Creator of Peekarica and Blockland Classic Mod.