Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

No way to seemingly set a port #28

Open
Toxici11i opened this issue Apr 28, 2018 · 1 comment
Open

No way to seemingly set a port #28

Toxici11i opened this issue Apr 28, 2018 · 1 comment

Comments

@Toxici11i
Copy link

Unable to set a port, checked thru all configurations.

@SapphireMH
Copy link
Contributor

SapphireMH commented May 31, 2018

The port is hard coded into the source.

program.Start(IPAddress.Any, 16180, logLevel);

So you could change it in the source and then compile the mod yourself. however this is something for advanced users and requires you to setup a dev environment (visual studio etc.)

EDIT: If i have some spare time i might be able to add an actual config file for it.

Or ask @Longwelwind to do so, since this seems like a relatively easy thing to fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants