drady Posted July 25, 2021 Posted July 25, 2021 Hi guys is there a tour of the 10.7 menu system, I can't find the menu 'options' item like on 10.6 so i can set table specific changes?
Thalamus Posted July 25, 2021 Posted July 25, 2021 They are there. I believe your issue is that the layers is too high on the right side and maybe then only see the properties pane. Properties belongs to the menu your are looking for. Since you don't provide any visual help for me, I'm guessing blind here. Try dragging layers down, if what I describe makes sense. There is no tour, and there won't be any until someone create one.
Content Provider iaakki Posted July 26, 2021 Content Provider Posted July 26, 2021 Hey.. Just some idea that pop into my mind. Maybe for some future version.. So as a table author I quite often debug timer code that is used for animation or lamp fading or such. My workflow is that I make a timer sub (lets say solDiverter_timer) -> run the game -> initiate the timer via debug editor (run: soldiverter true) -> I visually see what happens. If I see a flaw; some animation angle is incorrect or the fading is not looking realistic; I stop the game -> edit the code -> start again and repeat.. alot. What if the debug editor had a feature "Run snippet". It would open up a text box where one could copy paste multiline junk of script and I could just run it. Meaning I could redefine/override the timer sub in runtime and continue the game. This would make my development flow much faster as I could just redefine the timer part without the need of restarting the game.
Djfazer81 Posted July 29, 2021 Posted July 29, 2021 Hi. My properties is missing.... i tried to move and resize layers and playfield etc. but its not behind of anything. I installed this to my other computer and properties are there like they should be... Where does this save its settings so i can get back to default ones, if there isnt any other solution? Thank you.
Thalamus Posted July 29, 2021 Posted July 29, 2021 @djfazer81 : I mentioned a method of fixing the editor and make a backup of the settings in the official vpx thread over at vpf. Since you are the one having the problem, please, have a look - I'm too lazy to repeat myself.
Djfazer81 Posted August 1, 2021 Posted August 1, 2021 On 7/29/2021 at 6:04 PM, Thalamus said: @djfazer81 : I mentioned a method of fixing the editor and make a backup of the settings in the official vpx thread over at vpf. Since you are the one having the problem, please, have a look - I'm too lazy to repeat myself. Thanks, found your comment and it fixed the problem.
Guest fuzzel Posted August 10, 2021 Posted August 10, 2021 rev297 is up (Release Candidate): - Script Editor: fix null pointer exception - fix null pointer crash - Script editor: Improve script error handling - Script editor: Clear the error log and error surpession state before running the script at the top level
seesitee Posted August 24, 2021 Posted August 24, 2021 On 7/20/2021 at 1:09 PM, tobiashansson said: When I start “cactus canyon “ I’ve get: script error line 50 error loadVBSfilea and script error line 178 “Controller” this funny game works before Had the same problem when I downloaded the "RC" zip. Fixed it by downloading the x86 version directly.
Content Provider apophis Posted August 25, 2021 Content Provider Posted August 25, 2021 Hello, I have been playing around with the new GetInPlayState property of Lights objects. It returns a 1 or a 0 during light sequences which is very helpful. However if light.state=2 (blinking) then GetInPlayState returns a 2. I was hoping it would return a 1 or a 0 in that situation too, as one might be interested in the physical on or off condition of the light as it is in the blinking state. Thanks for your consideration.
Thalamus Posted August 25, 2021 Posted August 25, 2021 Hmm - got a quick sub example @apophis ? Reason for asking is that it sounds to me to be the perfect solution for polling the lights, changing the dof undercab-light on Transformers. I remember Arngrim asked about if a while ago and I wasn't able to create a perfectly working solution.
Content Provider apophis Posted August 26, 2021 Content Provider Posted August 26, 2021 10 hours ago, Thalamus said: Hmm - got a quick sub example @apophis ? Reason for asking is that it sounds to me to be the perfect solution for polling the lights, changing the dof undercab-light on Transformers. I remember Arngrim asked about if a while ago and I wasn't able to create a perfectly working solution. I don't have a great example sub, but you just described the general concept. Use a timer to periodically poll the "physcial" state of each light of interest by checking the light.GetInPlayState property. This works well when the lights are changing due to normal on/off state changes and also during light sequences, but doesn't work for when the light is in the blinking state.
Guest fuzzel Posted September 1, 2021 Posted September 1, 2021 rev306 is up (Release Candidate): - support to sort elements and complete layers by drag&drop. drag&drop only works if no filtering is applied. - add GetInPlayStateBool that maps 2=Blinking to the actual current state (0 or 1) - fix script error for GetBalls and small memory leak when throwing a ball in debug - correct light methods, thanks gtxjoe (commandReference.txt)
Guest fuzzel Posted September 2, 2021 Posted September 2, 2021 rev3088 is up (Release Candidate): - fix layer layout bug introduced in rev306
Content Provider iaakki Posted September 6, 2021 Content Provider Posted September 6, 2021 Working on with one table project having copyrighted music. Means that I cannot bundle music into the table project, players need to buy the tracks and therefore forced to use PlayMusic function only. Would you consider adding one simple parameter, seekTo, into PlayMusic function? Like this: Playmusic(String, Float Volume, Int seekTo) SeekTo would be seconds (or milliseconds) and it would start to play the song from that position; not from 0:00. This would allow us to use music soundtracks way more advanced in original tables. One could build vpx timer, that would loop certain section of a music track and do other neat tricks with it. Thanks!
Guest fuzzel Posted September 6, 2021 Posted September 6, 2021 rev309 is up (Release Candidate): - remove sorting via drag&drop for now. This might be added in the future but it introduced to much hassle at the moment
Guest fuzzel Posted September 7, 2021 Posted September 7, 2021 rev310 is up (Release Candidate): - fix disappearing layers/elements in the layers dialog
LunatechFringe Posted October 1, 2021 Posted October 1, 2021 I'm curious if anyone is seeing this error on the current RC:
Thalamus Posted October 1, 2021 Posted October 1, 2021 I haven't seen that exact error before. It is coming from your graphics driver.
BrandonLaw Posted October 8, 2021 Posted October 8, 2021 FYI: Start Trek 1979 (the newest version...the pretty one) is the best example here, but the ball gets FUBAR'D and lost in random space on rev. 323. You see it immediately when it comes through the middle of the playfield after launch. Doesn't even make it to the flippers. I went back to 318...same ball behavior. 310 works fine.
Thalamus Posted October 8, 2021 Posted October 8, 2021 That's beta for you. Sometime it is broken. 310 is what I used on a regular basis too. Admit, have not tried every release since then; so, my views in this case are just taken from other feedback I've seen.
bord Posted October 8, 2021 Posted October 8, 2021 @BrandonLaw make sure the devs know. No idea if they track issues here but this is the kind of stuff they need to know about and address.
BrandonLaw Posted October 9, 2021 Posted October 9, 2021 8 hours ago, bord said: @BrandonLaw make sure the devs know. No idea if they track issues here but this is the kind of stuff they need to know about and address. Agree. I also assume grabbing a build based on the actions rather than the dev's 'official' beta dump is jumping a bit ahead. A WIP of WIP is asking for bustedness.
Guest fuzzel Posted October 17, 2021 Posted October 17, 2021 rev328 is up (Release Candidate): - fix showing undocked windows if started in minimized mode - add "Reset Window Positions" button to the editor preferences - some small UI fixes - optimize collisions with dropped drop targets (via early out in quadtree, same as primitives) and also optimize cache usage of quadtree nodes - port Freezys optimization for the flipper collider BBox
Lom87 Posted October 28, 2021 Posted October 28, 2021 got soo much trouble with beta328, no table works correctly, music errors, table errors, loading times and so on... beforce i was at 297 and everything was fine...
outhere Posted October 28, 2021 Posted October 28, 2021 You may have to sign in order to have access to the download Try this one -- VPinballX-10.7.0-310-2c54a5a-Release-win-x86.ziphttps://github.com/vpinball/vpinball/releases/tag/v10.7.0-310-2c54a5a
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now