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.

Removing edit mode?

Talk about anything related to Platinum Arts Sandbox here!
Locked
Ghostman Gaming
Member
Member
Posts: 49
Joined: July 9th, 2012, 6:44 pm
Name: Tyler Mangino
IRC Username: ghostman1996
Contact:

Removing edit mode?

Post by Ghostman Gaming »

For my final version of my game i want to remove access to edit mode so if the player pushed F1 in RPG it wouldn't do anything.
i also wish to remove the toggle edit mode button on the main menu.

I am also interested in taking the multiplayer button on the main menu and changing it to store then i want it to link up to my website by launching the default web browser.
How would i do any of these things with out messing up the engine? any help is appreciated thanks.:lol:
User avatar
kddekadenz
Member
Member
Posts: 423
Joined: July 17th, 2011, 11:02 am
Name: kdd
Contact:

Re: Removing edit mode?

Post by kddekadenz »

I think I can partly help you.

The keybinds are setted in data/defaults.cfg.
Simply navigate to the line:

Code: Select all

bind F1 [ edittoggle ]
and comment it out with //.


The menus you can find in data/menus.cfg

navigate to the line

Code: Select all

guibutton "Editing GUI"	"showgui editing"
and comment it out.


Dunno if PAS does support linking stuff in menus.
Kelgar is an advanced RPG beeing developed in Sandbox
Locked