Godot-Project-Builds icon indicating copy to clipboard operation
Godot-Project-Builds copied to clipboard

Extend cli command

Open Fox-Alpha opened this issue 1 year ago • 2 comments

Adding a new Parameter for CLI starting.

Reason: I use different Engine Versions, latest Stable and latest Dev / RC for example

I am using the self contained mode with the ._sc_file in the engine directory. See: https://docs.godotengine.org/en/4.3/tutorials/io/data_paths.html#self-contained-mode

With this addition it is possible to get different project list --projects-file-path [PathToEngine]\editor_date\projects.cfg

I have used latest Dev 4.4. dev6 version

Fox-Alpha avatar Dec 19 '24 07:12 Fox-Alpha

Project list is only useful for graphical mode, so It might be more useful to have a button that changes project list path. Also it would be nice if 4.4 upgrade wasn't included here .-.

KoBeWi avatar Dec 21 '24 15:12 KoBeWi

Project list is only useful for graphical mode, so It might be more useful to have a button that changes project list path.

I try to integrate as button too. I think the parameter can be usefull for Desktop Shortcut for different engine directorys

Also it would be nice if 4.4 upgrade wasn't included here .-.

~~I will create a new PR without 4.4~~ New PR: #22

Fox-Alpha avatar Dec 23 '24 11:12 Fox-Alpha

Superseded by d31f2e244c01eee6e495b4574d1060ec91816cd6 Thanks for the contribution.

KoBeWi avatar Jul 28 '25 12:07 KoBeWi