hok_env
hok_env copied to clipboard
Read Conf File Error:.\sgame_simulator.common.conf
Command .\sgame_simulator_remote_zmq.exe .\sgame_simulator.common.conf doesn't work. Error Info is: Read Conf File Error:.\sgame_simulator.common.conf Error, Parse Simulator Conf -2 I put the sgame_simulator.common.conf config with the correct content under path \gamecore\bin, but it doesn't work
More details please.
readme里面要.\sgame_simulator_remote_zmq.exe .\sgame_simulator.common.conf ,但是其实sgame_simulator.common.conf 这个文件已经不存在了,所以这个命令还需要执行吗
readme里面要.\sgame_simulator_remote_zmq.exe .\sgame_simulator.common.conf ,但是其实sgame_simulator.common.conf 这个文件已经不存在了,所以这个命令还需要执行吗
懂了,其实sgame_simulator.common.conf的内容在下面
@heartInsert 请问,所以这个文件是要自己写吗?
所以这个问题要解决吗?我也遇到问题: Read Conf File Error:.\sgame_simulator.common.conf Error, Parse Simulator Conf -2
被蠢哭,自己在同级目录下新建一个sgame_simulator.common.conf,文件内容放下如下(教程给了真的瞎,看不见):
{
"abs_file": "../scene/1V1.abs",
"core_assets": "../core_assets",
"game_id": "kaiwu-base-35401-35400-6842-1669963820108111766-217",
"hero_conf": [
{
"hero_id": 199
},
{
"hero_id": 199
}
]
}
然后发现bin下多了很多文件:
被蠢哭,自己在同级目录下新建一个sgame_simulator.common.conf,文件内容放下如下(教程给了真的瞎,看不见): { "abs_file": "../scene/1V1.abs", "core_assets": "../core_assets", "game_id": "kaiwu-base-35401-35400-6842-1669963820108111766-217", "hero_conf": [ { "hero_id": 199 }, { "hero_id": 199 } ] }
然后发现bin下多了很多文件:
谢谢,请问教程链接能发一下吗? 我看官网的教程好像比较老?有些文件都变了?
谢谢,请问教程链接能发一下吗? 我看官网的教程好像比较老?有些文件都变了?
中文教程可以参考:https://zhuanlan.zhihu.com/p/704549313