赞了0个文件
写了1个评论
上传了0个视频
上传0个文件
0个跟随者
for whoever got bug location ( avenger in ocean or not spawning) my speculation is ur pc read the code in different way between dot '.' and coma ',', u can try to change the coordinates in ini file. in my case the default avenger.ini is
AVENGERPOSITION = X:-1489.205 Y:-2751.364 Z:13.94495
X = -1489.205
Y = -2751.364
Z = 13.94495
u can change the dot to coma in xyz coordinates or just deletes the coma/dot and number after coma/dot.
example :
AVENGERPOSITION = X:-1489 Y:-2751 Z:13
X = -1489
Y = -2751
Z = 13
sorry for my bad english and hope it can help and solve ur problem