wargus
wargus copied to clipboard
Missed build howto
Hello.
There is no build howto. I found links to youtube video at the site. But a video is not convenient and not a replacement for textual howto at all. And now i can't look video at youtube. Where can i find build howto?
Are you concerned by extractor/installer, scripts or engine?
- For engine, you have to go to https://github.com/Wargus/stratagus
- For scripts, no build is needed, modifying lua script can be done directly (just care to point to correct place when running the engine (or copy scripts (from repository) to correct place.
- For extractor/installer, there is indeed no howto-build, but a video and CI (continuous integration) (so appveyor.yml) which might help. It is also a CMake project which should warn about missing dependencies.
I hope that help.
You can also ask for help on discord.
I mean how to build wargus to launch a game :-).
So you have to go to the engine first, and use script (and extracted data) from wargus (using installer might help here for the data). There are CIs for the engine too