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.

Can't edit spawn tag in Sandbox SVN (revision 2975)

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
PVince81
Member
Member
Posts: 15
Joined: December 15th, 2010, 1:42 pm
Name: Vincent
Location: Stuttgart, Germany

Can't edit spawn tag in Sandbox SVN (revision 2975)

Post by PVince81 »

Steps to reproduce:
1. Add a new entitity of type "spawn'
2. Hit F3

Expected result:
GUI shows three fields: yaw, radius and tag

Actual result:
GUI shows two fields: yaw and tag, and the tag field actually affects the radius.

Proposed fix:
Edit data/rpg/menus.cfg and replace the line

Code: Select all

newentgui spawn "yaw tag" "0 360 0 10000"
with

Code: Select all

newentgui spawn "yaw radius tag" "0 360 0 512 0 10000"
owenisred
Member
Member
Posts: 452
Joined: August 9th, 2010, 9:33 am
Name: Owen

Re: Can't edit spawn tag in Sandbox SVN (revision 2975)

Post by owenisred »

Possibly don't use the development version? It changes constantly. Sorry that's all the help I can give
I'm taking modelling requests again - any models you want created,skinned or animated (or all 3) leave a post here:

viewtopic.php?f=9&t=2704&start=0

My tutorial site - still under construction, but lots of good stuff there:

http://pasandbox.webs.com/
PVince81
Member
Member
Posts: 15
Joined: December 15th, 2010, 1:42 pm
Name: Vincent
Location: Stuttgart, Germany

Re: Can't edit spawn tag in Sandbox SVN (revision 2975)

Post by PVince81 »

I meant this as a bug report, so that the developer can fix it.
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Can't edit spawn tag in Sandbox SVN (revision 2975)

Post by chocolatepie33 »

You're in the wrong section, there's a topic for 2.6 (and on)s' bugs.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Can't edit spawn tag in Sandbox SVN (revision 2975)

Post by Hirato »

I use 1/2/3/4/5 + scroll so I didn't notice; thanks for the report fix is uploading as we speak
This is not a url, clicking it is pointless
Locked