BeardedManStudios / ForgeNetworkingRemastered

See various forks, also please join the Forge Community fork of Forge Alloy! -> https://github.com/ForgeAlloyCommunity/ForgeAlloy
https://twitter.com/FarrisFaulds
Apache License 2.0
1.49k stars 306 forks source link

Visual Studio Builds do not work #300

Closed j-santander closed 5 years ago

j-santander commented 5 years ago

Version Number and Operating System(s):

git clone from master

Windows 10.

Expected behavior:

Following the build instructions for "Git Source Code (Built)" in Getting-Started

Actual behavior:

The build fails, complaining about missing files in ForgeNetworkingRemastered/BeardedManStudios/Source (e.g. BMSByte.cs, ArgumentParser.cs, ....)

because the files are really missing. They were removed with commit 4f5a0b9d3d3ec1f1cffd3dcd8f3680ce70dca9

I'm fairly new to all this, but please, either restore the files, or correct the build instructions.

Steps to reproduce:

See above.

[Optional] Discord Username:

phalasz commented 5 years ago

We moved away from built dlls. Please use source directly. Thanks for reminding me. I have now updated the wiki and remove the built dlls option from getting started.