adamrehn / ue4cli

Command-line interface for Unreal Engine 4
https://docs.adamrehn.com/ue4cli/
MIT License
249 stars 45 forks source link

No way for cooking content #61

Open sleeptightAnsiC opened 3 months ago

sleeptightAnsiC commented 3 months ago

To launch a Client/Server/Game instance, you need to cook content first. Otherwise it will fail to boot (which is expected).

Currently ue4cli does not support a way to explicitly cook content. The alternatives are:

Would be nice to support it since cooking is pretty important and can fail so user might want to test it few times.

References:

sleeptightAnsiC commented 3 months ago

Partially related to https://github.com/adamrehn/ue4cli/issues/62 I haven't fully explored the solution for this problem but as mentioned in https://github.com/adamrehn/ue4cli/issues/62#issuecomment-1999769711 it's not worth to fix it right now.