Well, we are looking good for release soon, it's in the final stages of beta right now, so I will release a list of all features in the mod so far, so that you have the list of what is in it.
=Performace=
Timer-Based Movement
Uncapped framerate
=Usability=
Double map size
Money and bank huds
=Scripting Commands=
==Conditions==
MONEYLESS=X Check if the player's money amount is less than x
MONEYGREATER=X Check if the player's money amount is greater than x
MONEYEQUAL=X Check if the player's money amount is equal to x
BANKLESS=X Check if the player's bank amount is less than x
BANKGREATER=X Check if the player's bank amount is greater than x
BANKEQUAL=X Check if the player's bank amount is equal to x
BANKSTARTED=X Check if the player has started a bank
LIVESLESS=X Check if the player has less than x lives
LIVESGREATER=X Check if the player has more than x lives
LIVESEQUAL=X Check if the player has x lives
OBJECTINVIEW=X Check if the object can be seen by the player~0 - Not in view; 1 = in view
LOCALTIMERGREATER=X Check if the local timer is greater than X
PLRMOVING Checks if the player is moving
PLRFALLING Checks if the player is falling
MOUSECLICK=X Checks if the mouse button has been clicked~0 = not clicked; 1 = left click; 2 = right click
MOUSEWHEEL=X Checks if the mouse wheel is being used~0 = not used; 1 = used in any direction; 2 = up; 3 = down
PLRTURNING=X Checks if the player is turning~0 = not turning; 1 = turning in any direction; 2 = left; 3 = right; 4 = up; 5 = down
PLRTURNINGGREATER=X Checks if the player's turning speed is greater than X~Checks in all directions
TIMERLESS=X Checks if the global timer is less than X
LOCALTIMERLESS=X Checks if the local timer is less than X
PLRWALKING=X Checks if the player is walking~0 = not walking; 1 = in any direction; 2 = forward; 3 = backward; 4 = left; 5 = right
PLRSPRINTING=X Checks if the player is sprinting~0 = not sprinting; 1 = sprinting in any direction
==Actions==
SETLIVES=X Set the players lives to x
ADDLIVES=X Add x additional lives to player
SUBTRACTLIVES=X Subtract x lives from player
SETMONEY=X Set the player's money to x
ADDMONEY=X Add x amount of money to the player's money supply
SUBTRACTMONEY=X Subtract x amount of money from player's money supply
MONEYTIMES=X Multiply player's money supply by x
MONEYDIVIDE=X Divide player's money supply by x
STARTBANK Start the player's bank.~It will be initialized with 0 dollars, and will create the timestamp that calculates interest.~Make sure that you use this command if you want to use the interest feature.
SETBANK=X Set the player's bank to x
ADDTOBANK=X Add x money to player's bank
SUBTRACTFROMBANK=X Subtract x money from player's bank
WITHDRAWFROMBANK=X Subtract x money from player's bank and add it to player's money supply
DEPOSITETOBANK=X Add x money to player's bank and subtract it from player's money supply
SETCOMPOUND=X Set the compound rate.~The initial compound rate is per hour,~if you want to change it so that the interest is compounded by the minute, use "setcompound=0.0167"
SETRATE=X Set the interest rate
CALCINTEREST This gets the current time, and figures out how long you have had your bank started. It then gets the amount of money currently in the bank, and calculates interest based on that.
HUDTEXTX=X Set the x position on the screen that you want to put text
HUDTEXTY=X Set the y position on the screen that you want to put text
ADDMONEYFROMUSER The player will type in how much money they want to add to their money supply
SUBTRACTMONEYFROMUSER The player will type in how much money they want to subtract from their money supply
ADDBANKFROMUSER The player will type in how much money they want to add to their bank
SUBTRACTBANKFROMUSER The player will type in how much money they want to subtract from their bank
DEPOSITEBANKFROMUSER The player will type in how much money they want to add to their bank and subtract from their money supply
WITHDRAWBANKFROMUSER The player will type in how much money they want to subtract from their bank and add to their money supply
SETMONEYFROMUSER The player will type in how much money they want to set their money supply at
SETBANKFROMUSER The player will type in how much money they want to set their bank at
SETRATEFROMUSER The player will type in how much the interest rate should be (decimal)
SETCOMPOUNDFROMUSER The player will type in how often they want their interest to be compounded
TEXTMONEY Prints out how much money the player has, to the screen
TEXTBANK Prints out how much money the player has in the bank to the screen
STARTLOCALTIMER Start a timer that can only be used in that script
HUDSHAKE=X X is the name of the hud, hudshake makes the specified hud shake
SETGRAVITY=X X is the amount of gravity, and how fast objects will approach the ground
SETPATH=X X is the specified path on your computer that you would like to change the directory to.
PLRACCURACY=X Changes the player's firing accuracy.~0 is default, and makes no change to accuracy.
SETFRAMERATE=X Set the maximum framerate to X
It should be released Wednesday, when it is released, it will no longer be in a .zip folder, but will just be an installer executable. When you run it, you will have the option to install all files to the designated folders, or extract the files to the same folder that the executable is in.
Logo by The Next