-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SetObserverTarget function missing #5
Comments
@Dim1xs is this still an issue? |
@GuestSneezeOSDev of course |
@Dim1xs @GuestSneezeOSDev That's odd that we never implemented this. Looks like it's from the client-side |
@Dim1xs Have you edited the source code in any way? |
@andrewmcwatters I think you could, i found that function in |
@GuestSneezeOSDev nope, current source code doesn't compiles for me. |
@andrewmcwatters I recommend merging #7 |
@GuestSneezeOSDev I'd like to, too, but there's a number of minutiae that need to be addressed. It's on my backlog. That codebase evolved from 2006 -> 2007 -> 2013, so there's some large scale manual diff review that needs to go on. Luckily, we mostly wrapped our diffs around HL2SB #ifdefs to make these ports overtime easy to handle, but it's still a large chore. And we never really adopted VPC, having a single target we were allowed to publish to since we weren't licensees. We simply patched the built project files and pushed them up over the years. |
@GuestSneezeOSDev In theory, you should be able to check out a fresh copy of 2013, literally drop hl2sb-src on top of it, and see what changes there are wrapped in HL2SB ifdefs. |
I could potentially port the 2006 version of HL2SB to the 2013 branch of the Source Engine |
@GuestSneezeOSDev I don't think too much really changes between them. It's really the engine itself, iirc. I'm not sure how much of the newer engine features we expose to Lua between the engine branches. |
Lua has everything for enabling Observer mode for player, but it dont has a function
SetObserverTarget
. That's kinda bad.The text was updated successfully, but these errors were encountered: