docs: update kioskengine/field-maintenance

This commit is contained in:
zach3697 2024-10-21 17:07:34 +00:00 committed by Redbox Wiki
parent e50f39aa74
commit 5ab8904408
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: Field Maintenance title: Field Maintenance
description: description:
published: true published: true
date: 2024-10-21T17:03:56.782Z date: 2024-10-21T17:07:33.750Z
tags: tags:
editor: ckeditor editor: ckeditor
dateCreated: 2024-10-21T11:12:53.076Z dateCreated: 2024-10-21T11:12:53.076Z
@ -75,7 +75,7 @@ dateCreated: 2024-10-21T11:12:53.076Z
<h1>Modifying Kiosk to Allow Field Maintenance</h1> <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> <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> <ol>
<li>Download the patched DLL <a href="/redbox.rental.services.patched.dll">here</a>&nbsp;</li> <li>Download the patched DLL from the discord (use the search feature to find the PATCHED dll)</li>
<li>Place this file in “C:\Program Files\Redbox\REDS\Kiosk Engine\bin”</li> <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>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> <li>Remove the “.patched” from the file name. It should now read “Redbox.Rental.Services.dll”</li>