-
hey,
will there be an api for fifa18 on html5?
-
When running ebxtoasset.py on commentary audio files, I'm getting:
```
Loading GUID table...
WARNING: EBX GUID table is missing, it is required to properly parse links between different EBX files…
-
x360ce doesn't work with fifa18 in my case. I have reversed axis on right analog in PS2 controller and fifa18 doesn't see any difference when i'm changing anything in x360ce.
ghost updated
7 years ago
-
xxx.py:
```
import fut
...
bot = fut.Core(...)
count = 0
while count < 100:
bs = bot.search(...)
for x in bs:
flag = bot.bid(x['tradeId'], 200, fast=True)
print(fla…
-
Are you planning to release a new version for FIFA19?
-
I know this is not the right place to post this issue but there is nowhere else to post ever. I've tried to communicate with DELL but failed, again and again, and elapsed two weeks. So I'm writing thi…
-
Hi
I saved all players to my local db, that I got from this json
https://fifa18.content.easports.com/fifa/fltOnlineAssets/CC8267B6-0817-4842-BB6A-A20F88B05418/2017/fut/items/web/players.json
ass…
-
Unable to convert string in to number in Jupyter
Here is my code:
def str2number(amount):
if type(amount) == int:
return amount
if amount[-1] == 'M': d = float(amount[:-1])
return…
-
A partir de una colección muy extensa usar el método stream dónde se aplique las funciones filter, map y reduce. Determinar y analizar el uso de la memoria y como se comporta a nivel de rendimiento co…
-
## Description
I want to capture the log of FIFA18 game and i did following your tutorial : https://www.youtube.com/watch?v=aBC2zmw4PCY&t and some error have raised. I will explain in more detail…