fionafibration / team-frotress-2

Controls smart sex toys based on kills, Uber, and more in Team Fortress 2
GNU General Public License v3.0
16 stars 0 forks source link

Trouble Installing #3

Closed 4xlogan closed 11 months ago

4xlogan commented 11 months ago

image

I'm completely new when it comes to installing stuff like this, so it seems like I may need a bit of a more thorough explanation :(. So far I've just tried copying "config_default.py" into config.cfg (I don't have a config.py file anywhere) and I've put a "console.log" file in my tf folder. I don't have any indication on Intiface that recognizes Team Fortress 2 is connected. Do I need to do anything with the other files?

semper-lux commented 11 months ago

Where did you unzip the project? Your config_default.py will be there: you can see it in the directory on the home page of this repo.

Note that you will also have to install the included HUD if you would like compatibility with the medic. Simply place the omphudsexy folder in .../Team Fortress 2/tf/custom

4xlogan commented 11 months ago

Where did you unzip the project? Your config_default.py will be there: you can see it in the directory on the home page of this repo.

Note that you will also have to install the included HUD if you would like compatibility with the medic. Simply place the omphudsexy folder in .../Team Fortress 2/tf/custom

I've tried putting the files in the Team Fortress 2 folder, the tf folder and the cfg folder. I already put omphud into custom and put '$classname' in each class config. I use an 'overrides' folder in cfg because I use mastercomfig if that means anything.

I'm just confused about where the files need to be unzipped to... I've already copied the contents of 'config_default.py' into 'config.cfg' in '.../Team Fortress 2/tf/cfg', so I'm assuming the other files need to be unzipped there as well?

This is what it looks like in '.../Team Fortress 2/tf/cfg': image

4xlogan commented 11 months ago

Where did you unzip the project? Your config_default.py will be there: you can see it in the directory on the home page of this repo. Note that you will also have to install the included HUD if you would like compatibility with the medic. Simply place the omphudsexy folder in .../Team Fortress 2/tf/custom

I've tried putting the files in the Team Fortress 2 folder, the tf folder and the cfg folder. I already put omphud into custom and put '$classname' in each class config. I use an 'overrides' folder in cfg because I use mastercomfig if that means anything.

I'm just confused about where the files need to be unzipped to... I've already copied the contents of 'config_default.py' into 'config.cfg' in '.../Team Fortress 2/tf/cfg', so I'm assuming the other files need to be unzipped there as well?

This is what it looks like in '.../Team Fortress 2/tf/cfg': image

Do I run one of these in cmd? I'm clueless ;-;

fionafibration commented 11 months ago

You do not copy the files into the Team Fortress 2 folder, I'd restore your config.cfg if you can. The config files are for the project itself and control the vibration functionality

For the config_default.py, see the readme:

Copy config_default.py to config.py and fill out your game executable and console.log paths (console.log will be in tf folder)

Then you run main.py with python, which can be from command line or whichever other way you prefer.