Skip to content
Martin edited this page Jul 24, 2019 · 2 revisions

IP and Port

❗ Did you read and follow the Wiki pages like Gamestate Integration: IP and Gamestate Integration: Port? If you can answer this with "YES", well Congratulation! You are almost done!

Open the script obs.js with Notepad and adjust port and host. Use the same as before.

E.g port=65000; and host = '192.168.178.2';

Save this File as *.js and close it.


First Start

Open your console (cmd) on Windows.

Write but don't press ENTER: node (After node, there is a space).

Now, drag and drop obs.js inside the console and press ENTER.

❗ Please use a folder where node.js has permission to create/write files. Otherwise, after first start (and everytime), it won't create any files. Just use another folder. Alternative, you can use cd inside of cmd to change the folder. Changing folder with cd can solve these problems on Windows 10.

E.g. File is located here C:\Folder\obs.js, just write cd C:\Folder, followed by node obs.js.

5


Creating Files for OBS

Start Counter Strike: Global Offensive and start a bot game and play 2 rounds. Now, you cmd should look like this one.

6

Inside the folder of our script, there should be new Textfiles created.

7

Open it up and you see some information which can use in OBS-Studio.


Let's configure OBS-Studio.

Mainpage

Startseite


Get Started (English)


Los legen (Deutsch)

(Bald)

Clone this wiki locally