templates/game/obs_guide.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3. <main>
  4.     <section class="table_game">
  5.         <p>{{ "Phasmophobia Randomizer features a green background system for OBS that displays players and objects on your stream screen. This element is automatically reloaded every <strong class=\"t-blue\">2.5</strong> seconds allowing you to retrieve data in real time."|trans([], 'locale')|raw }}</p>
  6.         <p>{{ "To add this tool to your OBS, follow these instructions:"|trans([], 'locale') }}</p>
  7.         <ol>
  8.             <li>{{ "On your OBS tool, create a new scene of type \"Navigator\" ;"|trans([], 'locale') }}</li>
  9.             <li>{{ "Add the following link in maximum screen size:"|trans([], 'locale') }} {{ absolute_url(url("green_screen")) }} ;</li>
  10.             <li>{{ "Sign in to your Twitch account ;"|trans([], 'locale') }}</li>
  11.             <li>{{ "Once redirected to the green background, we can start generating a game."|trans([], 'locale') }}</li>
  12.         </ol>
  13.         <p>{{ "Each user who enters your room will be added to the screen automatically, or ejected if they are no longer in the room."|trans([], 'locale') }}</p>
  14.     </section>
  15. </main>
  16. {% endblock %}