|
1.编译debug版后,调试launcher_main,需要将work directory 设为\hl2\bin
(假设src_main的路径为\hl2\src_main)
2. 单步调试launcher_main时,会报 could not load Resource/gamemenu.res错。 跟踪后发现由于launcher_main.exe在
\hl2\src_main\launcher_main\debug下,需要将Resource,maps,materials,models,scripts目录都复制到
\hl2\src_main\launcher_main\debug\launcher_main下,才行
|
|