thasainted39 Posted September 26, 2007 Share Posted September 26, 2007 I am attempting to create a mod installer that haves multiple files to select from. how can i go about doing this? Link to comment Share on other sites More sharing options...
Homer Posted September 26, 2007 Share Posted September 26, 2007 why are you trying to do something like this when you don't know how? especially since kraw has already made it. Link to comment Share on other sites More sharing options...
thasainted39 Posted September 26, 2007 Author Share Posted September 26, 2007 the idea of the installer is to give the user the option to choose a camera view from assorted area's in a ballpark then it is installed to that teams stadium datafile.txt file Link to comment Share on other sites More sharing options...
Homer Posted September 26, 2007 Share Posted September 26, 2007 gotcha. sounded like you wanted something else. i believe there are several mods that do something like that, depending on what you want to do. the guys really to ask advice on that are either krawhitham, fuzzone, or khertens. those are the names i think of off the top of my head. good luck with it! Link to comment Share on other sites More sharing options...
Jim825 Posted September 26, 2007 Share Posted September 26, 2007 I am attempting to create a mod installer that haves multiple files to select from. how can i go about doing this? What language are you programming in? I'm doing something similar with Visual C++ and am just using radio buttons. A common variable is shared among all the selections. The value changes when I click on a different radio button. The code then looks at the value assigned to the variable to know what file to install. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.