Page 1 of 3

Is there a way to stop the BuiltIn.prp file

PostPosted: Mon Feb 10, 2014 11:05 am
by rocketdog
Hi all,

I'm using 3ds Max 8.

Is there a way to stop the BuiltIn.prp file from being created? It's screwing up the clickable's in the age I'm working on. I need to delete the BuiltIn.prp file each time I export my age if I want my clickable's to work.

I think this problem started after I installed a python file, which I have since removed.

rocketdog

Re: Is there a way to stop the BuiltIn.prp file

PostPosted: Mon Feb 10, 2014 12:09 pm
by Deledrius
It's not the BuiltIn file that's causing your clickables to fail, it's that you have it referencing a Python file you've removed. ;) Try actually removing the PFMs in your Age, not just the script. The engine doesn't like it when you pull the rug out under those.

Re: Is there a way to stop the BuiltIn.prp file

PostPosted: Mon Feb 10, 2014 1:33 pm
by rocketdog
Deledrius,

Can you tell me how to do that?

rocketdog

Re: Is there a way to stop the BuiltIn.prp file

PostPosted: Mon Feb 10, 2014 2:09 pm
by GPNMilano
Rocketdog - Are you using Drizzle to convert the age to be used offline for testing?

Edit: Nevermind. I wasn't sure if Drizzle created a BuiltIn prp for an age if there wasn't one, like it does with the Sum and Age files. But it doesn't.

Re: Is there a way to stop the BuiltIn.prp file

PostPosted: Mon Feb 10, 2014 2:56 pm
by rocketdog
GPNMilano,

Yes I am.

Rocketdog

Re: Is there a way to stop the BuiltIn.prp file

PostPosted: Mon Feb 10, 2014 3:05 pm
by Deledrius
rocketdog wrote:Can you tell me how to do that?


In the Component Manager, if you list any Python File mods under the Logic category, the exporter will create the binding for a Python file and therefore the engine will expect to find one. I would remove those and see if it resolves your problem. If you're still using them, then you need to supply a Python file for the Age.

Re: Is there a way to stop the BuiltIn.prp file

PostPosted: Mon Feb 10, 2014 6:30 pm
by rocketdog
Deledrius

I was only using the one python file and I did remove it from Command Manager/Logic. I had also removed the python file from the python folder.
So something else is holding onto the python file.

Re: Is there a way to stop the BuiltIn.prp file

PostPosted: Mon Feb 10, 2014 8:24 pm
by Deledrius
Are you using SDL states?

Re: Is there a way to stop the BuiltIn.prp file

PostPosted: Tue Feb 11, 2014 7:16 am
by rocketdog
Well if I understand your question the only thing I have in my age that could be loosely seen as a SDL, I have two extra buttons on the outside of the elevator to recall the elevator to the upper and lower floors. So they take over control of the elevator from the outside of the elevator.

But this problem started before I had those buttons in place.

Re: Is there a way to stop the BuiltIn.prp file

PostPosted: Tue Feb 11, 2014 8:22 am
by Deledrius
What is the error in the log file when the BuiltIn is present?