nillerusr / source-engine

Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Other
1.13k stars 173 forks source link

Possible to build for Lost Coast? #245

Closed palmerj closed 1 year ago

palmerj commented 1 year ago

Is it possible to build this engine to play Lost Coast?

TheKingFireS commented 1 year ago

Nope, you don't need to build libs for this game. Lost Coast use vanilla HL2 libs. just run it with "./hl2_launcher -game lostcoast" or ".\hl2_launcher.exe -game lostcoast"

palmerj commented 1 year ago

When I run ./hl2_launcher -game lostcoast on MacOS Apple Silicon I get: Engine Error: "Could not load library client. Try restarting. If that doesn't work, verify the cache."

However if I copy hl2/bin/libclient.dylib and hl2/bin/libserver.dylib into lostcoast/bin/ the game now works.

stephen-cusi commented 1 year ago

当我在 MacOS Apple Silicon 上运行时,./hl2_launcher -game lostcoast我得到:引擎错误:“无法加载库客户端。尝试重新启动。如果这不起作用,请验证缓存。”

但是,如果我复制hl2/bin/libclient.dylibhl2/bin/libserver.dylib进入lostcoast/bin/游戏,现在就可以了。

When I run ./hl2_launcher -game lostcoast on MacOS Apple Silicon I get: Engine Error: "Could not load library client. Try restarting. If that doesn't work, verify the cache."

However if I copy hl2/bin/libclient.dylib and hl2/bin/libserver.dylib into lostcoast/bin/ the game now works.

Because the original DLL was intended for 86

palmerj commented 1 year ago

Do you mean the install only works on x86, and the ARM64/Apple Silicon install progress needs to be improved?

TheKingFireS commented 1 year ago

Did you compiled hl2 libs for arm?

TheKingFireS commented 1 year ago

And no, I didn't use Macos or Mac arm.

palmerj commented 1 year ago

Did you compiled hl2 libs for arm?

Yes

And no, I didn't use Macos or Mac arm.

Ok thanks. Copying the compiled Mac ARM HL2 client libs into lostcoast/bin/ seems to work. But I think this is a bug

SanyaSho commented 1 year ago

if u really need to build lostcoast, use that VPCs and add it into wscripts diff of server_hl2.vpc and server_lostcoast.vpc shows only one new define and one weapon from episodic/ folder

lostcoast_vpc.zip