Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (TipmyPip, AndrewAMD, Quad, aliswee, degenerate_762), 970 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
panel magnetc like scratch #484329
10/10/21 00:45
10/10/21 00:45
Joined: Nov 2008
Posts: 43
Ice2642 Offline OP
Newbie
Ice2642  Offline OP
Newbie

Joined: Nov 2008
Posts: 43
Hi,

Sorry about my English.

I would like to know if 3dgs A8 is possible, and if anyone knows how to make panels that work like scratch, paste with magnetic, and resize as you add items.

The scratch is a block language https://scratch.mit.edu/projects/editor/?tutorial=getStarted

[img]https://ibb.co/Sc9KbFG[/img]

if anyone has an example of a panel that you can move with the mouse and paste, magnetic type in other panels, that when you move the first one will move together I appreciate it.

Best regards,

Marcio


A8 PRO 8.47.1
Re: panel magnetc like scratch [Re: Ice2642] #484331
10/10/21 00:56
10/10/21 00:56
Joined: May 2005
Posts: 868
Chicago, IL
Dooley Offline
User
Dooley  Offline
User

Joined: May 2005
Posts: 868
Chicago, IL
I think most things are possible, but they will require some fancy programming. It's not something built in to the engine at all.

Off the top of my head, you would have to create some kind of function that checks the position of the panel you are moving, compared to any other panel. If it gets within the snapping range of any other panel, then it would automatically position itself in the right spot.

Definitely possible to do. But it would take time and strong knowledge of Lite-c to make it work.

Re: panel magnetc like scratch [Re: Dooley] #484332
10/10/21 03:33
10/10/21 03:33
Joined: Nov 2008
Posts: 43
Ice2642 Offline OP
Newbie
Ice2642  Offline OP
Newbie

Joined: Nov 2008
Posts: 43
Originally Posted by Dooley
I think most things are possible, but they will require some fancy programming. It's not something built in to the engine at all.

Off the top of my head, you would have to create some kind of function that checks the position of the panel you are moving, compared to any other panel. If it gets within the snapping range of any other panel, then it would automatically position itself in the right spot.

Definitely possible to do. But it would take time and strong knowledge of Lite-c to make it work.



Thank you for reply.

I'm thinking instead of 2d graphics, use 3d models for ease, pointing vertex to fit.

Or using 2d graphics might be easier, what do you think?

taking advantage,

In the past there was a wiki on the 3d game studio site with some programs, among them there was a good program to create bitmap fonts.

Does anyone there remember his name or recommend someone else to create bitmap fonts compatible with 3D Studio? I'm going to use them on panels because I can use something cooler than true type fonts


A8 PRO 8.47.1
Re: panel magnetc like scratch [Re: Ice2642] #484339
10/10/21 15:07
10/10/21 15:07
Joined: May 2005
Posts: 868
Chicago, IL
Dooley Offline
User
Dooley  Offline
User

Joined: May 2005
Posts: 868
Chicago, IL
Bitmap font have an advantage in that they will automatically scale to the scale of the panel. Truetype fonts will not scale automatically.

However, bitmap fonts have some limits. You cannot do word wrap with bitmap fonts. So you have to consider these factors when deciding what to use.

Re: panel magnetc like scratch [Re: Dooley] #484340
10/10/21 15:53
10/10/21 15:53
Joined: Nov 2008
Posts: 43
Ice2642 Offline OP
Newbie
Ice2642  Offline OP
Newbie

Joined: Nov 2008
Posts: 43
Originally Posted by Dooley
Bitmap font have an advantage in that they will automatically scale to the scale of the panel. Truetype fonts will not scale automatically.

However, bitmap fonts have some limits. You cannot do word wrap with bitmap fonts. So you have to consider these factors when deciding what to use.



Thanks for answering.

I already weighed that, the texts where I intend to use the bitmap will be fixed.
There will be no need to break a line with broken words.
If anyone remembers the program to create the bitmap compatible with the 3DGS format I would appreciate it, because drawing in GIMP will be much more work.

Because I can put the text directly on the textures, but then each object would have to have its own texture instead of putting the text attached.

Best regards,

Marcio


A8 PRO 8.47.1
Re: panel magnetc like scratch [Re: Ice2642] #484341
10/11/21 01:35
10/11/21 01:35
Joined: May 2005
Posts: 868
Chicago, IL
Dooley Offline
User
Dooley  Offline
User

Joined: May 2005
Posts: 868
Chicago, IL
I have made a bitmap text in Photoshop. Yes, it is a pain.


Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1