forked from OpenWF/Website
		
	Guide: Update client patch section
This commit is contained in:
		
							parent
							
								
									5033afed0b
								
							
						
					
					
						commit
						aa95f99123
					
				
							
								
								
									
										13
									
								
								guide.php
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								guide.php
									
									
									
									
									
								
							@ -34,12 +34,13 @@
 | 
				
			|||||||
			<li>Now you can use <code>npm run raw</code> to start the server again</li>
 | 
								<li>Now you can use <code>npm run raw</code> to start the server again</li>
 | 
				
			||||||
		</ol>
 | 
							</ol>
 | 
				
			||||||
		<h2>Client Patch</h2>
 | 
							<h2>Client Patch</h2>
 | 
				
			||||||
		<p>In order to connect to custom servers, the client needs to be patched, which is what the Boostrapper is for. To set it up:</p>
 | 
							<p>In order to connect to custom servers, the client needs to be patched, which is what the boostrapper is for.</p>
 | 
				
			||||||
		<ol>
 | 
							<ul>
 | 
				
			||||||
			<li>Download <a href="https://openwf.io/supplementals/client%20drop-in/latest_dll" target="_blank">the boostrapper DLL (wtsapi32.dll)</a> and put it in your game's installation folder (the one where Warframe.x64.exe is in). On Linux, you may need to rename it to dwmapi.dll and/or use <code>WINEDLLOVERRIDE</code>.</li>
 | 
								<li><b>Prerequisite:</b> Because this is a project about preservation, we do not support the latest versions immediately. Please see <a href="old-versions<?=$ext;?>" target="_blank">here</a> for supported versions and download instructions.</li>
 | 
				
			||||||
		</ol>
 | 
								<li><b>Setup:</b> Download <a href="https://openwf.io/supplementals/client%20drop-in/latest_dll" target="_blank">the boostrapper DLL (wtsapi32.dll)</a> and put it in your game's installation folder (the one where Warframe.x64.exe is in). On Linux, you may need to rename it to dwmapi.dll and/or use <code>WINEDLLOVERRIDE</code>.</li>
 | 
				
			||||||
		<p>With that done, you can double-click Warframe.x64.exe to start the game with OpenWF. Opening the game's launcher will revert it back to normal.</p>
 | 
								<li><b>Usage:</b> With the DLL in place, you can double-click Warframe.x64.exe to start the game with OpenWF.<!-- Opening the game's launcher will revert it back to normal. --></li>
 | 
				
			||||||
		<p>The bootstrapper is <a href="bootstrapper-manual<?=(!empty($ext) ? ".html" : "");?>" target="_blank">documented here</a>, but the most important point is that, while the game is running, you can visit <a href="http://localhost:6155/" target="_blank">http://localhost:6155/</a> to manage options, cheats, and scripts.</p>
 | 
							</ul>
 | 
				
			||||||
 | 
							<p>The bootstrapper is <a href="bootstrapper-manual<?=(!empty($ext) ? ".html" : "");?>" target="_blank">fully documented here</a>, but the most important point is that, while the game is running, you can visit <a href="http://localhost:6155/" target="_blank">http://localhost:6155/</a> to manage options, cheats, and scripts.</p>
 | 
				
			||||||
		<h2>IRC Server</h2>
 | 
							<h2>IRC Server</h2>
 | 
				
			||||||
		<p>In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:</p>
 | 
							<p>In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:</p>
 | 
				
			||||||
		<ul>
 | 
							<ul>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user