phenomen / flc

Foundry Lightweight Client (FLC) is a bloat-free client app for Foundry VTT
https://flc.ruleplaying.com/
32 stars 8 forks source link

Node.js option #14

Closed lozanoje closed 1 year ago

lozanoje commented 1 year ago

To specify different userdata folders to have several Foundry installations for testing.

Edit: and a checkbox to autoload localhost:port (the one specified at config.json of userdata) in flc when server starts

Edit 2: allow to add to favourites different configurations to different foundry versions (foundry directory) and userdata

This will help having different foundry versions with different userdata folders

lozanoje commented 1 year ago

I elaborate my proposal for main FLC window

Two different tabs: Remote and Local

++ Remote: To configure remote servers. This option as it is currently:

Clicking the shorcut launches FLC for that URL.

++ Local: To configure local servers using node This option with the following fields:

Clicking the shorcut starts node.js with foundry/foundrydata/port and then launches FLC at localhost:port

phenomen commented 1 year ago

@lozanoje I added optional launch parameters in 3.0.0 (as well as your Spanish translation!).

FLC was never supposed to be some very advanced server management app, and the current Node launcher implementation is kinda barebones. I will experiment with tabs - it should also make the main screen less busy with stuff that players may not need.