ok, so i sholud've thought of this before.
How about a soldat "previous version" drop down menu. the 1.3.1 would basically have all the previous version listed in a drop-down menu. you can select the version you'd want to change back to.
think it'd make the soldat installer a huge file? i dont think so. the drop down menu could act like a switch command in C:
switch (version#) {
case 1: printf("running version 1.0.4\n");
//in 1.0.4 there was no knife, law, or saw.
//that means that the program would TURN OFF those //weapons!
...
default: printf("running version 1.3\n");
break;
}
so, basically the bink variable would get turned off in an older version. i dont know how the soldat code looks like...and maybe MM wrote the game so that each function could be toggled TRUE or FALSE (ON or OFF).
this method would let us hold weekends where we go back and play old versions! (just for that weekend!) plus, you wouldn't have to download every previous version of soldat to run them, you'd just download the latest one...
anyone NOT understand?:D
How about a soldat "previous version" drop down menu. the 1.3.1 would basically have all the previous version listed in a drop-down menu. you can select the version you'd want to change back to.
think it'd make the soldat installer a huge file? i dont think so. the drop down menu could act like a switch command in C:
switch (version#) {
case 1: printf("running version 1.0.4\n");
//in 1.0.4 there was no knife, law, or saw.
//that means that the program would TURN OFF those //weapons!
...
default: printf("running version 1.3\n");
break;
}
so, basically the bink variable would get turned off in an older version. i dont know how the soldat code looks like...and maybe MM wrote the game so that each function could be toggled TRUE or FALSE (ON or OFF).
this method would let us hold weekends where we go back and play old versions! (just for that weekend!) plus, you wouldn't have to download every previous version of soldat to run them, you'd just download the latest one...
anyone NOT understand?:D