Page 1 of 1

GRIS +3 (table Update1.2)

Posted: Wed May 08, 2019 3:26 pm
by Cielos


got a request, made 2 move key scripts for keyboard player.
Update1.2
- updated sprint key script. turns out I forgot an to implement one of the aobscans. it should woks on the latest game patch now.

Update1.1
- updated sprint key. it covers the speed when you're jumping swimming on water surface now.
- updated moon jump key. holding down the key would manipulate the gravity now, allows you to jump even higher.
Update1
- added moon jump key.
- updated walk key. it has a smoother transition between walk and run now. but it can only be activated after a level is loaded as a result.
walk key
- can be activated after a level is loaded.
- when activated. press and hold the specified key to walk, which can be changed from the drop-down-list.
- key default: CAPS LOCK key, can be changed by editing the script, line 4.
- WalkSpeed upon activation: 1.8 (game default: 1). note that it's not a modifier, but the actual speed value the game would use.

sprint key
- when activated. press and hold the specified key to sprint, which can be changed from the drop-down-list.
- key default: SHIFT key, can be changed by editing the script, line 4.
- sprint speed (multiplier) can be changed via the entry if you don't like the speed. default: 1.8, can be changed by editing the script, line 7.

moon jump key
- when activated. press and hold the specified key to moon jump, which can be changed from the drop-down-list.
- key default: CAPS LOCK key, can be changed by editing the script, line 3.
- jump height x? can be changed via the entry if you don't like the moon jump height. default: 5, can be changed by editing the script, line 4.
latest:
GRIS.CT
+3, table Update1.2
(235.44 KiB) Downloaded 118 times
backup:
GRIS.CT
+3, table Update1.1
(217.65 KiB) Downloaded 373 times
GRIS.CT
+3, table Update1
(56.3 KiB) Downloaded 94 times
GRIS.CT
+2
(22.71 KiB) Downloaded 80 times

Re: GRIS +3 (table Update1.1)

Posted: Sat Oct 19, 2024 10:00 am
by elenakrittik
Thanks for your work! Just wanted to notify that moon jump causes latest versions of GRIS to crash (sometimes you can get "lucky" and it won't immediately go boom, but you'll be unable to jump which doesn't really let you play so you end up restarting anyway).

Re: GRIS +3 (table Update1.1)

Posted: Sun Oct 20, 2024 8:39 am
by Cielos
elenakrittik wrote:
Sat Oct 19, 2024 10:00 am
Thanks for your work! Just wanted to notify that moon jump causes latest versions of GRIS to crash (sometimes you can get "lucky" and it won't immediately go boom, but you'll be unable to jump which doesn't really let you play so you end up restarting anyway).
thanks for the report. it should be fixed now. redownload~