这是我找到的解决辐射1安装程序出问题的方法,也就是手动安装辐射1的方法。好像辐射2的安装方式也大同小异,可以参考下。
===========
·如何手动安装辐射1
·[转帖]如何在xp下安装辐射1。
有时候发现xp系统无法启动辐射1的安装过程(黑屏),或者能够安装但运行有问题,那么你需要一些技巧啦。
一、在你的硬盘上建立一个目录比如 f:\\f1
二、把辐射1光盘或镜像里的
h:\\program\\win\\falloutw.___
h:\\master.dat (318MB)
h:\\critter.dat (150MB)
h:\\[data] 整个目录
拷贝到你建立的这个目录f:\\f1
把falloutw.___更名为falloutw.exe
三、在f:\\f1下建立一个新文件名字叫fallout.cfg,用写字本打开复制如下几行字:
[system]
master_dat=f:\\f1\\master.dat
critter_dat=f:\\f1\\critter.dat
[sound]
music_path2=f:\\f1\\data\\sound\\music
free_space=0
存盘
四、覆盖安装辐射1的1.1补丁。修改falloutw.exe属性,兼容模式改为win95。
运行falloutw.exe。成功!
NT users can get around the installer by manually installing the game themselves. Note however that you must have at least NT 4.0 with Service Pack 3 in order to play the game. Also, Fallout should work fine but was not tested very much under NT.
1. First, create a folder for your game called fallout (ie c:\\games\\fallout).
2. Copy (CDROM):\\program\\win\\falloutw.___ to the folder you created and rename it to falloutw.exe.
3. Now you have four choices, depending on the installation size you want:
Small Installation: Do not copy anything else
Medium Installation: Copy (CDROM):\\master.dat (318MB) to your fallout folder (ie c:\\games\\fallout)
Big Installation: Copy Copy (CDROM):\\master.dat (318MB) and (CDROM):\\critter.dat (150MB) to your fallout folder (ie c:\\games\\fallout)
Humongous Installation: Copy Copy (CDROM):\\master.dat (318MB), (CDROM):\\critter.dat (150MB) and Copy the entire d:\\data folder to your fallout folder (ie c:\\games\\fallout\\data)
4. Create a text file in c:\\games\\fallout called fallout.cfg and add the following line to it, depending on your installation:
Small Installation:
[system]
master_dat=d:\\master.dat
critter_dat=d:\\critter.dat
[sound]
music_path2=d:\\data\\sound\\music
free_space=0
Medium Installation:
[system]
master_dat=c:\\games\\fallout\\master.dat
critter_dat=d:\\critter.dat
[sound]
music_path2=d:\\data\\sound\\music
free_space=0
Big Installation:
[system]
master_dat=c:\\games\\fallout\\master.dat
critter_dat=c:\\games\\fallout\\critter.dat
[sound]
music_path2=d:\\data\\sound\\music
free_space=0
Humongous Installation:
[system]
master_dat=c:\\games\\fallout\\master.dat
critter_dat=c:\\games\\fallout\\critter.dat
[sound]
music_path2=c:\\games\\fallout\\data\\sound\\music
free_space=0
To run Fallout 1 under XP, make a shortcut to the falloutw.exe file and right click the shortcut, and select " roperties->Compatibility" and select either Win95,98 and it should work fine.. |