Script Loader for Garry's Mod
- gm_filesystem
- GLua knowledge
- menu2 or lua bypass (depending on your use for this script)
- Drop into
autorun/client/
- Ignore the scripts folder (it'll auto download on run)
include("autorun/client/ftoolkit.lua")
ORCompileString(file.Read("autorun/client/ftoolkit.lua","LUA"),"FToolkit",true)()
RunString(file.Read("autorun/client/ftoolkit.lua","LUA"),"FToolkit",true)
All commands start with !, / or .
- rs - RunString alias
- ldf - FTK.LoadDataFile alias
- lsf - FTK.LoadSingleFile alias
- rs.ldf - FTK.RS.LoadDataFile alias
- rs.lsf - FTK.RS.LoadSingleFile alias
As I do not own all the scripts in the scripts folder, so here are the original authors.
- autojump - Metastruct
- CTP - CapsAdmin
- Frametime (integrated in FESP) - Metastruct
- FZoom - Falco (FPjte)
- Picker2 - tldevtools/Metastruct
- Propinfo - Ducky Canard
- SmartSnap - Various Authors
- Smeg Hack - mmmaaalll1
- menu_plugins (used for fading colors in ASCII art) - Various Authors
My own scripts added:
- FCrosshair
- FESP