Lately I found Level Director. I wanted use it but I have some questions:
I have 32bit Windows 7 system. When I’m running and using LD I have a lot of errors.
System.AccessViolationException and others.
I know theres annotation “If you are using a 32 bit version of windows and experience problems then please download this version;” at the official LD site. I tried to use it but didn’t help.
Do you think all I need here is windows 7 64bit?
2.What’s the best way to use LD? I mean use Level director to made levels then click export (what will gives me Level01.lua and so on). Write main.lua file by my self and edit whole Level.lua files ONLY by Level Director or I can/should use some text editor too( similar to main.lua edit)?
If I should edit Level.lua files only by LD is there some way to make dynamic/random object which will show on the screen?
4. Are there some tutorials for LD? I know there’re examples projects but I mean some videos( I found only 2) or articles?
Thanks for trying Level Director, I’ll try and answer your questions:
If you experience Access errors then please try running LD as an Administrator (to make it always run as admin - right-click application and go to properties and Compatibility tab)
LD separates YOUR code from the LD exports, so like you say once you have exported a level you should never touch it, this will allow you to export it as many times as needed. So it is only main.lua you’ll need to edit via some kind of text editor, and the code will reference the LD levels.
This is the advantage of LD asset manager, where it will export all your assets and properties such as physics, you can then use the supplied library files to add objects dynamically simply by providing the asset name. The assetTest example shows you how to do this.
Yes I uninstall the orginal version. I installed LD at the PC with windows 7 64bit and it looks fine.
I tried to find some tutorials which gives me some informations about LD and libraries what LD uses. But I guess the best option now will be look examples projects and ask questions here if I will have some.
Thanks for trying Level Director, I’ll try and answer your questions:
If you experience Access errors then please try running LD as an Administrator (to make it always run as admin - right-click application and go to properties and Compatibility tab)
LD separates YOUR code from the LD exports, so like you say once you have exported a level you should never touch it, this will allow you to export it as many times as needed. So it is only main.lua you’ll need to edit via some kind of text editor, and the code will reference the LD levels.
This is the advantage of LD asset manager, where it will export all your assets and properties such as physics, you can then use the supplied library files to add objects dynamically simply by providing the asset name. The assetTest example shows you how to do this.
Yes I uninstall the orginal version. I installed LD at the PC with windows 7 64bit and it looks fine.
I tried to find some tutorials which gives me some informations about LD and libraries what LD uses. But I guess the best option now will be look examples projects and ask questions here if I will have some.