 |
It is currently Sat Feb 23, 2019 5:17 pm All times are UTC - 5 hours [ DST ]
Author |
Message |
GeorgeH
|
Post subject: Re: Better Arcade Mode - MOD for Future Pinball Posted: Tue Jun 19, 2018 10:33 am |
|
Joined: Thu Aug 16, 2012 11:12 pm Posts: 1946 Location: Arkansas, USA
|
ravarcade wrote: BAM update. v223
... Faster table loading / removed FP disk operations FP all BMP, JPG, OGG, WAV resources from FPT, FPL files copy to disk to FPTMP$$$.* files before it load. For example it is ~350 files for Arabian Nights. In this BAM version that operations are converted to plain memory copy. No disk operations. Table loading is faster now. I didn't know it works this way. ...So it used to copy the files to disc and then load to memory? It seems to be a waste. The tables don't seem to load faster but my PC is pretty fast anyway. Should we add FPM models to the list? I have noticed that textures and not loaded to memory unless they are used (which I think is the reason you have to add swapable texture to a table object). Do audio files (like OGG and WAV) work the same way? I have noticed that unused textures and models can be automatically deleted from FP but audio files cannot. I have noticed that Visual Pinball tables have script similar to FP. How possible would it be to be able to write a program that converts tables from one to the other? George
|
|
 |
|
 |
ravarcade
|
Post subject: Re: Better Arcade Mode - MOD for Future Pinball Posted: Tue Jun 19, 2018 5:07 pm |
|
Joined: Mon Mar 25, 2013 4:02 pm Posts: 945
|
GeorgeH wrote: I didn't know it works this way. ...So it used to copy the files to disc and then load to memory? It seems to be a waste. The tables don't seem to load faster but my PC is pretty fast anyway. Should we add FPM models to the list?
Thery are removed from disk operations in BAM v.222. Now all temporary files created by FP are keeped in memory, not on disk. ... and load time is improved even for fast computer. By load time i mean time when you load table to editor (before you press F5). GeorgeH wrote: I have noticed that textures and not loaded to memory unless they are used (which I think is the reason you have to add swapable texture to a table object). Do audio files (like OGG and WAV) work the same way? I have noticed that unused textures and models can be automatically deleted from FP but audio files cannot. FP knows if texture is used, because it is assigned to object in editor. FP can't know if sound (wav/ogg) is used, becasue it can be played from script. FP don't have any logic/AI needed to interprete script and detect if sound is used or not. GeorgeH wrote: I have noticed that Visual Pinball tables have script similar to FP. How possible would it be to be able to write a program that converts tables from one to the other?
George I think, that people are not interested in converting FP table to VP. LvR created full doc about FP file formats and data structures 5 (or more) years ago. So, it is possible. As proof, you can look at unity 3d pinball... but there is no point in doing this. I guess it would be very complicated. You need to understand both FP & VP to create this.
_________________ http://www.ravarcade.plBetter Arcade Mode current BAM version: v1.4-249, released: Feb 5, 2019
|
|
 |
|
 |
GeorgeH
|
Post subject: Re: Better Arcade Mode - MOD for Future Pinball Posted: Tue Jun 19, 2018 6:54 pm |
|
Joined: Thu Aug 16, 2012 11:12 pm Posts: 1946 Location: Arkansas, USA
|
|
 |
|
 |
blindpeser
|
Post subject: Re: Better Arcade Mode - MOD for Future Pinball Posted: Tue Jun 19, 2018 10:10 pm |
|
Joined: Thu Nov 24, 2016 7:46 pm Posts: 153
|
Unit3DPinball should have been open source. That + Bam maybe were the holy cow. The great physics on VP + the real 3D on FP would be fantastic.
|
|
 |
|
 |
