docs: update kioskengine/field-maintenance

This commit is contained in:
.eggman 2024-11-10 07:49:11 +00:00 committed by Redbox Wiki
parent 7439bd8c77
commit f3f8d1fd22
1 changed files with 16 additions and 16 deletions

View File

@ -2,7 +2,7 @@
title: Field Maintenance title: Field Maintenance
description: description:
published: true published: true
date: 2024-11-10T07:48:21.155Z date: 2024-11-10T07:49:10.638Z
tags: tags:
editor: code editor: code
dateCreated: 2024-10-21T11:12:53.076Z dateCreated: 2024-10-21T11:12:53.076Z
@ -13,6 +13,20 @@ dateCreated: 2024-10-21T11:12:53.076Z
<figure class="image image_resized" style="width:44.97%;"><img src="/kioskengine/fmscreen.png"> <figure class="image image_resized" style="width:44.97%;"><img src="/kioskengine/fmscreen.png">
<figcaption>An example of the Field Maintenance Application</figcaption> <figcaption>An example of the Field Maintenance Application</figcaption>
</figure> </figure>
<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 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>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>Open the registry by hitting Win+R and typing “regedit”. Then click run.</li>
<li>Navigate to the right directory using the left pane “HKEY_LOCAL_MACHINE\SOFTWARE\Redbox\REDS\KioskEngine\Store” making sure to click the store directory</li>
<li>In the right pane, locate a variable called “StandAlone” (if one does not exist, create one by right clicking and making a new string variable) and setting the value to “true"</li>
<li>Reboot your machine</li>
<li>Using the previously mentioned instructions to access the <a href="https://redbox.wiki/en/kioskengine">Field Management login page </a>, type in any value for the username and password and click login</li>
<li>SUCCESS! You should now be logged into the Field Maintenance Menu</li>
</ol>
<h1>Safety Tips</h1> <h1>Safety Tips</h1>
<figure class="image image_resized image-style-align-right" style="width:38.04%;"><img src="/kioskengine/fmscreen-tip.png"> <figure class="image image_resized image-style-align-right" style="width:38.04%;"><img src="/kioskengine/fmscreen-tip.png">
<figcaption>An example of a Safety Tip being displayed</figcaption> <figcaption>An example of a Safety Tip being displayed</figcaption>
@ -71,18 +85,4 @@ dateCreated: 2024-10-21T11:12:53.076Z
<li>Holidays make parking lots crazy! &nbsp;Take extra care when driving and walking.</li> <li>Holidays make parking lots crazy! &nbsp;Take extra care when driving and walking.</li>
<li>Pay attention to walking surfaces in wet, rainy and snowy weather to avoid a fall.</li> <li>Pay attention to walking surfaces in wet, rainy and snowy weather to avoid a fall.</li>
<li>Healthy eating helps you work better. &nbsp;Pack some healthy snacks for your breaks.</li> <li>Healthy eating helps you work better. &nbsp;Pack some healthy snacks for your breaks.</li>
</ol> </ol>
<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 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>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>Open the registry by hitting Win+R and typing “regedit”. Then click run.</li>
<li>Navigate to the right directory using the left pane “HKEY_LOCAL_MACHINE\SOFTWARE\Redbox\REDS\KioskEngine\Store” making sure to click the store directory</li>
<li>In the right pane, locate a variable called “StandAlone” (if one does not exist, create one by right clicking and making a new string variable) and setting the value to “true"</li>
<li>Reboot your machine</li>
<li>Using the previously mentioned instructions to access the <a href="https://redbox.wiki/en/kioskengine">Field Management login page </a>, type in any value for the username and password and click login</li>
<li>SUCCESS! You should now be logged into the Field Maintenance Menu</li>
</ol>