ddnet / ddnet

DDraceNetwork, a free cooperative platformer game
https://ddnet.org
Other
594 stars 422 forks source link

Feature Request: Add button in editor to start the map currently loaded on a local server #6733

Open Nostr0 opened 1 year ago

Nostr0 commented 1 year ago

Use case:

When testing maps you can quickly load the map from others into the editor via double click (or yourself when mapping) and press the "Test map locally" button. Feel tree to name it differently I just feel like this could make the development & testing of maps a little bit faster.

Behaviour:

If no local server is currently open it starts one and connects you to it. If a local server is already running it should load the current map from the editor and connect you to it / Restart the server with the map from the editor and connect you to it.

Jupeyy commented 1 year ago

this already partially exists. if you load the map on a local server and connect via connect localhost in F1 it should automatically reload the map (while logged into rcon)

(at least for the development part you mentioned)