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
How to disable 3D ?
Forum rules
Keep it classy!
Keep it classy!
- No ROM requests or links.
- Do not ask to be a play tester.
- Do not ask about release dates.
- No drama!
Re: How to disable 3D ?
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.
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.
Re: How to disable 3D ?
Thank you for these tips but this goes well beyond my skills
I only understand that I must put "//" before some lines
I only understand that I must put "//" before some lines
Re: How to disable 3D ?
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.
Re: How to disable 3D ?
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.
I think I'll try to capture backgrounds during gameplay, it will time consuming but I can do this.