mirror of https://github.com/unRedbox/Wiki.git
docs: update kioskengine/field-maintenance
This commit is contained in:
parent
e50f39aa74
commit
5ab8904408
|
@ -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> </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>
|
||||||
|
|
Loading…
Reference in New Issue