AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Questions (https://forums.alliedmods.net/forumdisplay.php?f=74)
-   -   Choosing the right branch of hl2sdk and MetaMod (https://forums.alliedmods.net/showthread.php?t=322979)

tamam_tamam 04-09-2020 12:22

Choosing the right branch of hl2sdk and MetaMod
 
hey there,

first of all, please correct me if i am wrong anywhere. thank you so much.

as far i know, the cs has 3 edition,
1- cs 1.6
2- css
3- csgo

So, there are many branch of hl2sdk [+], such as sdk2013, css, csgo and so on and also Metamode:source has different branches [+]

well, my main question is how choose the right branch for those 3 edition which i mentioned above? right now, i focus on cs 1.6, thanks if you give a point that which branch of hl2sdk & metamod is the right choice for me?

i interpret the extension as native code (pe, elf files) and plugin as something like amx and scripting systems.

my second question, i got a little confused and can't make heads or tails of using metamod and hl2sdk in my extension source code! are there any hell world! sample for using metamod and hl2sdk with together ? or any useful link?



thanks in advance, guys.
Alex.

asherkin 04-09-2020 14:19

Re: Choosing the right branch of hl2sdk and MetaMod
 
CS 1.6 uses the GoldSrc engine, not the Source engine, so it does not use any version of the HL2SDK or Metamod:Source.

The HL2SDK branches are named after the engine version they're for, so hl2sdk-cstrike for CS:S and hl2sdk-csgo for CS:GO.

The MM:S branches are named after the MM:S version they're for, so you'd compile a MM:S plugin against the branch for whatever version of MM:S you have running on the server.

For GoldSrc games like CS1.6 you would need to look into the HLSDK and Metamod / AMXModX.

tamam_tamam 04-09-2020 14:52

Re: Choosing the right branch of hl2sdk and MetaMod
 
Quote:

Originally Posted by asherkin (Post 2691997)

CS 1.6 uses the GoldSrc engine, not the Source engine, so it does not use any version of the HL2SDK or Metamod:Source.

The HL2SDK branches are named after the engine version they're for, so hl2sdk-cstrike for CS:S and hl2sdk-csgo for CS:GO.

The MM:S branches are named after the MM:S version they're for, so you'd compile a MM:S plugin against the branch for whatever version of MM:S you have running on the server.

For GoldSrc games like CS1.6 you would need to look into the HLSDK and Metamod / AMXModX.

Thank you so much @asherkin, it was great point that i didn't know! :up:


All times are GMT -4. The time now is 16:09.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.