Game of the Year edition
This is not just an update.
There is an additional singleplayer mission.
The multiplayer is compatible with NOLF v1.004.
Application Details:
Version: | GOTY (1.004) |
License: | Retail |
URL: | http://www.noonelivesforever.c... |
Votes: | 0 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 4.9 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Installer
The Game - Gameplay and Sound
What does not
Screen Configuration - Only worked in 800x600 window screen
Swapping CDs when installing in Ubuntu 10.10 (64bit) was hard to find out how to do it. It took a while to sort out.
Workarounds
What was not tested
Playing the game for more than 30 minutes
Hardware tested
Graphics:
Additional Comments
How I got it to work in Ubuntu 10.10 Insert Disk 1 Terminal > sudo mount /dev/sr0 /cdrom Terminal > wine /cdrom/SETUP.exe Selected "Full install" Terminal > wine eject -a Terminal > winecfg ( to find out drive letter to continue install path , my case it was e:\ ) Insert Disk 2 Terminal > wine eject -a Insert Disk 1 Install finnished (no errors) To load the game : Note : my install was in the following directory /home/alex/.wine/dosdevices/c:/Program Files/Fox/No One Lives Forever In Terminal > cd .wine/dosdevices/c\:/Program\ Files/Fox/No\ One\ Lives\ Forever/ Then wine lithtech.exe -windowtitle "No One Lives Forever" -rez NOLF.rez -rez NOLF2.rez -rez NOLFdll.rez -rez NOLFl.rez or wine lithtech.exe $(for f in $(ls|grep -i rez$); do echo "-rez $f"; done) Note : I could not set the screen to anything bigger than 800x600 as it crashed the game. Wine was setup to emulate a window and OSS sound, Windows XP selected.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Mageia 7 | Jun 01 2019 | 4.9 | Yes | Yes | No | Platinum | Alan Richter | |
Show | Manjaro Linux 18.0.0 | Mar 23 2019 | 4.2 | Yes | Yes | Yes | Gold | Paul-Emile Veuve | |
Show | Linux Mint 18.2 "Sonya" x86_64 | Sep 11 2017 | 2.14-staging | Yes | Yes | Yes | Gold | Peter | |
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Jun 10 2017 | 2.0.1 | Yes | Yes | No | Bronze | Manuel Grießmayr | |
Show | Slackware64 -current | Jan 10 2016 | 1.9.1 | Yes | Yes | No | Gold | Danny Schmarsel |
winetricks dsound directmusicAfterwards, open up winecfg, go to the "Libraries" tab and set dsound to Builtin.
$ wine lithtech.exe -rez rezfile1.rez -rez rezfile2.rez ...This script should work with all version of NOLF:
$ wine lithtech.exe $(for f in $(ls|grep -i rez$); do echo "-rez $f"; done)
++screenwidth "1920" ++screenheight "1080" ++screendepth "32"However, this stretches the game. A better widescreen fix is available here, but you can't play online with it.
Comments for this application have been disabled because there are no maintainers.