KadeArchive / Kade-Engine

Kade Engine is a Competitive Rhythm Game engine rewrite for FNF with Quality of Life features included.
https://kadedev.github.io/Kade-Engine/
Apache License 2.0
409 stars 594 forks source link

lime test windows doesn't work, it says The term 'lime' is not recognized as a cmdlet name. #2742

Open BrennoCB opened 2 years ago

BrennoCB commented 2 years ago

Please check for duplicates, similar issues or closed issues with the same problem, as well performing simple troubleshooting steps (such as deleting the export folder if it's an issue with compiling, reinstalling Kade Engine) before submitting an issue.

I checked troubleshooting, it doesn't seems to mention my issue

If you are playing a downloaded version of the game, what operating system are you using?

Windows (x86), Windows (x86_64), Linux, or macOS? Specify below.

If you mean the FNF I'm planning on using kade engine, its downloaded and i have Windows x86_64

What version of the game are you using? Look in the bottom left corner of the main menu.

Version 0.2.7.1

Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible.

Simply typing lime test windows in powershell shows the message and nothing else

Please describe your issue. Provide extensive detail and images if possible.

I was following this YT Tutorial video to learn how to use Kade engine to make a FNF mod and near the end of the tutorial it doesn't work like in the video, I have downloaded everything mentioned on it, did everything asked on it but it haven't work near the end Come on it was near the end

FellowIdiot commented 2 years ago

This is cause lime isn't added to PATH. In this case, use haxelib run lime test windows

KlavierGayming commented 2 years ago

try using haxelib run lime setup it may help, if it doesnt work then just use haxelib run line test windows

BrennoCB commented 2 years ago

This is cause lime isn't added to PATH. In this case, use haxelib run lime test windows

Its now saying "You must have a "project.xml" file or specify another valid project file when using the 'test' command"

BrennoCB commented 2 years ago

try using haxelib run lime setup it may help, if it doesnt work then just use haxelib run line test windows

Well it says hxcpp and lime-samples are up to date, But trying to run the same command or the "haxelib run lime test windows" Is telling me "You must have a "project.xml" file or specify another valid project file when using the 'test' command"

FellowIdiot commented 2 years ago

try using haxelib run lime setup it may help, if it doesnt work then just use haxelib run line test windows

Well it says hxcpp and lime-samples are up to date, But trying to run the same command or the "haxelib run lime test windows" Is telling me "You must have a "project.xml" file or specify another valid project file when using the 'test' command"

Looking at the screenshot, you're doing it all wrong.

You have to git clone Kade Engine's repository, then go to that directory, by using the cd command.