Loading styles using an AssetLoader (with patch)

@normen said: You can "hack in" relative paths the way they work for ogre xml and other external formats too. As was indicated you simply create the assetpath at runtime. However this is against the paradigm of jME where we try to have an absolute reference to every file to avoid doubling and to be able to reference specific files from anywhere. In the end the only advantage is that you can move files from one folder to the other but your code has to be adapted anyway and the "folder" concept is void when you deploy your application and turns into what assetpaths already are.

And this is why I reread threads over and over… I read this as can’t hack in

Thanks for a starting place on this!