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.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Option to making ramps
Option to making ramps
Im using Windows XP. I cant make ramps (with the mousewheel method) are there any options to this? Are there anything that may interupt it?
Re: Option to making ramps
You could always change the bind, go into /data/defaults.cfg and find MOUSE3 and change it to another key. Then you need to delete your config_fps.cfg in the top level Sandbox folder. Take care.
-mike
-mike
Sign up for our Newsletter to keep up to date with the Sandbox news!
We also have a facebook page, facebook group, myspace page and a twitter page[/b][/color]!
We also have a facebook page, facebook group, myspace page and a twitter page[/b][/color]!
Re: Which part?
Is it this part i shal change?
//binds without mutators
editbind SPACE [ cancelsel; hmapedit 0; passthroughsel 0 ] // meh.. will need to make better fix
editbind MOUSE1 [ if $blendpaintmode paintblendmap editdrag ]
editbind MOUSE3 [ selcorners ]
editbind MOUSE2 [ if $blendpaintmode rotateblendbrush editextend ]
editbindmod LALT [ passthrough ]
editbindmod RALT [ passthrough ] //purposely not used for mutators, known to do some funny things on different OS'
If so, to what? " N " Instead of " MOUSE3 "?

//binds without mutators
editbind SPACE [ cancelsel; hmapedit 0; passthroughsel 0 ] // meh.. will need to make better fix
editbind MOUSE1 [ if $blendpaintmode paintblendmap editdrag ]
editbind MOUSE3 [ selcorners ]
editbind MOUSE2 [ if $blendpaintmode rotateblendbrush editextend ]
editbindmod LALT [ passthrough ]
editbindmod RALT [ passthrough ] //purposely not used for mutators, known to do some funny things on different OS'
If so, to what? " N " Instead of " MOUSE3 "?