Sandbox Easy Edit Module
Posted: March 25th, 2010, 11:52 pm
Heres a script I created based upon your Ideas of an Easy Edit module.
Paste that code into the bottom section of your autoexec.cfg file.
Current Release: Beta Module
Paste that code into the bottom section of your autoexec.cfg file.
Code: Select all
bind I "cleargui; showgui mapedit"
newgui mapedit [
guitext "Easy Edit"
guibar
guibutton "Easy Calclight" "showgui calclight"
guibutton "Textures" "showtexgui"
guibutton "Easy CFG" "showgui easycfg"
guibutton "Quick Edit and Materials" "showgui easymat"
guibutton "Easy Model" "showgui easymodels"
guibar
guibutton "About" "showgui about1"
guibar
guibutton "Exit" "cleargui"
]
newgui about1 [
guitext "About"
guibar
guitext "Release:"
guitext "BETA"
guibar
guitext "Created by Leo_V117"
guitext "www.jaztur117-projects.webs.com"
guibar
guitext "Platinum Arts Sandbox"
guitext "www.sandboxgamemaker.com"
guibar
guibutton "Back" "cleargui; showgui mapedit"
]
newgui calclight [
guitext "Easy Calclight"
guibar
guibutton "Poor Quality" [calclight 1]
guibutton "Normal Quality" [calclight 0]
guibutton "High Quality" [calclight 0]
guibar
guibutton "Back" "cleargui; showgui mapedit"
]
newgui easycfg [
guitext "Create your CFG easily"
guibar
guibutton "Edit CFG" [notepad (mapcfgname)]
guibar
guibutton "Back" "cleargui; showgui mapedit"
]
newgui easymat [
guitext "Create Materials and Spawn Entities Easily"
guibar
guibutton "Quick Edit and Materials" "cleargui; showentgui"
guibar
guibutton "Back" "cleargui; showgui mapedit"
]
newgui easymodels [
guitext "Create Models Easily and Quickly"
guibar
guibutton "Spawn Model" "showgui mapmodels"
guibar
guibutton "Back" "cleargui; showgui mapedit"
]