Page 1 of 1

Seasons after Fall +2 (table Update1)

Posted: Thu Apr 13, 2017 5:56 pm
by STN
made 2 simple scripts for Seasons after Fall.
Made by Cielos
///
Update1
- added Jump Higher

///
Move Speed Mod
- allows you to change move speed in game with 2 sets of multipliers.
- default multipliers:
-- CapsLock Key x?: x3 (effectively sprint)
-- Alt Key x?: x0.3 (effectively walk, or jog)
- all multipliers can be changed via the table.
- to change the default values so that you don't have to change them every time you activate the script, find and edit these lines (lines 46-48) in the script:
Code:
fMoveSpeedMultipliers:
dd (float)3
dd (float)0.3


Jump Higher
- allows you to jump higher by pressing and holding CapsLock key to jump.
- you can set x? via the table to a higher number to jump even higher.
- x? default: 1.4
- to change the default value, goto line 35-36 of the script:
Code:
fGravityDivider:
dd (float)1.4


///
finished the game. no more update.