AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   News (https://forums.alliedmods.net/forumdisplay.php?f=59)
-   -   Source SDK Released! (https://forums.alliedmods.net/showthread.php?t=36825)

BAILOPAN 12-01-2004 11:29

Source SDK Released!
 
It has happened! The Half-Life 2: Source Software Development Kit has been released by Valve.

Although we won't have anything for you instantly, we will keep the community apprised with little things along the way, such as demos, sample plugins, and header code so people can start seeing how to mod for SourceMod.

The recent Scripting Language poll was a huge hit, and it was interesting to see what everyone thought of different languages. First, the news that will please everyone:

SourceMod will be a highly dynamic mod. So far, you can make C, AMX, or JavaScript plugins all at once simply by adding the appropriate DLLs. In the future, a Python addon may come too.

However, the "official" language will be JavaScript. Small/AMX has far too many limitations, and the code base is not only messy but decently buggy. AMX Mod X spent a great deal of time improving it with a 64-bit port and a debugger, but it's time to let Small die in the gaming world. Nonetheless, you will still be able to write Small plugins.

The prospect of being able to do things like:
Code:

  var name = player.name()
Instead of:
Code:

  new name[24]
  get_user_name(id, name, 23)

Should be appealing to people. Again, more information will be available as we get things done.

kingpin 12-01-2004 13:55

finally!!, hope to see the good work continue guys :)

PM 12-01-2004 14:30

Yeah :P

PM 12-01-2004 15:30

Please Hurry!....lol
 
Everyone had been waiting for this new mod to come out and control thier server. Will it be setup like amx x mod? with meta..?
Thank you

PM 12-01-2004 15:51

So, :) lets work on it..... ;-)

imported_JaK Sh!T 12-01-2004 15:53

Wo0t atlast SDK is out........Muahahahaha soon I can use slap. Good luck you guys keep up the good work

twistedeuphoria 12-01-2004 16:25

Will Small plugins be approved on the same ground as JavaScript ones or will JS plugins get more attention?

BAILOPAN 12-01-2004 16:33

IMO, they should not be approved at all. Usage of Small should be considered deprecated.

ThantiK 12-01-2004 16:36

w00t, I needed to learn some Java...;)

Nice...will we be getting some demos soon? -- a simple slap or bury would work nicely...

Anyhow, this is what I am waiting for to even start a CS:Source server...will get rid of llamas quickly.

Geesu 12-01-2004 16:53

BAIL does java have 3D arrays? And are there compiled files like small's .amx file?


All times are GMT -4. The time now is 04:39.

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