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.

Ubuntu problems: New Map Model and rightclick jump

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
Kilarin
Member
Member
Posts: 3
Joined: November 4th, 2009, 9:46 pm

Ubuntu problems: New Map Model and rightclick jump

Post by Kilarin »

My 10 year old son is very excited about Sandbox RPG and has already tried editing maps. BUT we ran into two odd issues. I've installed Sandbox on both my computer, and his computer, and we have the same issues on both.

I'm running Ubuntu 9.10, his computer is running Ubuntu 9.04. both of us are on 32 bit systems. We installed Sandbox 2.4.0rc1 from http://www.playdeb.net

Issue 1: Right click on the mouse does not jump.

Issue 2: We can't place new map models. I've included some screenshots of this issue:

First I select a square, then select New Map Model and Grass (or any other model)
Image

And THIS is the result (I've manipulated the image to make it smaller by moving the selected square over closer to the error message)
Image

Any clue whats going on here or what we are doing wrong?

thanks!
User avatar
gil90
Member
Member
Posts: 19
Joined: September 5th, 2009, 10:52 pm
Name: gilberto
IRC Username: whats Irc

Re: Ubuntu problems: New Map Model and rightclick jump

Post by gil90 »

All I know (and I hope this will be of some help) is that if you are running on RPG mode, the right click jump will not work because the right click is reserved for spells. That's if you're running on RPG. If you are running it on regular fps mode, then I don't know what's wrong. Why don't you try getting it from the following site: http://www.moddb.com/games/platinum-art ... /downloads
Scrolls of Harmony, Volume 6. "Nobody is the same, and everybody is different. There is no way one thing could content us all". Spore's religion of Harmony says that some may like Mac, and some may like Windows. The point is that we all go our own way, and leave others alone
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Ubuntu problems: New Map Model and rightclick jump

Post by Hirato »

Right click is only jump in the FPS mode; it's a bit of a relic from upstream cube 2;
as the above poster said, in the RPG right click is reserved for spells (press TAB, you can already play with some of them :P)
I've forgotten whether or not the SSP does anything

the mapmodel issue
you should notice that e.attr2 and e.attr1 are the same; this means I was doing 2 fix entity calls...
the engine moves all the provided attrs up one, and sets attr1 to your current yaw.
I've fixed that in the RPG (and it seems that was the only place it occurred)
This is not a url, clicking it is pointless
Kilarin
Member
Member
Posts: 3
Joined: November 4th, 2009, 9:46 pm

Re: Ubuntu problems: New Map Model and rightclick jump

Post by Kilarin »

gil90 wrote:if you are running on RPG mode, the right click jump will not work because the right click is reserved for spells.
Hirato wrote:Right click is only jump in the FPS mode
ah! ok, yes, switching to FPS fixes that. I was going off the fact that the help menu in RPG mode still shows Right Click as bound to Jump.
Is there any way to customize or change the keybindings?
Hirato wrote:the mapmodel issue
you should notice that e.attr2 and e.attr1 are the same; this means I was doing 2 fix entity calls...
the engine moves all the provided attrs up one, and sets attr1 to your current yaw.
I've fixed that in the RPG (and it seems that was the only place it occurred)
I've confirmed it doesn't happen in the FPS version. (Sorry, just hadn't tried FPS)
So does that mean I need to install a newer version? I'm using 2.4.0rc1.

Thanks again, this is an INCREDIBLE product!
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: Ubuntu problems: New Map Model and rightclick jump

Post by Obsidian »

Well, what happened is that Hirato tossed in a commit to SVN for the Sandbox source code. I can see the commit right here:

Code: Select all

Revision 1241 by hiratok on Wed, 04 Nov 2009 21:51:14 -0800 : [fix model and player spawn creation (e.attr2 also had yaw assigned)]


What this means is that this bug is only fixed in SVN until Mike or Hirato publish a patch or another entire RC, which means you would be stuck with this bug for the meantime. However, there is the option of running the SVN copy (and testing out the more cutting-edge code).
You'd have to download the latest SVN copy and then compile it on your own in order to get it up and running.
More info can be found on this here: http://sandboxgamemaker.com/wiki/index. ... evelopment
and also here: http://sandboxgamemaker.com/wiki/index. ... ource_code

Just be careful, as this is development quality code.
うるさいうるさいうるさい!

github: https://github.com/damianb/
siimvuss
Member
Member
Posts: 410
Joined: August 19th, 2009, 1:27 am
Name: S
IRC Username: S
Location: Estonia

Re: Ubuntu problems: New Map Model and rightclick jump

Post by siimvuss »

so that might be related to the problem what I´m having: when I try to move mapmodels, then sometimes the whole sandbox crashes?
but I can place them perfectly fine.
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: Ubuntu problems: New Map Model and rightclick jump

Post by Obsidian »

I wouldn't think so, as this was about model creation issues.
うるさいうるさいうるさい!

github: https://github.com/damianb/
Kilarin
Member
Member
Posts: 3
Joined: November 4th, 2009, 9:46 pm

Re: Ubuntu problems: New Map Model and rightclick jump

Post by Kilarin »

Obsidian wrote:there is the option of running the SVN copy (and testing out the more cutting-edge code).
You'd have to download the latest SVN copy and then compile it on your own in order to get it up and running.
I think I'll wait for the new version and just work in FPS for now. :)

thanks very much for all the help folks, this is an incredibly cool system and my son is enjoying it very much.
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Ubuntu problems: New Map Model and rightclick jump

Post by Hirato »

I should point out that can you can still edit the entities normally inside inside the RPG, it's just the creation that was a bit screwy
This is not a url, clicking it is pointless
Locked