Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

9 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)

9 years ago by pavel

I have exactly the same problem.

9 years ago by ibab

All right, so I tried to delete the impact folder from my htdocs and re-extracted impact to the same location and now weltmeister works.

9 years ago by drhayes

ibab: Sounds like the error that gets returned when there's an error in a module you define. In this case, maybe your EntityPlayer code had an error in it somewhere?

9 years ago by ibab

Quote from drhayes
ibab: Sounds like the error that gets returned when there's an error in a module you define. In this case, maybe your EntityPlayer code had an error in it somewhere?

I had an entity named player but it was empty if I remember correctly. Not sure if that can cause it? I also had required 'game.levels.Demo' even though the demo level did not exist. Not sure if that should be the reason either?

Anyway, the issue is now solved and everything is working correctly.

9 years ago by davidg0

Download mamp or xamp and put weltmeister into the server, then you can use it.
Page 1 of 1
« first « previous next › last »