Forums » Air Combat & Civil Aviation » Jane's F-15 & F/A-18 » F-15 and Windows 7 anyone?


Page 3 of 3 < 1 2 3
Topic Options
Rate This Topic
Hop to:
#2922541 - 12/18/09 12:55 PM Re: F-15 and Windows 7 anyone? [Re: MattUNI2001_131st]
MattUNI2001_131st Offline
Junior Member

Registered: 11/27/09
Posts: 6
Just got a PNY nVidia 9800GT 1GB DDR3 video card and everything still works exactly the way it did with my old radeon onboard card. I start the game, hit alt-control-delete, click show task manager (which brings me to my desktop), then click on the minimized Janes F-15 game icon in the task bar, and all of the menus come back up fully functional.

Windows 7 64 Bit
PNY nVidia 9800GT 1GB DDR3
AMD 4600+ (my current bottleneck!)
4 GB PC6400 Corsair Memory

Top
#2939805 - 01/14/10 05:15 PM Re: F-15 and Windows 7 anyone? [Re: MattUNI2001_131st]
Goblin Online   tunes
Member

Registered: 06/16/09
Posts: 210
Loc: Southeastern PA
I've made several attempts and never got the menus working. I can get the initial menu up just fine, but sub menus are just partially drawn. I can fish around for buttons and sometimes get something to go. I did get in the air once, but the colors were all wrong and the game crashed after about a minute or two.

Win7 ultimate 64
GTX285
i7-920
4 GB ram

Top
#2939849 - 01/14/10 07:03 PM Re: F-15 and Windows 7 anyone? [Re: Goblin]
speck01 Offline
Member

Registered: 12/09/05
Posts: 292
Loc: California
I have a very similar set up to yours (win7 pro 64bit and 285 card), and I was just about to write saying "thanks" to the poster who mentioned the 'task manager' trick because I was able to get up and running last night.

I installed from the cd, installed the patch, then ran the sim. the menus quickly became unresponsive, so I tried switching to the task manager, then immediately hitting cancel, then I'd get back to the menus and they'd be working. It's not ideal, of course, because the menus quit working after a little bit and you end up 'task managering' way too many times (setting the options were a lot of fun as you can imagine).

But once in the sim it ran really well, at the least the few single missions I tried. I installed the .84c glide wrapper, that worked well too.

too bad you can't get it going, figured I'd post because your system is so close to mine.

Top
#2959676 - 02/16/10 11:23 PM Re: F-15 and Windows 7 anyone? [Re: speck01]
Wired Offline
Member

Registered: 12/30/00
Posts: 348
Loc: Pennsylvania, USA
Hi All,

I have Jane's F-15 running on Windows 7 64bit Professional. Running in compatibility mode, using WinXP service pack 2. Also using the Glide Wrapper. The Glide Wrapper was helpful in smoothing out the graphics. I am now trying to get anti-aliasing to smooth all the edges.

As others have noted, the menu lacks the buttons. If you click near the right bottom of the screen you can usually change screens and start a mission.

Another problem I am experiencing is a flickering panel. Hopefully I can find a solution for that.

By the way, I am running Jane's FA-18 on Windows 7 64bit Professional. I am running it in compatibility mode, using Win98. Also I am using the download, FA-18 One Click Installer Setup. Once I ran the installer, I was able to get Jane's FA-18 running stable and looking beautiful.

Out of here,
Wired


Edited by Wired (02/17/10 07:34 PM)
_________________________
Win 7 64bit Pro; Sys Info: Case Cooler Master 690; PSU Antec HCG 900 Watts; Motherbrd ASUS M4N82 Deluxe; CPU Cooler Master Hyper 212+; CPU AMD Phenom II X4 965 Black Ed OC 3.8Ghz; 8GB Patriot DDR2 800 PC2-6400; VidoCard EVGA Superclocked Geforce GTX 470,1.2GB,PCIe X16; Display Drvr 280.26; SoundCard ASUS XonarDX; Logitech Speakers G51, 5.1; Logitech G35 7.1 Headset; Saitek CyborgX Stick and CH Fighter Stick with Pro Pedals; TrackIR-5; Monitor 22" Widescreen SyncMaster Samsung 2233BW

Top
#2968368 - 03/01/10 12:55 AM Re: F-15 and Windows 7 anyone? [Re: LawnDartLeo]
Nicolaas Offline
Junior Member

Registered: 08/01/03
Posts: 68
Loc: Netherlands
Did you try to run the exe file in compatability mode? (XP sp3)
IIRC F15 runs well in xp.
_________________________
Nicolaas

Top
#2981059 - 03/22/10 02:40 PM Re: F-15 and Windows 7 anyone? [Re: Nicolaas]
DonLduk Offline
Junior Member

Registered: 03/22/10
Posts: 11
Hey all!
Im glad I found this topic as I got re-interested in poping in my Jane's F15.

I'm running Windows 7 Ultimate 64bit, in a MSI GX620 laptop (nvidia 9600GTM). The installation of the cd and patch work flawless, but when I launch the game, I get the NON-WORKING menus.

The CRTL-ALT-DEL trick didn't work for me in the beginning. After a few attemps I tried to navigate ingame with bad menus. Eventually I reached the options, and miscelaneous, and managed to disable TOOL-TIPS, intro/exit VIDEOS and other things in the miscellaneous menu. After this, I can do CTRl-ALT-DEL and then just go back to the game(no need to open taskbar manager) and the menu will work !

It was so nice to see this game again, and the music in menus, oh man, brings back big memories. In game works good without glide, although you don't get the 3Dfx graphics smile With the GlideWrap, I'm able to select 3Dfx and get smooth frames and effects, HOWEVER, I have no I idea how to make things look sharp, everything is so blurry, the HUD, the horizon, the plane. I don't know how to change resolution (my max could be 1280x800, but it's not in the options of either the game or glidewrap).

If I try to use DirectX I get the errors when loading a mission saying "unable to load DirectDraw" or something like that. Does anybody know how to make this work?

I was also trying the trick I used to launch Fighters Anthology (YES! I'm able to play it PERFECTLY in windows 7!). Install the game, install the patch, and then create a BATCH file (new text file, and change extension to .bat) with the following lines.

Code:
rem First kill Explorer.exe, which messes up our colors
taskkill /f /IM explorer.exe

rem Change to the FA directory to make sure we run normally!
cd "D:\Games\fa"

rem Please note that makes sure we only use our first core
rem Using all cores for FA.exe can lead to crashes in Windows 7
cmd.exe /C start D:\Games\fa\Fa.exe

rem Wait for the game to quit, press Enter to continue
pause

rem Restart Explorer.exe and WallRotate, that's it!
start explorer.exe
exit



The idea is to stop "explorer.exe" while the game is running, this avoids color corruptions and the game runs amazing, so amazing that i've been playing online with some friends! hehe. I tried this with F15 but doesn't do much.

Any updates please let me know, I will keep you posted also :):) cheers and hail to the best physics model in the sims industry, Jane's F15 !!!



Edited by DonLduk (03/22/10 02:45 PM)

Top
Page 3 of 3 < 1 2 3
Topic Options
Rate This Topic
Hop to:

Moderator:  Rudel 

Forum Use Agreement | Privacy Statement | SimHQ Staff
Copyright 1997-2012, SimHQ Inc. All Rights Reserved.