10 years ago by stahlmanDesign
I found this repository which is current and it allows for using Impact with Node.js instead of PHP/Apache.
Once installed you just type:
Where {path to impact dir} is the latest version of Impact (currently 1.24) that you download after purchase. If you are on the desktop and you open the terminal there and type
It will create a new project on the desktop including a copy of Impact and Weltmeister. Then type:
and see your game or WM editor at http://localhost:3000/
There are other CLI (command-line interface) options for creating entites.
Once installed you just type:
impact-node create:project {path to impact dir}
Where {path to impact dir} is the latest version of Impact (currently 1.24) that you download after purchase. If you are on the desktop and you open the terminal there and type
impact-node create:test {your/path/to/impact-latest}
It will create a new project on the desktop including a copy of Impact and Weltmeister. Then type:
impact-node serve
and see your game or WM editor at http://localhost:3000/
There are other CLI (command-line interface) options for creating entites.