GameMonkey ScriptMod 1.1 Release

Discussions about ET modding (sdk code, player/weapon modeling)

Moderators: Forum moderators, developers

Post Reply
User avatar
dutchmeat
Posts: 62
Joined: Tue Jan 28, 2003 8:08 am
Location: Netherlands
Contact:

GameMonkey ScriptMod 1.1 Release

Post by dutchmeat »

Image

We proudly present you the release of gmScriptMod 1.1.

GMSM 1.1 features:

---------------------------
Mod features
---------------------------
- Alot of new hooks: GMSM_GAME_EVENTS, GAME_CLIENT_USERINFO_CHANGED, GAME_SHUTDOWN, GAME_INIT, GAME_CLIENT_BEGIN,
GAME_CLIENT_THINK, GAME_CLIENT_DISCONNECT, GAME_RUN_FRAME, and GET_CLIENT_VELOCITY_Z_IMPACT
- Two new server commands: slap, rslap
- One new client command: hjump
- New binded functions, such as: sscanf, strip, playsound(W:ET based games only), include, and more.
Check http://gaminggone.net/gmScriptMod/gmScr ... functions/ for the function reference.
- The NeelixScript is now being debugged before executed, this way you can see if something is wrong when the game starts.

---------------------------
Neelix Script features
---------------------------
- A re-organised script structure
- Client Session example (you're now able to store player variables, from the playerlist table for example)
- Alot of new player and admin commands, such as: /ignore /unignore /whois /banana /music and much more
- New sound-command examples for ET based games
- A re-organised command system
- The kill event (EV_OBITUARY) is now hooked and used for messages like 'first blood', 'Killing spree', 'multikill',
but also 'last life: kills %d, attackers health: %d'.
- An adverisement system, using messages out of a table, and with a timer.
- And much more, so download the script and find out.

GMSM 1.0 features:

- 100% scriptable Admin Interface
- scriptable Rcon-like Interface
- Interface for Clan Members. (Beside Ref login)
- Interface for Clan Friends. (Beside Ref login)
- Access to your FileSystem by .gm Script Functions
- Works with ALL Enemy Territory Mods (etmain/etpro/etbub/shrubmod/tce/etc.)
- Easy to modify. No C/C++ knowledge neccessary.
- Change your ServerMod Scriptfile without Server restart.
- Easy Script Syntax. Not as complicated as LUA.
- A lot of Script Examples.
- Fast. GameMonkey is one of the fastest Script Languages.
- Define your own "/" commands. Example: "/ban ID", "/kick ID", "drop ID"
- Create an individual Gameserver Mod. Personalize your Server.
- Exchange your Script Files with other Serveradmins.
- Client to Client Private Chat
- IRC Like Channel Chat

Have fun scripting!
User avatar
Luk4ward
Posts: 236
Joined: Sun Jul 30, 2006 1:55 pm
Location: Poland
Contact:

Post by Luk4ward »

nice to see new functions, keep up good work, btw i didnt notice file operations' functions?
wolFTeam.pl
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post by =FF=im2good4u »

i dunno i am working on some entity spawn system atm :P
Post Reply