K logo.png Congratulations /k/! K logo.png
Winners of the 2024 4chan Autumn Babby Cup

Difference between revisions of "User:MarcoZ/Project Telerig"

From Rigged Wiki
Jump to navigation Jump to search
Line 3: Line 3:
'''This is still a very early prototype.'''
'''This is still a very early prototype.'''


Telerig is a now almost ready for producion tool that allows the manager to inject live management changes exclusively while the game is running. It will only let a manager inject controls for ATs, mentalities and preset while the game is running (it knows this by looking at the PES window and looking for a specific part of the ingame clock), at least for now.
[https://github.com/zocram4cc/pytelerig Telerig] is a now almost ready for producion tool that allows the manager to inject live management changes exclusively while the game is running. It will only let a manager inject controls for ATs, mentalities and preset while the game is running (it knows this by looking at the PES window and looking for a specific part of the ingame clock), at least for now.
==Requirements==
==Requirements==


Line 9: Line 9:
*Python 3 - after installing run pip install irc opencv-python xinput-python pywin32 vgamepad numpy to have all the necessary junk for this to work, download from [https://www.python.org/downloads/ here]
*Python 3 - after installing run pip install irc opencv-python xinput-python pywin32 vgamepad numpy to have all the necessary junk for this to work, download from [https://www.python.org/downloads/ here]


==Usage==
==Usage as a streamer==


*Unplug all your xbox compatible controllers.
*Unplug all your xbox compatible controllers.
Line 20: Line 20:
*After a match, query the telerig bot on IRC and tell it "home nextmanagersnickname" and "away nextmanagersnickname" to change the managers. You can check who's managing by messaging it "current"
*After a match, query the telerig bot on IRC and tell it "home nextmanagersnickname" and "away nextmanagersnickname" to change the managers. You can check who's managing by messaging it "current"
*Rig and repeat.
*Rig and repeat.
==Usage as a manager==
Get on IRC, query the IRC bot.
The commands are:
1/2 for preset change up and down.
3/4 for mentality change up and down.
5, 6, 7 and 8 for advanced tactics 1, 2, 3, and 4 respectively
If you're not registered as a current manager or send some incorrect input, the bot will tell you. Otherwise you'll have no feedback (for now). Remember, input only works when the ingame clock is on.

Revision as of 18:21, 22 February 2022

Incomplete.svg The content of this page or section is incomplete because we're a bunch of lazy fucks. Feel free to help out.

This is still a very early prototype.

Telerig is a now almost ready for producion tool that allows the manager to inject live management changes exclusively while the game is running. It will only let a manager inject controls for ATs, mentalities and preset while the game is running (it knows this by looking at the PES window and looking for a specific part of the ingame clock), at least for now.

Requirements

  • ViGEm: It will allow the program to create virtual controllers on your PC. The script will then forward your real controllers to the fake ones.
  • Python 3 - after installing run pip install irc opencv-python xinput-python pywin32 vgamepad numpy to have all the necessary junk for this to work, download from here

Usage as a streamer

  • Unplug all your xbox compatible controllers.
  • Open a windowed preview window from OBS studio capturing PES, it doesn't matter where you put it, as long as you keep it open.
  • Open PES and go past the start menu.
  • Run the program from a command prompt. The syntax you should use is C:\path\to\program\main.py YourNicknameonIRC WhichModelToUse.jpg - You'll have to choose the JPG depending on if you have an elite scoreboard or a babby scoreboard (or some other scoreboard lmao), check beforehand.
  • Plug in your two (virtual or real, it doesn't matter) xbox controllers.
  • Wait for it to automatically go into coach mode.
  • Rig as usual.
  • After a match, query the telerig bot on IRC and tell it "home nextmanagersnickname" and "away nextmanagersnickname" to change the managers. You can check who's managing by messaging it "current"
  • Rig and repeat.

Usage as a manager

Get on IRC, query the IRC bot.

The commands are: 1/2 for preset change up and down. 3/4 for mentality change up and down. 5, 6, 7 and 8 for advanced tactics 1, 2, 3, and 4 respectively

If you're not registered as a current manager or send some incorrect input, the bot will tell you. Otherwise you'll have no feedback (for now). Remember, input only works when the ingame clock is on.