This commit is contained in:
BuildTools 2023-07-25 20:58:48 -05:00
parent 1921a563ed
commit 47e584dcc2
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -638,7 +638,8 @@ ll3.exe -singlemode -sw 1920 -sh 1080 -highquality</code></p>
127.0.0.1 nesys.taito.co.jp
127.0.0.1 fjm170920zero.nesica.net
</code></pre>
<p>(If its the same PC, just leave it as <code>127.0.0.1</code> if its a different PC on your network, replace it with the IP address)</p>
<p>MAKE SURE NOT TO ADD HASHTAGS TO THESE LINES!
(If its the same PC, just leave it as <code>127.0.0.1</code> if its a different PC on your network, replace it with the IP address)</p>
<p>Once your computer resolves the domains to where ever you host the game server, we need to add some registry entries to enable the NesysService to run.</p>
<p>Run the following file:</p>
<p><a href="../files/runme.reg">../files/runme.reg</a></p>
@ -669,9 +670,10 @@ ll3.exe -singlemode -sw 1920 -sh 1080 -highquality</code></p>
Make sure you set it up with basic .NET functionality. (It should install the things it needs if you don't select the right one so don't worry too much).</p>
<p>Then if you haven't already, download the LLServer repo:
<a href="https://github.com/asesidaa/LLServer">https://github.com/asesidaa/LLServer/archive/refs/heads/master.zip</a></p>
<p>To run that, all you need to do is open the <code>.sln</code> file in Visual Studio. Then click the green <code>HTTPS</code> button!</p>
<h4 id="network_interfaces">Network Interfaces<a class="headerlink" href="#network_interfaces" title="Permanent link">&para;</a></h4>
<p>NesysService will require you to have a single interface enabled (and the other ones disabled) in order for it to connect correctly. Make sure you only have one network interface enabled like the picture below:
<img alt="image-20230716133155441" src="../images/interfaces.png" /></p>
<p>NesysService will require you to have a single interface enabled (and the other ones disabled) in order for it to connect correctly. Make sure you only have one network interface enabled like the picture below:</p>
<p><img alt="image-20230716133155441" src="../images/interfaces.png" /></p>
<h4 id="patched_binary">Patched Binary<a class="headerlink" href="#patched_binary" title="Permanent link">&para;</a></h4>
<p>Lastly you will need the patched binary with the correct public key. This key is used to confirm that it's talking to the right server. </p>
<p>Download it here:</p>

Binary file not shown.