-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tools] Hammer and other tools #175
Comments
clone original leak to windows host, fixup vpcs and build it with vpc |
Well, it's like a crutch for me. still, the tool files are present in this repo. |
@SanyaSho have private repo with almost everything from utils/ directory. Hammer is the most difficult part because it uses Win32 API, maybe easier to rewrite it from scratch than try to port as is. |
Hmm... I'm trying to create a wscript file based on launcher and launcher_main. But I had a lot of errors after compilation. I think this problem is solvable, but I don't have more experience in c/c++. |
My only issue when compiling it on windows with a crafted wscript is: |
idk if this can be force to use the nafxcw dllmain first and the use /force, or if it's a setup problem, i'm using v143 MFC tools |
You could compile Hammer against winelib. |
@coderamen666 did you managed to compile hammer with winelib? |
@SanyaSho which is the original leak, full.zip? |
1st commit, lol |
XD im trying to compile hammer but its not working so thats why i asked |
@er2off btw, how to fix the first commit to actually compile hammer? |
I didn't compile hammer with winelib. It was just an idea |
oh okay |
I tried doing what you are trying to do. Its a pain in the bum and I need help with it too |
I compiled the hammer_dll and hammer_launcher successfully but when i try to open the hammer.exe, the program tries to access dll's, so i put the dll's to the right folder but the inputsystem doesnt load even if it was in the folder its really weird. it actually loads but it gets unloaded :/ UPDATE: Actually wait a second, Source 2007 Leak has the hammer and hammer_launcher, maybe its working idk but i need visual studio 2005, im installing it: http://go.microsoft.com/fwlink/?linkid=57034 |
Could you try making a standalone repo that only has the source code needed to build hammer and the compile tools? |
Good luck. I really hope that someone could eventually build hammer on modern windows |
🤞 |
I'm not skilled in dealing with Microsoft stuff. Linux is more of my thing |
i used linux for building kisak strike and play it. |
find somewhere full.7z and copy some missing files from SDK2013MP |
did you compiled the hammer? |
Not yet I'll try using full.7z |
i'm using this engine only for my port, for anything else i have modified source2013 engine branch with 64bit hammer |
where? is that private? |
yes |
oh okay |
What files should I copy? |
dx9sdk/dx10sdk |
thanks for this |
i get an linker error about telemetry |
add RAD_TELEMETRY_DISABLED define somewhere in vpc_scripts/ |
thanks but now hammer wants vphysics.dll Okay i replaced with the source-engine vphysics and ivp, now it builded! |
AppFramework : Unable to load module inputsystem.dll! |
missing SDL2.dll |
I see folders with Hammer and SDKlauncher. But they didn't have wscript file. Any ideas how to build it?
The text was updated successfully, but these errors were encountered: