2017-03-24 15:04:40

Hi!

I want to build a three-dimensional game in BGT.
You say you knew or could you help me to get started?

Best regarts,
Bryan

2017-03-24 15:43:57

Hi,
First thing you'll need to do is get the 3d soundpool from Sam Tupys website (or make your own). This enables you to play 3d sounds at positions, just passing coordinates to the play3d method in the class.
Next thing is, figure out your map system. Personally, I have a dictionary, with x, y, and z coordinates individually in the dictionary as keys, with strings as platform types as values. So, a key might be "150 100 0" which would be a tile at 150, 100, 0, with a value of "concrete" which signifies that that is the tile type, so that when the player steps on that square, the game knows to play a step from that tile type. That'll help you form the base of your game, if you have any specific questions feel free to ask, me or someone else will probably answer.

2017-03-25 12:09:51

Oh, thank you for your help!

I started writing a game, which is three-dimensional.
Can you help me that this is good?

The code link:

http://www.tdstudios.esy.es/3d_test.bgt

2017-03-27 21:43:54

hi all! who knows what it means?
error: the script section is empty
it appears when im trying to include one of external files. when im including code of this file into main file, it works, but when its an external file, it shows this error message.

2017-03-28 08:09:11

Hello!
I put it up for download in the script, and I already hope it will go.

Best regarts,
Bryan

2017-03-28 08:11:49

The script is here:

http://www.tdstudios.esy.es/3d_test.rar

2017-03-28 21:16:19

Strings shouldn't be used most likely if the map is big. Try unsigned 8 or 16 bit integers. I think in BGT you'd use uint8 or uint16 for the declaration.

If you have issues with Scramble, please contact support at the link below. I check here at least once a day, so this is the best avenue for submitting your issues and bug reports.
https://stevend.net/scramble/support

2017-03-29 07:30:22

I mean, thanks.
And how to resolve it, so I can spin a ball right arrow keys and while doing this, when you change the sound, as I'm spinning?
Such as more quake-blind game, if you know someone, or Blind Legend game.
There also are the same, the right-Ball arrows learn to spin around me, and the sound has changed, such as a radar no sound from the center, but on the left, or right to be heard, just depending on the arrows to hammering and which one.
Please help!

Best regarts,
Bryan