blue
|
Post subject: Re: Better Arcade Mode - MOD for Future Pinball Posted: Wed Jun 20, 2018 2:23 am |
|
Joined: Tue May 01, 2012 11:13 pm Posts: 367 Location: Abbotsford
|
blindpeser wrote: Unit3DPinball should have been open source. That + Bam maybe were the holy cow. The great physics on VP + the real 3D on FP would be fantastic. We can only dream, but never happen. Unit3D sure left a bad taste in peoples mouths, and though vpx is fantastic with what they have done, it's just way to complex and hard for the average person to use now. Just too many things to have to learn now, most people just don't have the time. Shame the way things have turned out now. At least we have this, though I'm sure Rav will one of these days get fed up with trying to bypass FP and combat all it's various flaws. If I was at that level of programming like Rav, I wouldn't even bother with FP, just do my own editor and give it the ability to convert fpt files while using vpx physics (as VP is open source) The other alternative is Unity, there are a couple tables done by shaderbytes that use unity based physics with VPM, Elvis and tommy I believe, and they are both excellent, better than vpx. If he ever released the assets, then that would be a good start to a new editor, but then unity is a very complex game engine and that would require a team effort.
_________________ _____________________________________ Latest projects and rants at My Facebook Page_____________________________________ Latest Project: Jungle Girl
|
|
 |
|
 |
blindpeser
|
Post subject: Re: Better Arcade Mode - MOD for Future Pinball Posted: Wed Jun 20, 2018 2:57 am |
|
Joined: Thu Nov 24, 2016 7:46 pm Posts: 153
|
|
 |
|
 |
wild
|
Post subject: Re: Better Arcade Mode - MOD for Future Pinball Posted: Wed Jun 20, 2018 8:44 am |
|
Joined: Sat Jan 29, 2011 4:54 pm Posts: 1109
|
Thanks Rafal,for your hard job.and especially that's free, good luck with Bam.
|
|
 |
|
 |
blue
|
Post subject: Re: Better Arcade Mode - MOD for Future Pinball Posted: Thu Jun 21, 2018 1:02 am |
|
Joined: Tue May 01, 2012 11:13 pm Posts: 367 Location: Abbotsford
|
Again thank you. FP just runs so much better now. I do have a request, and it's with shadow maps. Is it possible for BAM to create a tga image file of the shadows generated in the proper playfield dimensions that is transparent, that we can load back in and use for say shadows to overlay on plastics? This way we can match the shadows on higher surfaces that the bulbs and flashers do not handle very well, or still have shadows even when all the bulbs/flashers are off.
_________________ _____________________________________ Latest projects and rants at My Facebook Page_____________________________________ Latest Project: Jungle Girl
|
|
 |
|
 |
ravarcade
|
Post subject: Re: Better Arcade Mode - MOD for Future Pinball Posted: Fri Jun 22, 2018 11:55 am |
|
Joined: Mon Mar 25, 2013 4:02 pm Posts: 945
|
blue wrote: Again thank you. FP just runs so much better now. I do have a request, and it's with shadow maps. Is it possible for BAM to create a tga image file of the shadows generated in the proper playfield dimensions that is transparent, that we can load back in and use for say shadows to overlay on plastics? This way we can match the shadows on higher surfaces that the bulbs and flashers do not handle very well, or still have shadows even when all the bulbs/flashers are off. beta v224: https://www.ravarcade.pl/beta/BAM.dllYou have command to save selected shadow map as transparent TGA. Also you can set "offset". If you have top surface = 29.0 you can set offset = 29.0 and shadow will be calculated for that surface. Note: - you will have to change Ammount or Passes to make "upadate" button active. - "offset" is not saved.
_________________ http://www.ravarcade.plBetter Arcade Mode current BAM version: v1.4-249, released: Feb 5, 2019
|
|
 |
|
 |
blue
|
Post subject: Re: Better Arcade Mode - MOD for Future Pinball Posted: Fri Jun 22, 2018 10:16 pm |
|
Joined: Tue May 01, 2012 11:13 pm Posts: 367 Location: Abbotsford
|
Thanks. Didn't work the way I wanted though. What I was going to do was attach it to a hologram, and layer over the plastics in my game with multiple opacity. I need to be able to modify the image in photoshop as well, so I can't do it with the tga file BAM generates as it's solid black, and doesn't appear to work as a hologram (at least I can't get it to view as straight shadows and nothing else).
Maybe I can do a workaround using the png files, or just draw the shadows like I have done before.
Will "offset" be saveable down the road?
_________________ _____________________________________ Latest projects and rants at My Facebook Page_____________________________________ Latest Project: Jungle Girl
|
|
 |
|
 |
|
It is currently Sat Feb 23, 2019 5:17 pm All times are UTC - 5 hours [ DST ]
Users browsing this forum: blue, Google Adsense [Bot] and 4 guests |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
 |