docs: update kioskengine/field-maintenance

This commit is contained in:
.eggman 2024-11-10 08:23:38 +00:00 committed by Redbox Wiki
parent 2a6b7ca439
commit a851f2f88f
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
title: Field Maintenance
description:
published: true
date: 2024-11-10T08:22:00.825Z
date: 2024-11-10T08:23:37.864Z
tags:
editor: code
dateCreated: 2024-10-21T11:12:53.076Z
@ -15,8 +15,8 @@ dateCreated: 2024-10-21T11:12:53.076Z
<h1>Modifying Kiosk to Allow Field Maintenance</h1>
<p>The field maintenance screen sits behind a authentication screen that, unlike the Redbox Desktop, verifies credentials with redbox servers (which are no longer online). To get around this, @viper33802/@loki patched the DLL that has todo with the authentication. The steps are as follows:</p>
<ol>
<li>Download the patched DLL or .bundle (<a href="https://discord.com/channels/1292310422749319209/1294293050553667594/1301168009989062756">Discord link to patched fm.bundle with instructions</a>)
</li>
<li>Download the patched DLL (<a href="https://discord.com/channels/1292310422749319209/1294293050553667594/1297504758348648479">Discord link to patched DLL</a>)
</li>https://discord.com/channels/1292310422749319209/1294293050553667594/1301168009989062756
<li>Place this file in “C:\Program Files\Redbox\REDS\Kiosk Engine\bin”</li>
<li>Make a copy of your original DLL (ie, add “.backup” to the end of the filename)</li>
<li>Remove the “.patched” from the file name. It should now read “Redbox.Rental.Services.dll”</li>