How to disable 3D ?

Discuss Supermodel and your favorite Model 3 games. Show off your latest threads, this is the place to see and be seen.
Forum rules
Keep it classy!
  • No ROM requests or links.
  • Do not ask to be a play tester.
  • Do not ask about release dates.
  • No drama!
Post Reply
Penou
Posts: 3
Joined: Wed Mar 20, 2024 7:41 am

How to disable 3D ?

Post by Penou »

Hi,

I've dumped textures from VF3, but stages backgrounds are missing.
So, is there a way to disable all 3D elements in order to easily screenshot backgrounds ?

Thx
Bart
Site Admin
Posts: 87
Joined: Tue Nov 07, 2023 5:50 am

Re: How to disable 3D ?

Post by Bart »

There is no such feature at the moment. Wouldn't be hard to add code to render out the layers, though. Can you write C++?

Another way to do this would be to comment out the lines where the 3D renderer gets invoked to actually draw each frame. You'll find the code here and it should be pretty easy to figure out which line to comment out. You will need to build Supermodel yourself to do this.
Penou
Posts: 3
Joined: Wed Mar 20, 2024 7:41 am

Re: How to disable 3D ?

Post by Penou »

Thank you for these tips but this goes well beyond my skills :(
I only understand that I must put "//" before some lines :lol:
Bart
Site Admin
Posts: 87
Joined: Tue Nov 07, 2023 5:50 am

Re: How to disable 3D ?

Post by Bart »

That’s right! Just do that on GPU render line and compile. The instructions on the main page under “Help” should still work if followed precisely.
Penou
Posts: 3
Joined: Wed Mar 20, 2024 7:41 am

Re: How to disable 3D ?

Post by Penou »

I looked into the code, it's too complicated for me, I don't know at all which lines to deactivate.

I think I'll try to capture backgrounds during gameplay, it will time consuming but I can do this.
Post Reply