search for: mygame

Displaying 3 results from an estimated 3 matches for "mygame".

Did you mean: mygam3
2006 Mar 16
3
Did I use "step" function correctly? (Is R's step() function reliable?)
Hi all, I put up an exhaustive model to use R's "step" function: ------------------------ mygam=gam(col1 ~ 1 + col2 + col3 + col4 + col2 ^ 2 + col3 ^ 2 + col4 ^ 2 + col2 ^ 3 + col3 ^ 3 + col4 ^ 3 + s(col2, 1) + s(col3, 1) + s(col4, 1) + s(col2, 2) + s(col3, 2) + s(col4, 2) + s(col2, 3) + s(col3, 3) + s(col4, 3) + s(col2, 4) + s(col3, 4) + s(col4, 4) + s(col2, 5) + s(col3,
2012 Jan 27
1
cmd line parameter to set windows version?
Maybe I have overlooked this in the docu, but I'd like to know if there is a command line option to set the windows version, like eg. wine --version=98 "c:\\foo\\bar\\spam.exe" wine --version=xp "d:\\honk.exe" I am asking because I have quite a lot of windows software (ie., games) that has buggy installers and/or core engines, and switching the wine default version *every*
2009 Jan 05
3
Tips for packaging games?
Hi list, I intend to package a few games of mine using Debian packages for easy installation and would like some tips on how to do it properly. I thought of creating packages that depends on wine and to create a wineprefix for each game somewhere in /usr or /var mostly because different games want it's own settings and to control them separately. But this way I don't think updates of