ES Recruitment Drive
Original Post
Mod Loader. ( For modders)
V.lua = press v to load 1.tbm
yeah.lua = press ` to load 1.tbm
v2.lua = press v to load 1.inc


Quickly loads 1.tbm, good for editing

Thanks to Jam0864 for the idea.

How to customize!
For this I shall use V.lua
local function keydown(key)
    echo(key)
    if(key == 118) then
        run_cmd("lm default.tbm")
        run_cmd("lm 1.tbm")
        echo("Loaded 1.tbm")
    end
end
add_hook("key_down", "keypressdown", keydown)
Now to change the key to your liking, load up the script and press the button you would like to quickload the mod/shader, in the bottom right hand corner there should be a number replace the number in red with this number.
To change the quickload mod change the writing in blue to whatever mod you wish to quickload.

EDIT: Fixed, it now correctly updates mods.
Attached Files
V.lua (198 Bytes, 19 views)
yeah.lua (197 Bytes, 15 views)
V2.lua (201 Bytes, 17 views)
Last edited by Blam; Dec 30, 2007 at 03:17 PM.
:D
alright then.

edit: Done. V2.inc = shaders

edit edit: 700th post =]
Last edited by Blam; Dec 30, 2007 at 03:14 PM.
:D
Mods:
Thanks Blam. It will make me, Jam0864,and MrPoptart have an easier time making mods.

Shaders:
Pirate can have an easier time testing shaders.
thanks rich.
:D