Link texture-path of a model to a Multifile?

So when you have a path reference like “…/…/…/tex/BrokenGround.jpg”, Panda will search the path as follows:

/c/Users/Daniel/PycharmProjects/Pandora Engine/projects/game1/…/…/…/tex/BrokenGround.jpg
/c/Panda3D-1.9.4/etc/…/…/…/…/tex/BrokenGround.jpg
/c/Panda3D-1.9.4/etc/…/models/…/…/…/tex/BrokenGround.jpg

This means it expects your texture to be at:

/c/Users/Daniel/PycharmProjects/tex/BrokenGround.jpg

You should either fix the texture reference in the model file, or add a directory to the model-path so that it does resolve correctly relative to that path.