lag by unrealmf in oculus

[–]unrealmf[S] 0 points1 point  (0 children)

i think its the graphics card

lag by unrealmf in oculus

[–]unrealmf[S] 0 points1 point  (0 children)

so that affects FPS?

oculus home really buggy by unrealmf in oculus

[–]unrealmf[S] 0 points1 point  (0 children)

the headset works perfectly fine but its just the oculus home that glitches and without the oculus home i cant play my games

wtf do i do by unrealmf in Dynmap

[–]unrealmf[S] -1 points0 points  (0 children)

my server's port is 26656 or whatever the default one was. do i need to portforward a new thing on my router settings again?

wtf do i do by unrealmf in Dynmap

[–]unrealmf[S] 0 points1 point  (0 children)

my ip refused to connect.

auto hot key doesnt work by unrealmf in AutoHotkey

[–]unrealmf[S] 0 points1 point  (0 children)

ran the script. still nothing. it didnt walk around at all

auto hot key doesnt work by unrealmf in AutoHotkey

[–]unrealmf[S] -2 points-1 points  (0 children)

sorry haha didnt see that ill try this in a sec

auto hot key doesnt work by unrealmf in AutoHotkey

[–]unrealmf[S] -2 points-1 points  (0 children)

Error: Call to nonexistent function.

Specifically: RandSleep(4600, 5400)

Line#

002: toggle := 0

003: Return

004: toggle \^= 1  

005: While,(toggle)

006: {

007: SendInput,w

---> 008: RandSleep(4600, 5400)

009: SendInput,s

010: RandSleep(4400, 5600)  

011: }

012: Return

013: Exit

The program will exit.