Personal MyConfig.prc not load

Buddies

I’m stuck in this little mess :neutral_face:
I’ve a MyConfig.prc in the same directory of my Main.py. I guess is to Panda3d load MyConfig.prc and not the default Config.prc but it isn’t.
I try load MyConfig by myself using loadPrcFile(“MyConfig.prc”) before DirectStart and have same results…
How to load it?
Thanx

hi

take a look at this post:

[loadPrcFile problem [SOLVED])

thanx gui … i have forgotten Filename class :slight_smile: