This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
The reason i need a crash dump with the new build i gave you is because i don't have the debug symbols for the build you used to generate the old dump file. If you can give me a dump generated with the new build then i can see where it's going wrong and why.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
There's not much i can do to debug this without some kind of crash information. Can you try generating another crash dump?
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
Are you sure it's using my HLMV? If you have Jed's installed then it will keep using that until you modify the registry entry to point to my version. I don't know why it does this, probably some broken file association.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
The game looks up external textures using the format <model name>T.mdl. You can't make it use the same file unless you symlink it. AFAIK, the engine will not check if the name in the T file matches that of the main model, so it should work. I'm not sure if it will work on Windows though.
This post was made on a thread that has been deleted.
I'm currently in college studying computing. It's pretty much what i'm doing with these projects, except they don't go quite as deep into lower level programming and 3D rendering. I wish i could use these projects for school, last time i did something this big the sheer scale of it was enough to pass.
This post was made on a thread that has been deleted.
@Spreen:
Source models are completely different from GoldSource models. I don't have the time to figure out how that works and how to render those. I'm focusing only on GoldSource.
@Alberto309:
Sure, go right ahead
I've completed the transition to CMake, though there are some problems.
The Linux version compiles, links and runs, but fails to start because the OpenGL code isn't working properly.
On Linux, the default wxWidgets installation uses GTK, which is designed to only create OpenGL contexts if the canvas has been shown. Unfortunately, its definition of shown is "has an X window instance", and for some reason that instance does not exist. Even if i visibly see the canvas on-screen it still refuses to launch.
I've looked into this for a bit, but i've been unable to find out why this happens. I'm going to create a thread over at the wxWidgets forums to ask for help, but if i read some other threads on the topic correctly, then my code will never work due to how wxWidgets' GTK backend is designed.
Other than this problem the HL_Tools codebase compiles just fine, and even loads libraries correctly using the platform's library naming style. I hope that this is the last problem i have to solve, then everything will run on Linux.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
This post was made on a thread that has been deleted.
Like i said, you can't have 1 model for multiple monsters. You're going to have to make separate entities that each have the model set. I can let you place multiple models in the world and manipulate them in HLMV though.
I spent today getting the entire repository to work with CMake and on Linux.
I am pleased to say that the transition to CMake has been completed, but Linux support is going to have to wait a bit longer. Some code is dependent on Windows specific filenames and won't work just yet. There may be other issues after that has been solved.
Additionally, the process needed to get wxWidgets to work is quite cumbersome and will need some finetuning. It's currently hardcoded to work only with GTK, and is dependent on version and GUI specific library names. I'll try to solve these issues, but that might not be possible right away.
I've also started using SourceTree, on Penguinboy's recommendation. I find it's a much better frontend for git than Github for Windows, so if you're currently using that, give SourceTree a try.