Jump to content
Sign in to follow this  
SidekickUBT

Prepar3d v4

Recommended Posts

Guest

I heard that V3.5 release was imminent and that they have shifted all of the Graphics processing to the GPU and it is also going around that Nvidia are releasing a dedicated driver just for P3D to  make it 100% Quad SLI Compatible. Apparently, V4 is a 64 version of V3.5 but addons will not yet work until the Devs recompile them. My psychiatrist did tell me that I need to stop making stuff up and telling other people because when the other people find out that what I said wasn't true it damages my credibility. But I find it very hard to follow his advise because when I am telling the truth no one believes me anyway. And the stuff I make up often in fact turns out to be true!:laugh:

Share this post


Link to post

This thread just gets better and better! Keep it coming! More leaks than the White House and much more interesting! :laugh:

Ted

  • Upvote 1

3770k@4.5 ghz, Noctua C12P CPU air cooler, Asus Z77, 2 x 4gb DDR3 Corsair 2200 mhz cl 9, EVGA 1080ti, Sony 55" 900E TV 3840 x 2160, Windows 7-64, FSX, P3dv3, P3dv4

Share this post


Link to post
36 minutes ago, Ted Striker said:

More leaks than the White House and much more interesting! :laugh:

FAKE NEWS! 

SAD

  • Upvote 3

Share this post


Link to post
3 hours ago, Avidean said:

I heard that V3.5 release was imminent and that they have shifted all of the Graphics processing to the GPU and it is also going around that Nvidia are releasing a dedicated driver just for P3D to  make it 100% Quad SLI Compatible. Apparently, V4 is a 64 version of V3.5 but addons will not yet work until the Devs recompile them. My psychiatrist did tell me that I need to stop making stuff up and telling other people because when the other people find out that what I said wasn't true it damages my credibility. But I find it very hard to follow his advise because when I am telling the truth no one believes me anyway. And the stuff I make up often in fact turns out to be true!:laugh:

As much as I smell sarcasm here, to be honest, Nvidia actually dropped support for quad SLI in their recent lineup of cards. Doesn't apply to Vulkan or DX12 applications though. P3D is still DX11 for the time being.

Edited by magnetite

Share this post


Link to post

This is quite interesting...

I've never really gone into the compiling of programs. I've written a couple of C++ programs but not gotten into the nitty-gritty details of difference of compiling for different architectures.

Now, a generally curious question: If you have the source code, would you get the EXACT same end result, when compiling it with a 32-bit compiler vs a 64-bit compiler?


Best regards,
--Anders Bermann--
____________________
Scandinavian VA

Pilot-ID: SAS2471

Share this post


Link to post
Quote

If you have the source code, would you get the EXACT same end result, when compiling it with a 32-bit compiler vs a 64-bit compiler?

No - the 64-bit compiler will generate code that can only be run on a 64-bit CPU under a 64-bit OS and will use 64-bits for registers (for internal arithmetic and addressing).
The binary code will probably be bigger.
Most significant is the greater address range, you can now use all of that RAM rather than (less than) 4 GB.

All PC CPUs have been 64 bit for a long time, and run 32-bit code under emulation.

Cheers

Keith


...

Share this post


Link to post
31 minutes ago, keithb77 said:

No - the 64-bit compiler will generate code that can only be run on a 64-bit CPU under a 64-bit OS and will use 64-bits for registers (for internal arithmetic and addressing).
The binary code will probably be bigger.
Most significant is the greater address range, you can now use all of that RAM rather than (less than) 4 GB.

All PC CPUs have been 64 bit for a long time, and run 32-bit code under emulation.

Cheers

Keith

Thanks for the answer...  wasn't exactly what I meant.

I guess what I was aiming for with my question (sorry if I didn't express myself clearly) was if the result of the compiled source code with an 32-bit and 64-bit, would work identically? I read somewhere, that when compiling with a 64-compiler, for instance integers would be interpreted slighty different. Would a change/re-writing of source code be necessary for the end result to work the same? 

Hope you get what I'm aiming for? :smile:


Best regards,
--Anders Bermann--
____________________
Scandinavian VA

Pilot-ID: SAS2471

Share this post


Link to post
29 minutes ago, Anders Gron said:

Would a change/re-writing of source code be necessary for the end result to work the same? 

No, not necessarily. In most cases, you're able to just compile for another architecture and it works. As you said, problems only occur if you use special, 32-bit only types or libraries. But it's also possible to load 32-bit assemblies in 64-bit environments. Your 64-bit Windows for example does it all the time with 32-bit applications (like FSX, P3D) ;) And you can add such compatibility layers to your application, too.

Edited by roesti

Share this post


Link to post
10 hours ago, Jim Young said:

Hi Ray,

I have no first-hand knowledge but I know people in high places who are very knowledgeable.  All I can say.

Best regards,

Jim

Thanks for the link in the other message Jim. Reading it suggests scenery will be OK but aircraft with DLLs won't. That rules out FS Labs ConcordeX unless it's adapted for 64-bit. I sincerely hope it is.

  • Upvote 1

Ray (Cheshire, England).
System: P3D v5.3HF2, Intel i9-13900K, MSI 4090 GAMING X TRIO 24G, Crucial T700 4Tb M.2 SSD, Asus ROG Maximus Z790 Hero, 32Gb Corsair Vengeance DDR5 6000Mhz RAM, Win 11 Pro 64-bit, BenQ PD3200U 32” UHD monitor, Fulcrum One yoke.
Cheadle Hulme Weather

Share this post


Link to post
10 hours ago, Green parks said:

 

Sounds like you just let the cat out of the bag. I thought that was a big no no here? 

It looks as though the NDA has (or about to be) been lifted so people can talk more freely.


AMD Ryzen 5800X3D, GIGABYTE X570 Aorus Ultra, 32GB DDR4 3600 MHz RAM, 2* 1 TB SSD,1*4 TB M.2, 2*1 TB M.2, (4TB) HDD,RADEON RX 6800XT NITRO+ OC SE 16GB GDDR6, NZXT Kraken X73, NZXT 710 Case, X55 JOYSTICK/THROTTLES, LG 4K monitor, Dell 1080 monitor. Honeycomb Alpha Yoke, Bravo Throttle. Thrustmaster TPR Pedals. Tobii Eye tracker.

Share this post


Link to post
7 hours ago, Avidean said:

I heard that V3.5 release was imminent and that they have shifted all of the Graphics processing to the GPU and it is also going around that Nvidia are releasing a dedicated driver just for P3D to  make it 100% Quad SLI Compatible. Apparently, V4 is a 64 version of V3.5 but addons will not yet work until the Devs recompile them. My psychiatrist did tell me that I need to stop making stuff up and telling other people because when the other people find out that what I said wasn't true it damages my credibility. But I find it very hard to follow his advise because when I am telling the truth no one believes me anyway. And the stuff I make up often in fact turns out to be true!:laugh:

Who told you that you had credibility. :biggrin: 

  • Upvote 1

AMD Ryzen 5800X3D, GIGABYTE X570 Aorus Ultra, 32GB DDR4 3600 MHz RAM, 2* 1 TB SSD,1*4 TB M.2, 2*1 TB M.2, (4TB) HDD,RADEON RX 6800XT NITRO+ OC SE 16GB GDDR6, NZXT Kraken X73, NZXT 710 Case, X55 JOYSTICK/THROTTLES, LG 4K monitor, Dell 1080 monitor. Honeycomb Alpha Yoke, Bravo Throttle. Thrustmaster TPR Pedals. Tobii Eye tracker.

Share this post


Link to post
2 hours ago, keithb77 said:

No - the 64-bit compiler will generate code that can only be run on a 64-bit CPU under a 64-bit OS and will use 64-bits for registers (for internal arithmetic and addressing).
The binary code will probably be bigger.
Most significant is the greater address range, you can now use all of that RAM rather than (less than) 4 GB.

All PC CPUs have been 64 bit for a long time, and run 32-bit code under emulation.

Cheers

Keith

I thought emulation uses CPU assets which in turn makes the performance worse, yet everyone seems to agree that the performance of P3D v4 64bit will be no better than V3? 


AMD Ryzen 5800X3D, GIGABYTE X570 Aorus Ultra, 32GB DDR4 3600 MHz RAM, 2* 1 TB SSD,1*4 TB M.2, 2*1 TB M.2, (4TB) HDD,RADEON RX 6800XT NITRO+ OC SE 16GB GDDR6, NZXT Kraken X73, NZXT 710 Case, X55 JOYSTICK/THROTTLES, LG 4K monitor, Dell 1080 monitor. Honeycomb Alpha Yoke, Bravo Throttle. Thrustmaster TPR Pedals. Tobii Eye tracker.

Share this post


Link to post
1 hour ago, roesti said:

No, not necessarily. In most cases, you're able to just compile for another architecture and it works. As you said, problems only occur if you use special, 32-bit only types or libraries. But it's also possible to load 32-bit assemblies in 64-bit environments. Your 64-bit Windows for example does it all the time with 32-bit applications (like FSX, P3D) ;) And you can add such compatibility layers to your application, too.

Okay. Thanks for answer! Really appreciate it. :smile:

  • Upvote 1

Best regards,
--Anders Bermann--
____________________
Scandinavian VA

Pilot-ID: SAS2471

Share this post


Link to post

So if 64 bit wont do anything for the performance, and if some rumors are true that there wont really be any new features why should I buy it? :)  

Share this post


Link to post
3 minutes ago, mikced76 said:

So if 64 bit wont do anything for the performance, and if some rumors are true that there wont really be any new features why should I buy it? :)  

Sorry, I would have thought that obvious. The 4Gb VAS limit is removed.


Ray (Cheshire, England).
System: P3D v5.3HF2, Intel i9-13900K, MSI 4090 GAMING X TRIO 24G, Crucial T700 4Tb M.2 SSD, Asus ROG Maximus Z790 Hero, 32Gb Corsair Vengeance DDR5 6000Mhz RAM, Win 11 Pro 64-bit, BenQ PD3200U 32” UHD monitor, Fulcrum One yoke.
Cheadle Hulme Weather

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...