10 years ago by ibab
EDIT: Just noticed that I have accidentally posted this in the Impact Engine section and not in the Help section. Any chances of this being moved?
I'm trying to get the Weltmeister to work so I can create a simple Demo level.
I've extracted Impact to my Xampp installations htdocs folder and navigated to localhost/impact/weltmeister.html
The page itself loads, but I can not press any of the buttons. I've checked phpinfo and everything should be fine on it's end.
The error I get in the browser console:
uncaught exception: Unresolved (or circular?) dependencies. Most likely there's a name/path mismatch for one of the listed modules or a previous syntax error prevents a module from loading:
weltmeister.weltmeister (requires: weltmeister.edit-entities)
weltmeister.edit-entities (requires: weltmeister.entities)
weltmeister.entities (requires: game.entities.player)
I'm trying to get the Weltmeister to work so I can create a simple Demo level.
I've extracted Impact to my Xampp installations htdocs folder and navigated to localhost/impact/weltmeister.html
The page itself loads, but I can not press any of the buttons. I've checked phpinfo and everything should be fine on it's end.
The error I get in the browser console:
uncaught exception: Unresolved (or circular?) dependencies. Most likely there's a name/path mismatch for one of the listed modules or a previous syntax error prevents a module from loading:
weltmeister.weltmeister (requires: weltmeister.edit-entities)
weltmeister.edit-entities (requires: weltmeister.entities)
weltmeister.entities (requires: game.entities.player)