Jump to content


matheus.reis

Member Since 01 Nov 2010
Offline Last Active Today, 03:10 AM

Topics I've Started

Bullet Z Increase Variable

22 May 2013 - 06:35 PM

Hi guys. I'm creating a little tank game. There are some towers in the map, and I'm trying to make them shoot at the tank when it's near.

ahisjda.png

Once I get the distance between them and the Z difference, how can I can get the z_increase of the bullet based on its speed? (Now I wish I were good at physics at school...)

Thanks in advance.

Go Where You Click (3D Rts Ai)

21 May 2013 - 07:12 PM

Hi guys. I've started to use Game Maker d3d and I'm trying to create simple RTS
example. It looks like this right now:

aaaa.jpg
 
The gray object is the player, and the projection is rts-like and can be zoomed.

When I click on the room with the mouse, it doesn't go where It meant to go. For example, if I click in the top-left corner of the window, it'll walk to the top-left corner of the room instead. What can I do?

Thanks in advance!

Gon Pathfinding

03 May 2013 - 08:37 PM

  • Title: GonPF
  • Description: A simple pathfinding example.
  • GM Version: :GM8:
  • Registered: Probably not
  • File Type: .gmk
  • File Size: 11.7kb
  • File Link: https://dl.dropboxus...34981/GonPF.gmk
  • Tags: path,finding
  • Summary

    It's a simple pathfinding example which generates a path with mp_grid and go through its points using mp_potential_step. The object avoids non-solid objects and with the same parent normally. It doesn't generate a new path in each step, but just when a solid object shows up in front of it.
     
    gonpf.jpg
The example has a player, which goes where you click. And an enemy, which creates a path to the player each 20 steps if there's a wall beetween them. If there's not, it uses mp_potential_step directly, without generating a path.
  • Right click in an empty place to begin the pathfinding
  • Right click a wall to delete it
  • Left click to create a wall object

Is Game Maker 9 Being Developed?

01 May 2013 - 01:24 PM

Hi guys. Will YoYo develop Game Maker 9? If yes, do they have leaked any new features? Where can I get in tune of GM news, including the new versions, etc?

 

I've tried GM:S and I've noticed that there's not "Treat unintialized variables as 0" in Global Game Settings, it really freaked me out that I uninstalled it and don't plan to buy it anymore (i know it's my fail to don't get used to it, but i just CAN'T :confused:).

 

I particularly would like to see them focusing in 3D in this new GM. A model editor would be awesome, haha.

 

Thanks in advance!


Creating A "Multi-List"

19 April 2013 - 11:37 PM

How can I create a "multi-list"? For example:

 

First column (fruit name):

 

- Banana

- Apple

- Orange

 

Second column (fruit price):

 

- 20

- 15

- 25

 

Respectively.

 

And I can order them by name, or price.

 

Thanks in advance.