vanatos Posted October 24, 2014 Share Posted October 24, 2014 Hi guys, How do i do something in the weidu install like prompt the user to choose whether to install component A or B? They must choose one or the other, no QUIT or SKIP option Link to comment
subtledoctor Posted October 24, 2014 Share Posted October 24, 2014 You want to make them (each option) subcomponents of the larger component (the overall question of 'do you want A or B'): http://forums.gibberlings3.net/index.php?showtopic=2291 EDIT just saw the second half of the question. I don't think you can (or should) eliminate the 'No change' or 'Quit' options. For No change, you could just mention in the component title that this is a core component and choosing A or B is required to install any following components. Then have both A and B install a marker file to the override folder, and have all following components REQUIRE_PREDICATE FILE_EXISTS_IN_GAME ~the marker file~. Check out Song & Silence, it does something like this. As for Quit, it seems less than ideal not to allow the player to have second thoughts and bail out of the installer if they need to... Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.