similar to: Re: Sid Meier´s Alpha Centauri

Displaying 20 results from an estimated 4000 matches similar to: "Re: Sid Meier´s Alpha Centauri"

2011 Mar 12
1
Re: Sid Meier´s Alpha Centauri
Where SMAC(X) stands for Sid Meier's Alpha Centauri (Alien Crossfire) I've been running a copy of SMACX installed in Windows on my C:/ partition from linux (Ubuntu 10.10). After mounting the windows partition I only had to make the following changes to Alpha Centauri.ini to play the game: Code: eax=0 ds3d=0 ForceOldVoxelAlgorithm=1 I haven't tested it much at all, but it seems
2011 Apr 14
0
Re: Sid Meier´s Alpha Centauri
Alpha Centauri is a very old game and hasn't received any love from the developers in a long time. The rights for the game are disputed as well, meaning future support is doubly unlikely. So I don't think the unofficial patch will age any more than an official patch would. I still haven't done any meaningful tests of the game running in wine (started one game, played a multiplayer
2009 Apr 11
0
Sid Meier´s Alpha Centauri
I can get this game to install and launch, but it does not run properly or at all. I have: Ubuntu Jaunty Jackalope AMD64 Alternate Wine 1.1.18 Cedega 7.1.1 Sid Meier?s Alpha Centauri and Alien Crossfire CDs (Sold Out version) The game is best played with the expansion pack, Alien Crossfire. Alien Crossfire and Alpha Centauri are both available in linux versions, if you can find them. There
2010 Jul 19
1
Alpha Centauri crashes constantly
I'm using wine 1.2-rc5 on Xubuntu 10.04. I've been trying to get Alpha Centauri/Alien Crossfire working for a few days now and running into nothing but annoyance so far. Latest problem; AC keeps crashing. All the time. If I save at a certain point and, say make a specific series of moves next turn and it crashes, re-loading and repeating will cause it to crash again. Below is the
2001 Jul 24
0
alpha centauri
I am trying to get alpha centrauri to work under wine. I know it exists on linux version also, but I already have bought the windows version some time ago (stupid me) so I would like to at least TRY to get it working.. so, my problem is, that I can start it, but I am missing some colors, I think, and graphics perhaps.. the first menu that comes, where you select the game type etc, looks OK
2003 Sep 16
0
Alpha Centauri runs fine but no fonts
If you have a fake windows installation try deleting all the files in c:\windows\fonts.
2009 Jan 12
2
I have a windows version of alpha centauri..
what is necessary to get it to work?
2004 Jun 07
1
mode data=journal. Is it safe to use?
Hello I can see several postings on this mailing-list that people have problem with mounting ext3 partition with mode data=journal. See URL's: https://www.redhat.com/archives/ext3-users/2004-March/msg00000.html https://www.redhat.com/archives/ext3-users/2004-March/msg00050.html We are going to use ext3 on a Compact Flash disk in true IDE mode. We need this filesystem to be as safe and
2004 Jun 15
6
mode data=journal in ext3. Is it safe to use?
Hello I try again. Can anybody of you acknowledge or not if mode data=journal in ext3 is safe to use in Linux kernel 2.6.x? Wee need to have a very consistent and integrity for our filesystem, and it would then be desired to journal both data and metadata. But if this mode can corrupt the filesystem as both Phil White and Nicolas Kowalski has experienced, it may be more advised to use mode
2010 May 30
1
Calling fft from C
Hi I have made a R function 'convolve2' for convolution of two real valued vectors based on Rs 'convolve' with option type="open" - see below. (exp.length and irf.length are variables set in another part of the program) I wish to implement the function convolve2 in C and use it in a function used from R with .Call - e.g. I need to call fft in C. All I can find in the
2013 Mar 13
1
expression exponent labeling
Hi all, I want to label an axis with exponents, but can't get it done with expression. Any hints would be very welcome! # simulated data, somewhat similarly distributed to my real data: set.seed(12); d <- rbeta(1e6, 0.2,2)*150 ; d <- d[d>1e-8] hist( d? , breaks=100) # now on a logarithmically scaled axis: hist(log10(d), breaks=100, xaxt="n") abline(v=
2004 Jan 07
2
Survival, Kaplan-Meier, left truncation
Dear all, I have data from 1970 to 1990 for people above age 50. Now I want to calculate survival curves by age starting at age 50 using the Kaplan Meier Estimator. The problem I have is that there are already people in 1970 who are older than 50 years. I guess this is called delayed entry or left truncation (?). I thought the code would be: roland <- survfit(Surv(time=age.enter,
2001 Mar 11
2
Kaplan-Meier for left-truncated, right-censored data
Is it possible to calculate Kaplan-Meier for left-truncated, right-censored data using survival5? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at
2011 Jul 13
2
life table and Kaplan-Meier
Hello, I have a question about the function lifetab in package KMsurv. The description of the output value surv says "the estimated survival function at the start of the intervals". Are these estimates the ones calculated via Kaplan-Meier probability of survival ? Thanks in advance! -- View this message in context:
2003 Jan 16
1
help drawing kaplan-meier plot starting from 0
Dear help news reader, I'm trying to draw a Kaplan-Meier curve and would like to ask the news group for some help Supposing I have study comapring two drugs, "A", and "B" and I recorde the time to get to the clinical endpoint (Time), in my case becommming virus free. I have setup the following frame: Time c Drug 1 5 1 A 2 7 1 B 3 2 1 A 4 10 1
2009 Feb 01
1
need some help about using R for Kaplan-Meier estimator
Hi Fello: I am asked to compute the Kaplan-Meier estimator of data with right censoring without using surfit(). Does anyone know how to use R to compute the estimators? The data should input X: vector of right-censored observed time for n individuals, and d: vector of failure time indicators (0=censored individual;1=unconsored individual) and the function should return with t: vector of sorted
2008 Feb 14
4
Kaplan Meier function
Hi all, I am trying to draw a Kaplan-Meier curve and I found online that Kaplan - Meier estimates are computed with a function called km in the event package. Is there an update for that because when I choose to download packages in R,. there is no package called event, even though I have selected all the repositories. Thanks in advance, Eleni [[alternative HTML version deleted]]
2012 Oct 24
2
Kaplan Meier Post Hoc?
This is more of a general question without data. After doing 'survdiff', from the 'survival' package, on strata including four groups (so 4 curves on a Kaplan Meier curve) you get a chi squared p-value whether to reject the null hypothesis or not. Is there a method to followup with pairwise testing on the respective groups? I have searched the library but have come up with
2007 Jul 05
1
Incidence estimated from Kaplan-Meier
Dear all, I have a stat question that may not be related to R, but I would like to have your advice. I have just read a medical paper in which the authors report the 1-p (where p is the cumulative survival probability from the Kaplan Meier curve) as incidence of disease. Specifically, the study followed ~12000 women on drug A and ~20000 women on drug B for 12 months. During that period
2012 Nov 26
1
Plotting an adjusted kaplan-meier curve
Dear R-users I am trying to make an adjusted Kaplan-Meier curve (using the Survival package) but I am having difficulty with plotting it so that the plot only shows the curves for the adjusted results. My data come from a randomised controlled trial, and I would like the adjusted Kaplan-Meier curve to only show two curves for the adjusted survival: one for those on treatment (Treatment==1)