Jump to content

Scripting Forum and Beta Access


Tory

Recommended Posts

Will the Scripting Forum and Beta Access be implemented again?

P.S

Chod (or if Emiiru sees this first, please notify Chod):

Could you please include the Wiki again, or have a thread where you dump all the cheat functions like you did last time? I would really appreciate it.

Thanks,

Tory

Link to comment
Share on other sites

The scripting forum is here, and so is the beta forum. Beta access itself haven't been implemented yet.

Wiki is not coming back.

I did create a thread about scripting which has the functions, operators, and variables,

It's currently in the staff forum since I haven't really gotten further with it except for adding the stuff listed above.

http://puu.sh/8kFd4.png

Link to comment
Share on other sites

Afaik no. We haven't had any time to work on the cheats. We've been using all our time everday on the client+panel, and on the website.

http://puu.sh/8kFNp.png

Do keep in mind this might not be completely as I want it. (I actually already saw someone I want to change)

Can I ask here about the if the $cmd.variables are read only? Can you explain $cmd.buttons, forwardmove, sidemove, and upmove?

Link to comment
Share on other sites

Can I ask here about the if the $cmd.variables are read only? Can you explain $cmd.buttons, forwardmove, sidemove, and upmove?

If it doesn't say "(read only)" then it's not read only.

They're all cmds related to CUserCmd/UserCmd.

buttons = "attack button state".. like IN_ATTACK, IN_FORWARD, however these are in bit values instead.

Basic list

1 shoot
8 foward
16 backward
512 left
1024 right
131072 walk
4 crouch
2 jump
1032 forwardright
520 forwardleft
1040 backwardright
528 backwardleft

forwardmove, sidemove, and upmove are all velocity related.

forwardmove = Forward/backwards velocity.

sidemove = Sideways velocity.

upmove = up/down velocity.

So if you for example set sidemove to 400, you move to the perfectly right.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.