Is there a FP --> UP starter guide somewhere?
I think Chepas was working on tables for unit3d pinball - maybe he can help?
What do you need? There is no guide, api is without summaries unless its from Unity engine, so it's trial & lots of error.
Dev environment with some kind of intellisense would help for scripting. VS, Mono, loads more std text editors that can do the job.
Some starting tips to speed up loading would be to have 2 copies of a FP table.
- Just edit one table, then when done, save this to the copy
- Open the table copy and play in FP
- In the editor delete all unused, models, sounds, etc
This way if you need to add in objects again from FP, just open the original to edit and do same process. The loading time WILL get on your tits after a while otherwise, especially making small changes and running a test, rinse.
Make sure when loading editor you already have a command line link or .bat file so you can automatically load it. Do that from the off. (Save time)
You need a script for loading the last time I checked, but I should still have a working blank script that allows you to at least have a look inside Unit3d. Ask them to provide one.
Reference the other tables. If you don't know any C# it may get a little confusing, but if you want to do it, persevere with it and there really isn't much you need to have a working table. (lamp,switch,sol,trough(subway))
Now I remember making a tool that takes input for all your switches & lamps. I will have to look. But if I remember you just type Name & number in and it generates the script code for all which is quicker than typing into VS or something. Mainly due to referencing BX class with string.
Be prepared to spend some time with it. I've given up again after the Paragon pleb gate. Could probably fix editing the xml but canny be arsd. Feels like grief.
Edited by chepas, 01 July 2015 - 09:53 PM.