Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
http://steamcommunity.com/app/353380/discussions/0/490125737457745415/
Only thing that bothers me is that they do not communicate what they are doing and which issues they know.
Here a short instruction for anyone who is interested:
0) Update your steam client to the latest Beta released today! ( My host is running Win10 and my Link build 370)
1) Make sure Origin in CLOSED. (I recommend to check the Origin settings and tick 'close origin when exiting a game)
The problem when just adding Fifa 16.exe and starting it with Big Picture on the Link the Fifa launcher window won't be focussed. So use so following to get the launcher focused. Theoretically you can creat a script to skip the launcher and directly start Fifa but then the controller won't be recognized. So..
2) Download Autohotkey ( https://www.autohotkey.com/ )
3) Creat a file called "Fifa1 16.ahk"
4) Open it with notepad and insert the following :
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Run, E:\Origin\FIFA 16\fifa16.exe, E:\Origin\FIFA 16\
;WinWait, FIFA 16, , 30
WinWait, FIFA 16
if ErrorLevel
{
MsgBox, WinWait timed out.
return
}
else
{
WinActivate FIFA 16
}
4) Now make sure to change the directories to the ones you use and save the file.
5) Right click the file and click compile script. Now Add the created Fifa 16.exe as a non-steam Game in Steam
6) Make sure Origin is closed and connect with your Link.
7) Start the newly added .exe .. wait a few seconds till the Fifa 16 launcher is focused. Now use your CONTROLLER so click start. ( RT = left click , L-stick = courser movement)
8) Enjoy :)
The script is not created by me. I modified it to just focus the launcher and not launche the game automatically. Credits to some gentleman who posted it on some forum.( I don't have a proper Link handy)
I hope that I can help some fellow Fifa16 player :)
So the problem would be the automatic start of the script. I'll try it.
the script does not work with a x360 wireless controller, I still have the double input issue.. anyone know how to fix this? ffs...
Removed it! I'm glad it's working for me. My configuration : latest steam client beta, latest link beta, Nvidia experience beta, latest driver (stable) , windows 10, installed Xbox controller software, using ahk script with origin closed and using hardware encoding. Hopefully there will be a consistent fix soon.
I figuered that this issue heavily depends on the Nvidia experience. Using the latest beta it is mandatory to activate the "share" menu. This will trigger the Desktop NVFBC H264 encoder for Fifa16 which doesn't show the double input. If one deactivates the share menu another encoder will be picked and the double input it present.