Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Sandbox Easy Edit Module

Have any cool screenshots and/or projects to show off? Post your content here!
(If you need somewhere to post your images, why not use our gallery?)
Locked
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Sandbox Easy Edit Module

Post by Leo_V117 »

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.

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"
]
Current Release: Beta Module
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: Sandbox Easy Edit Module

Post by Leo_V117 »

This one may be removed. Im creating the better version.

Can you delete it please?
User avatar
Runescapedj
Member
Member
Posts: 1706
Joined: January 9th, 2010, 9:06 am
Name: Michiel
IRC Username: Sandboxdj
Location: Deventer, the Netherlands

Re: Sandbox Easy Edit Module

Post by Runescapedj »

you can edit your post 2 with the new code
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: Sandbox Easy Edit Module

Post by Leo_V117 »

I know. But the title is wrong.
User avatar
Venima
Support Team
Support Team
Posts: 259
Joined: February 17th, 2010, 4:56 am
Name: Tombstone
IRC Username: Venima
Location: Somewhere in the eternal planes between the living and the dead

Re: Sandbox Easy Edit Module

Post by Venima »

you can edit the title as well
Tombstone's Tournament round 2 has begun! Tombstone's Posting Tournament

Try out my: CFG Easy Text Editor (Note: still in beta)

-----Venima
Image
Image
Locked