Hi all,
I’m new to sdk programmation and I’ve a problem. The mod that I’m trying to run doesn’t work. I mean, when I try the game work but there is no modification. Here is what I’ve done.
-First, I installed the source in C:\Wet-source
-Then I did a first build with MS C++.NET. I got those files in debug directory:
cgame_mp_x86.dll
cgame_mp_x86 linker file
qagame_mp_x86.dll
qagame_mp_x86 linker file
ui_mp_x86.dll
ui_mp_x86 linker file
-After that, I did a little modification. I put in bg_classes.c under axe medic the WP_PANZERFAUST. I rebuilt the solution.
-I created a folder under the game directory named trial. I put all the files that I got after compiling in this directory.
-I created a shortcut and add in the command line +set fs_game trial. The game is starting, I create a local server but I don’t have the modification…
Can someone help me find what I did wrong ?
Thx by advance, and sorry for my poor english.