Search found 747 matches

by Krishty
2024-Apr-14, 18:56
Forum: Development
Topic: ✔️ FIXED BUG: Traffic Too Dense
Replies: 7
Views: 1489

Re: ✔️ FIXED BUG: Traffic Too Dense

Part of the fix is still missing due to … some merge glitch, I guess? Will be fixed in the next version.
by Krishty
2024-Apr-14, 12:22
Forum: Development
Topic: ✔️ NEW FEATURE: Installer
Replies: 12
Views: 109

Re: 💡 OPEN FEATURE: Installer

mikew wrote: 2024-Apr-13, 11:20HKCU\SOFTWARE\F-22 Total Air War 2.0
Sorry, I just installed TAW 2.30 and no such key shows up in my registry?

Now trying EF2000 Reloaded …
by Krishty
2024-Apr-14, 11:42
Forum: Development
Topic: 💡 OPEN FEATURE: TrackIR
Replies: 7
Views: 133

Re: 💡 OPEN FEATURE: TrackIR

Well the code definitely looks like it should be a radio-edit-combo-box 🤣
by Krishty
2024-Apr-14, 11:34
Forum: Development
Topic: ✔️ NEW FEATURE: Installer
Replies: 12
Views: 109

Re: 💡 OPEN FEATURE: Installer

I can definitely help about making such an installer, I'm quite skilled with Inno Setup, so we can look for previous installations of those games and for their files as requirements, among registry checks if required. Thanks but not urgent. I do have the possibility to make an MSI installer (which ...
by Krishty
2024-Apr-14, 11:32
Forum: TFXplorer
Topic: API Documentation
Replies: 26
Views: 7375

Re: API Documentation

Right – entering these three places triggers the “You are entering restricted airspace, leave immediately or be shot down” message.

Leaving the edge of the map triggers the “You are leaving UN airspace” message – which seems to be a leftover from TFX, in which you flew for the UN.
by Krishty
2024-Apr-13, 23:33
Forum: Development
Topic: ✔️ FIXED BUG: DPI Awareness
Replies: 2
Views: 34

Re: 🔴 OPEN BUG: DPI Awareness

The bug with column sizes will be fixed in the next version:
image.png
image.png (30.36 KiB) Viewed 32 times

The fact that DPI awareness fails in the first place is a Windows bug. I need to log off after changing the DPI; it works then 🙄
by Krishty
2024-Apr-13, 22:56
Forum: Development
Topic: ✔️ FIXED BUG: DPI Awareness
Replies: 2
Views: 34

✔️ FIXED BUG: DPI Awareness

TFXplorer does not start DPI-aware for me. If I set my DPI to 200 %, the text is too small.

When I force the text to 200 % size, the layout breaks:
image.png
image.png (29.71 KiB) Viewed 34 times
by Krishty
2024-Apr-13, 22:29
Forum: Development
Topic: 💡 OPEN FEATURE: TrackIR
Replies: 7
Views: 133

Re: 💡 OPEN FEATURE: TrackIR

The next version will have a very basic flag in Settings that indicates if head tracking was found or not: image.png I made the check box read-only because a) I’m lazy and b) the TrackIR documentation says it’s best practice to always connect and let users enable/disable it via button on the TrackIR...
by Krishty
2024-Apr-13, 12:47
Forum: Development
Topic: 💡 OPEN FEATURE: TrackIR
Replies: 7
Views: 133

Re: 💡 OPEN FEATURE: TrackIR

Just noticed that there is a bug in the current version. To fix, please open TFXplorer.cpp, line 2303, just before if(ui.isTrackingHead). Delete the line Geo::Matrix4x3_float_reg eyeToEntity; just before it.
by Krishty
2024-Apr-13, 10:50
Forum: Development
Topic: ✔️ NEW FEATURE: Installer
Replies: 12
Views: 109

Re: 💡 OPEN FEATURE: Installer

mikew wrote: 2024-Apr-13, 10:09There is a reg entry for TAW 2.0 though...
Oh, where? I installed 2.0 just last month but couldn’t find an entry here!
by Krishty
2024-Apr-13, 10:50
Forum: EF2000
Topic: EF2000 Known File List
Replies: 6
Views: 94

Re: EF2000 Known File List

I literally did this when guessing the password for rubbish.dat, just with Markov chains instead of LLMs 🤣
by Krishty
2024-Apr-13, 08:59
Forum: Development
Topic: ✔️ FIXED BUG: Remove KC-135
Replies: 2
Views: 41

Re: ✔️ FIXED BUG: Remove KC-135

Fix has landed. 6 KiB smaller.
by Krishty
2024-Apr-13, 08:58
Forum: Development
Topic: 💡 OPEN FEATURE: TrackIR
Replies: 7
Views: 133

Re: 💡 OPEN FEATURE: TrackIR

First version has landed. Only cockpit view so far; external/nose views still need fine tuning. We may also need a Settings page.
by Krishty
2024-Apr-13, 08:56
Forum: Development
Topic: Source Code Update
Replies: 41
Views: 8008

Re: Source Code Update

The repository has been force-pushed to a new version. git pull --rebase is required. GUI/API: Move Head Bobbing to Core Fixes our problems with odd MFD shaking , mouse control in zoomed views , and it paves the way for head tracking .   GUI: Add TrackIR Support This is just some very basic support ...
by Krishty
2024-Apr-13, 08:45
Forum: Development
Topic: ✔️ NEW FEATURE: Installer
Replies: 12
Views: 109

Re: 💡 OPEN FEATURE: Installer

The latest version brings five Windows Batch scripts with it. install.cmd This is what the average user should run before starting TFXplorer. It tries to find on the system: TAW 2.0 by default installation directory C:\DiD\F-22 Total Air War 2.0 TAW by registry key HKCU\SOFTWARE\Digital Image Design...
by Krishty
2024-Apr-08, 19:00
Forum: Development
Topic: ✔️ FIXED BUG: Remove KC-135
Replies: 2
Views: 41

Re: 🔴 OPEN BUG: Remove KC-135

Will be disabled in the next version.
by Krishty
2024-Apr-08, 19:00
Forum: Development
Topic: ✔️ FIXED BUG: mouse look in MFD view
Replies: 2
Views: 2167

Re: 🔴 OPEN BUG: mouse look in MFD view

Will be fixed in the next version.